|
|||||||||
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 FactHandleFactory . |
RuleBaseContext |
getRuleBaseContext()
Each rulebase provides a shared Context for storing information. |
java.util.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()
FactHandleFactory
.
java.util.List getRuleSets()
RuleSet
sRuleBaseContext getRuleBaseContext()
RuleBase
so that it can use objects common to the nodes being build.
RuleBaseContext
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |