|
|||||||||||
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 . |
RuleSet[] |
getRuleSets()
Retrieve the contained RuleSet s. |
WorkingMemory |
newWorkingMemory()
Create a new WorkingMemory session for this RuleBase . |
Method Detail |
public WorkingMemory newWorkingMemory()
WorkingMemory
session for this RuleBase
.
The created WorkingMemory
uses only a simple
salience-based conflict resolution strategy.
WorkingMemory
.WorkingMemory
,
SalienceConflictResolver
public RuleSet[] getRuleSets()
RuleSet
s.
public ConflictResolver getConflictResolver()
ConflictResolver
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |