|
ABLE, Version 1.1b | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FsRuleSet | |
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 FsRuleSet in com.ibm.able.beans.fuzzy |
Fields in com.ibm.able.beans.fuzzy declared as FsRuleSet | |
protected FsRuleSet |
FsVar.myRs
|
Methods in com.ibm.able.beans.fuzzy with parameters of type FsRuleSet | |
void |
FsGuiSetViewer.setRuleSet(FsRuleSet theRuleSet)
Set (or change) the fuzzy ruleset. |
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 |
FsGuiSetInspector.setRuleSet(FsRuleSet theRuleSet)
Set (or change) the fuzzy ruleset. |
void |
FsParParser.parseRuleSetInput(FsRuleSet theRuleSet,
FsTrace theTracer,
boolean theStopOnFsExceptionFlag)
|
Constructors in com.ibm.able.beans.fuzzy with parameters of type FsRuleSet | |
FsGuiSetViewer.FsGuiSetViewer(FsRuleSet theRuleSet)
Create a new Fuzzy System fuzzy set viewer/property change listener over the specified fuzzy ruleset. |
|
FsVar.FsVar(int theType,
FsRuleSet theRs,
java.beans.PropertyChangeSupport theChgSupport,
int theId,
java.lang.String theName)
Create a new fuzzy variable. |
|
ABLE, Version 1.1b | |||||||||
PREV NEXT | FRAMES NO FRAMES |