ABLE, Version 1.1b

Uses of Class
com.ibm.able.beans.fuzzy.FsSet

Packages that use FsSet
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 FsSet in com.ibm.able.beans.fuzzy
 

Subclasses of FsSet in com.ibm.able.beans.fuzzy
 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 FsSet
abstract  FsSet FsLit.getFuzzyValue()
          Retrieve the value of this object as a fuzzy value.
 FsSet FsSet.getFuzzyValue()
          Retrieve the value of this object as a fuzzy value.
 FsSet FsLitBoolean.getFuzzyValue()
          Retrieve the value of this object as a fuzzy value.
 FsSet FsVarBoolean.getFuzzyValue()
          Retrieve the value of this object as a fuzzy value.
 FsSet FsRd.getFuzzyValue()
          Retrieve the value of this object as a fuzzy value.
 FsSet FsGuiSetChartable.getSet(int theIndex)
          Retrieve a fuzzy set from the set list.
 FsSet FsVarContinuous.getFuzzyValue()
          Retrieve the value of this object as a fuzzy value.
 FsSet FsVarContinuous.getFuzzyWorkArea()
          Retrieve the fuzzy work area of this continuous variable.
 FsSet FsLitSymbolic.getFuzzyValue()
          Retrieve the value of this object as a fuzzy value.
 FsSet FsLitNumeric.getFuzzyValue()
          Retrieve the value of this object as a fuzzy value.
 FsSet FsCall.getFuzzyValue()
          Retrieve the value of this object as a fuzzy value.
 FsSet FsVarNumeric.getFuzzyValue()
          Retrieve the value of this object as a fuzzy value.
 FsSet FsVarSymbolic.getFuzzyValue()
          Retrieve the value of this object as a fuzzy value.
 

Methods in com.ibm.able.beans.fuzzy with parameters of type FsSet
 void FsVarBoolean.setFuzzyValue(FsSet theNewValue)
          Set the value of this object from a fuzzy value.
 void FsVarContinuous.setFuzzyValue(FsSet theNewValue)
          Set the value of this object from a fuzzy value.
 void FsVarNumeric.setFuzzyValue(FsSet theNewValue)
          Set the value of this object from a fuzzy value.
 void FsVarSymbolic.setFuzzyValue(FsSet theNewValue)
          Set the value of this object from a fuzzy value.
 void FsWr.setFuzzyValue(FsSet theNewValue)
          Set the value of this object from a fuzzy value.
 


ABLE, Version 1.1b

ABLE: Produced by Joe, Don, and Jeff who say, 'Thanks for your support.'