|
ABLE, Version 1.1b | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbleParTrace | |
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 AbleParTrace in com.ibm.able.beans.rules |
Methods in com.ibm.able.beans.rules that return AbleParTrace | |
AbleParTrace |
AbleRuleSet.getBaseTraceObject()
Retrieve the base tracer object. |
AbleParTrace |
AbleRuleSet.getInfrTraceObject()
Retrieve the inferencing tracer object. |
Methods in com.ibm.able.beans.rules with parameters of type AbleParTrace | |
void |
AbleRuleSet.instantiateFrom(java.io.DataInputStream theStream,
AbleParTrace theTracer,
boolean theStopOnAbleExceptionFlag)
Instantiate the ruleset object by reading a rule source file contained in the specified input stream. |
void |
AbleRuleSet.instantiateFrom(java.lang.String theFileName,
AbleParTrace theTracer,
boolean theStopOnAbleExceptionFlag)
Instantiate the ruleset object by reading a rule source file contained in the specified input file. |
void |
AbleRuleSet.instantiateFromXml(java.io.InputStream theInputStream,
AbleParTrace theTracer,
boolean theStopOnAbleExceptionFlag)
Instantiate the ruleset object by reading a boolean rule XML document contained in the specified input stream. |
void |
AbleRuleSet.instantiateFromXml(java.io.File theFile,
AbleParTrace theTracer,
boolean theStopOnAbleExceptionFlag)
Instantiate the ruleset object by reading a boolean XML document contained in the specified input file. |
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)
|
|
ABLE, Version 1.1b | |||||||||
PREV NEXT | FRAMES NO FRAMES |