|
ABLE, Version 1.1b | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FsLit | |
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 FsLit in com.ibm.able.beans.fuzzy |
Subclasses of FsLit in com.ibm.able.beans.fuzzy | |
class |
FsCall
This class defines the Fuzzy System sensor/effector call object. |
class |
FsLitBoolean
This class defines the Fuzzy System boolean literal value. |
class |
FsLitNumeric
This class defines the Fuzzy System numeric literal value. |
class |
FsLitSymbolic
This class defines the Fuzzy System symbolic literal value. |
class |
FsSet
This class defines the Fuzzy System "FuzzySet" class. |
class |
FsSetBeta
This class defines the Fuzzy System beta fuzzy set class. |
class |
FsSetGaussian
This class defines the Fuzzy System gaussian fuzzy set class. |
class |
FsSetLinear
This class defines the Fuzzy System linear fuzzy set class. |
class |
FsSetPi
This class defines the Fuzzy System Pi fuzzy set class. |
class |
FsSetSegments
This class defines the Fuzzy System segment fuzzy set class. |
class |
FsSetShoulder
This class defines the Fuzzy System 'Shoulder' fuzzy set class. |
class |
FsSetSigmoid
This class defines the Fuzzy System 'Sigmoid' fuzzy set class. |
class |
FsSetTrapezoid
This class defines the Fuzzy System 'Trapezoid' fuzzy set class. |
class |
FsSetTriangle
This class defines the Fuzzy System 'Triangle' fuzzy set class. |
class |
FsSetWork
This class defines the Fuzzy System working fuzzy set. |
Methods in com.ibm.able.beans.fuzzy that return FsLit | |
abstract FsLit |
FsLit.getValue()
Retrieve the value of this object as a Literal object. |
FsLit |
FsSet.getValue()
Retrieve the value of this object as a Literal object. |
FsLit |
FsLitBoolean.getValue()
Retrieve the value of this object as a Literal object. |
FsLit |
FsVarBoolean.getValue()
Retrieve the value of this object as a Literal object. |
FsLit |
FsRd.getValue()
Retrieve the value of this object as a Literal object. |
FsLit |
FsVarContinuous.getValue()
Retrieve the value of this object as a Literal object. |
FsLit |
FsLitSymbolic.getValue()
Retrieve the value of this object as a Literal object. |
FsLit |
FsLitNumeric.getValue()
Retrieve the value of this object as a Literal object. |
FsLit |
FsCall.getValue()
Retrieve the value of this object as a Literal object. |
FsLit |
FsVarNumeric.getValue()
Retrieve the value of this object as a Literal object. |
FsLit |
FsVarSymbolic.getValue()
Retrieve the value of this object as a Literal object. |
Methods in com.ibm.able.beans.fuzzy with parameters of type FsLit | |
void |
FsVarBoolean.setValue(FsLit theNewValue)
Set the value of this object from a literal object. |
void |
FsVarContinuous.setValue(FsLit theNewValue)
Set the value of this object from a literal object. |
void |
FsVarNumeric.setValue(FsLit theNewValue)
Set the value of this object from a literal object. |
void |
FsVarSymbolic.setValue(FsLit theNewValue)
Set the value of this object from a literal object. |
void |
FsWr.setValue(FsLit theNewValue)
Set the value of this object from a literal object. |
|
ABLE, Version 1.1b | |||||||||
PREV NEXT | FRAMES NO FRAMES |