|
ABLE, Version 1.1b | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbleRuleSet | |
com.ibm.able.agents | The AGENTS package provides a set of interfaces and objects for constructing hybrid intelligent agents out of AbleBean components. |
com.ibm.able.beans.rules | The RULES package provides a set of objects implementing standard boolean-logic based forward and backward reasoning using if-then rules. |
Uses of AbleRuleSet in com.ibm.able.agents |
Methods in com.ibm.able.agents that return AbleRuleSet | |
AbleRuleSet |
AbleRuleBase.getRuleSet(java.lang.String name)
|
Uses of AbleRuleSet in com.ibm.able.beans.rules |
Fields in com.ibm.able.beans.rules declared as AbleRuleSet | |
protected AbleRuleSet |
AbleInferenceEngine.rs
rb is the current ruleset. |
Methods in com.ibm.able.beans.rules that return AbleRuleSet | |
AbleRuleSet |
AbleRule.getRuleSet()
|
AbleRuleSet |
AbleInferenceEngine.getRuleSet()
Retrieve the current rulebase. |
Methods in com.ibm.able.beans.rules with parameters of type AbleRuleSet | |
void |
AbleXmlParser.instantiateFrom(java.lang.String theRuleSetDocument,
AbleRuleSet theRuleSet,
AbleParTrace theTracer,
boolean theStopOnParExceptionFlag)
|
void |
AbleXmlParser.instantiateFrom(org.xml.sax.InputSource theRuleSetSource,
AbleRuleSet theRuleSet,
AbleParTrace theTracer,
boolean theStopOnParExceptionFlag)
|
void |
AbleParParser.parseRuleSetInput(AbleRuleSet theRuleSet,
AbleParTrace theTracer,
boolean theStopOnAbleParExceptionFlag)
|
void |
AbleRule.setRuleSet(AbleRuleSet ruleSet)
set the owning rule set for this rule |
void |
AbleInferenceEngine.setRuleSet(AbleRuleSet aRuleSet)
Set the current rulebase. |
|
ABLE, Version 1.1b | |||||||||
PREV NEXT | FRAMES NO FRAMES |