|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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()
|
java.util.List |
getRuleSets()
|
WorkingMemory |
newWorkingMemory()
Create a new WorkingMemory session for this
RuleBase .
|
Method Detail |
public WorkingMemory newWorkingMemory()
WorkingMemory
session for this
RuleBase
.
The created WorkingMemory
uses the default conflict
resolution strategy.
WorkingMemory
.WorkingMemory
,
DefaultConflictResolver
public ConflictResolver getConflictResolver()
ConflictResolver
.
public FactHandleFactory getFactHandleFactory()
FactHandleFactor
.
public java.util.List getRuleSets()
public RuleBaseContext getRuleBaseContext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |