Package | Description |
---|---|
org.drools.core |
This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory
|
org.drools.core.common |
Modifier and Type | Field and Description |
---|---|
static RuleBaseConfiguration.AssertBehaviour |
RuleBaseConfiguration.AssertBehaviour.EQUALITY |
static RuleBaseConfiguration.AssertBehaviour |
RuleBaseConfiguration.AssertBehaviour.IDENTITY |
Modifier and Type | Method and Description |
---|---|
static RuleBaseConfiguration.AssertBehaviour |
RuleBaseConfiguration.AssertBehaviour.determineAssertBehaviour(String value) |
RuleBaseConfiguration.AssertBehaviour |
RuleBaseConfiguration.getAssertBehaviour() |
Modifier and Type | Method and Description |
---|---|
void |
RuleBaseConfiguration.setAssertBehaviour(RuleBaseConfiguration.AssertBehaviour assertBehaviour) |
Constructor and Description |
---|
ClassAwareObjectStore(RuleBaseConfiguration.AssertBehaviour assertBehaviour,
Lock lock) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.