|
ABLE, Version 1.1b | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FsTrace | |
com.ibm.able.beans.fuzzy | The Fuzzy System (Fs) package defines a fuzzy rule language, a fuzzy ruleset editor that you can use to create, test, and save source fuzzy rules as well as ready-to-run serialized fuzzy agents (the editor is integrated into the AbleEditor, but also can be run as a stand-alone tool), a fuzzy inference engine, and objects and APIs for creating and running fuzzy rulesets under program control. |
Uses of FsTrace in com.ibm.able.beans.fuzzy |
Methods in com.ibm.able.beans.fuzzy that return FsTrace | |
FsTrace |
FsRuleSet.getBaseTraceObject()
Retrieve the base tracer object. |
FsTrace |
FsRuleSet.getInfrTraceObject()
Retrieve the inferencing tracer object. |
Methods in com.ibm.able.beans.fuzzy with parameters of type FsTrace | |
void |
FsRuleSet.instantiateFrom(java.io.DataInputStream theStream,
FsTrace theTracer,
boolean theStopOnFsExceptionFlag)
Instantiate the ruleset object by reading a fuzzy system rule source file contained in the specified input stream. |
void |
FsRuleSet.instantiateFrom(java.lang.String theFileName,
FsTrace theTracer,
boolean theStopOnFsExceptionFlag)
Instantiate the ruleset object by reading a fuzzy system rule source file contained in the specified input file. |
void |
FsRuleSet.instantiateFromXml(java.io.InputStream theInputStream,
FsTrace theTracer,
boolean theStopOnFsExceptionFlag)
Instantiate the ruleset object by reading a fuzzy system XML document contained in the specified input stream. |
void |
FsRuleSet.instantiateFromXml(java.io.File theFile,
FsTrace theTracer,
boolean theStopOnFsExceptionFlag)
Instantiate the ruleset object by reading a fuzzy system XML document contained in the specified input file. |
void |
FsXmlParser.instantiateFrom(java.lang.String theRuleSetDocument,
FsRuleSet theRuleSet,
FsTrace theTracer,
boolean theStopOnFsExceptionFlag)
|
void |
FsXmlParser.instantiateFrom(org.xml.sax.InputSource theRuleSetSource,
FsRuleSet theRuleSet,
FsTrace theTracer,
boolean theStopOnFsExceptionFlag)
|
void |
FsParParser.parseRuleSetInput(FsRuleSet theRuleSet,
FsTrace theTracer,
boolean theStopOnFsExceptionFlag)
|
Constructors in com.ibm.able.beans.fuzzy with parameters of type FsTrace | |
FsRuleSet.FsRuleSet(FsTrace theBaseTracer,
FsTrace theInferenceTracer)
Create a new fuzzy system ruleset. |
|
ABLE, Version 1.1b | |||||||||
PREV NEXT | FRAMES NO FRAMES |