|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InternalRuleBase | |
---|---|
org.drools.common | |
org.drools.reteoo |
Uses of InternalRuleBase in org.drools.common |
---|
Classes in org.drools.common that implement InternalRuleBase | |
---|---|
class |
AbstractRuleBase
Implementation of RuleBase . |
Fields in org.drools.common declared as InternalRuleBase | |
---|---|
protected InternalRuleBase |
AbstractWorkingMemory.ruleBase
The RuleBase with which this memory is associated. |
Constructors in org.drools.common with parameters of type InternalRuleBase | |
---|---|
AbstractWorkingMemory(int id,
InternalRuleBase ruleBase,
FactHandleFactory handleFactory)
Construct. |
Uses of InternalRuleBase in org.drools.reteoo |
---|
Classes in org.drools.reteoo that implement InternalRuleBase | |
---|---|
class |
ReteooRuleBase
Implementation of RuleBase . |
Constructors in org.drools.reteoo with parameters of type InternalRuleBase | |
---|---|
ReteooStatefulSession(int id,
InternalRuleBase ruleBase,
ExecutorService executorService)
|
|
ReteooWorkingMemory(int id,
InternalRuleBase ruleBase)
Construct. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |