|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RuleBase
Active collection of Rule
s.
From a RuleBase
many WorkingMemory
rule
sessions may be instantiated. Additionally, it may be inspected to determine
which RuleSet
s it contains.
WorkingMemory
Method Summary | |
---|---|
ConflictResolver |
getConflictResolver()
Retrieve the ConflictResolver . |
FactHandleFactory |
getFactHandleFactory()
Retrieve the FactHandleFactor . |
RuleBaseContext |
getRuleBaseContext()
|
List |
getRuleSets()
|
WorkingMemory |
newWorkingMemory()
Create a new WorkingMemory session for this
RuleBase . |
Method Detail |
---|
WorkingMemory newWorkingMemory()
WorkingMemory
session for this
RuleBase
.
The created WorkingMemory
uses the default conflict
resolution strategy.
WorkingMemory
.WorkingMemory
,
DefaultConflictResolver
ConflictResolver getConflictResolver()
ConflictResolver
.
FactHandleFactory getFactHandleFactory()
FactHandleFactor
.
List getRuleSets()
RuleBaseContext getRuleBaseContext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |