|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbleFuzzySet | |
---|---|
com.ibm.able.data | The ABLE data package defines classes for literals (constants) and variables used in expressions holding Java and user-defined data types as well as operators which can be applied to them. |
com.ibm.able.rules | The rules package defines the ABLE rule language; various inferencing engines; objects and APIs for creating and running rulesets under program control. |
Uses of AbleFuzzySet in com.ibm.able.data |
---|
Subclasses of AbleFuzzySet in com.ibm.able.data | |
class |
AbleFuzzySetBeta
This class defines the Able data beta fuzzy set. |
class |
AbleFuzzySetGaussian
This class defines the Able data gaussian fuzzy set. |
class |
AbleFuzzySetLinear
This class defines the Able data linear fuzzy set. |
class |
AbleFuzzySetPi
This class defines the Able data PI fuzzy set. |
class |
AbleFuzzySetSegments
This class defines the Able data segments fuzzy set. |
class |
AbleFuzzySetShoulder
This class defines the Able data shoulder fuzzy set. |
class |
AbleFuzzySetSigmoid
This class defines the Able data sigmoid fuzzy set. |
class |
AbleFuzzySetTrapezoid
This class defines the Able data trapezoid fuzzy set. |
class |
AbleFuzzySetTriangle
This class defines the Able data triangle fuzzy set. |
class |
AbleFuzzySetWork
This class defines the Able data working fuzzy set. |
Methods in com.ibm.able.data that return AbleFuzzySet | |
abstract AbleFuzzySet |
AbleLhs.getFuzzyValue()
Retrieve the value of this data object as a fuzzy value. |
AbleFuzzySet |
AbleTypedVariableField.getFuzzyValue()
Retrieve the value of this data object as a fuzzy value. |
AbleFuzzySet |
AbleGenericVariable.getFuzzyValue()
Retrieve the value of this data object as a fuzzy value. |
AbleFuzzySet |
AbleLongVariable.getFuzzyValue()
Retrieve the value of this data object as a fuzzy value. |
abstract AbleFuzzySet |
AbleLiteral.getFuzzyValue()
Retrieve the value of this data object as a fuzzy value. |
AbleFuzzySet |
AbleGenericLiteral.getFuzzyValue()
Retrieve the value of this data object as a fuzzy value. |
AbleFuzzySet |
AbleFuzzySet.getFuzzyValue()
Retrieve the value of this data object as a fuzzy value. |
AbleFuzzySet |
AbleDoubleVariable.getFuzzyValue()
Retrieve the value of this data object as a fuzzy value. |
AbleFuzzySet |
AbleBooleanVariable.getFuzzyValue()
Retrieve the value of this data object as a fuzzy value. |
AbleFuzzySet |
AbleShortLiteral.getFuzzyValue()
Retrieve the value of this data object as a fuzzy value. |
AbleFuzzySet |
AbleCharacterVariable.getFuzzyValue()
Retrieve the value of this data object as a fuzzy value. |
AbleFuzzySet |
AbleCharacterLiteral.getFuzzyValue()
Retrieve the value of this data object as a fuzzy value. |
AbleFuzzySet |
AbleCallLiteral.getFuzzyValue()
Retrieve the value of this data object as a fuzzy value. |
AbleFuzzySet |
AbleNewObjectLiteral.getFuzzyValue()
Retrieve the value of this data object as a fuzzy value. |
AbleFuzzySet |
AbleContinuousVariable.getFuzzyValue()
Retrieve the value of this data object as a fuzzy value. |
AbleFuzzySet |
AbleFuzzyVariable.getFuzzyValue()
Retrieve the value of this data object as a fuzzy value. |
AbleFuzzySet |
AbleFuzzyVariable.getFuzzyWorkArea()
Retrieve the fuzzy work area of this continuous variable. |
AbleFuzzySet |
AbleFuzzyVariable.getSet(java.lang.String theSetName)
|
AbleFuzzySet |
AbleFuzzyVariable.getOrAddHedgedSet(java.lang.String theSetName,
java.lang.String theHedges)
|
AbleFuzzySet |
AbleFloatLiteral.getFuzzyValue()
Retrieve the value of this data object as a fuzzy value. |
AbleFuzzySet |
AbleCategoricalVariable.getFuzzyValue()
Retrieve the value of this data object as a fuzzy value. |
AbleFuzzySet |
AbleArrayLengthLiteral.getFuzzyValue()
Retrieve the value of this data object as a fuzzy value. |
AbleFuzzySet |
AbleLongLiteral.getFuzzyValue()
Retrieve the value of this data object as a fuzzy value. |
AbleFuzzySet |
AbleTimeStampVariable.getFuzzyValue()
Retrieve the value of this data object as a fuzzy value. |
AbleFuzzySet |
AbleArrayLiteral.getFuzzyValue()
Retrieve the value of this data object as a fuzzy value. |
AbleFuzzySet |
AbleRd.getFuzzyValue()
Retrieve the value of this data object as a fuzzy value. |
AbleFuzzySet |
AbleStringLiteral.getFuzzyValue()
Retrieve the value of this data object as a fuzzy value. |
AbleFuzzySet |
AbleDiscreteVariable.getFuzzyValue()
Retrieve the value of this data object as a fuzzy value. |
AbleFuzzySet |
AbleShortVariable.getFuzzyValue()
Retrieve the value of this data object as a fuzzy value. |
AbleFuzzySet |
AbleFloatVariable.getFuzzyValue()
Retrieve the value of this data object as a fuzzy value. |
AbleFuzzySet |
AbleIntegerVariable.getFuzzyValue()
Retrieve the value of this data object as a fuzzy value. |
AbleFuzzySet |
AbleArrayVariable.getFuzzyValue()
Retrieve the value of this data object as a fuzzy value. |
AbleFuzzySet |
AbleIntegerLiteral.getFuzzyValue()
Retrieve the value of this data object as a fuzzy value. |
AbleFuzzySet |
AbleTimeStampLiteral.getFuzzyValue()
Retrieve the value of this data object as a fuzzy value. |
AbleFuzzySet |
AbleDoubleLiteral.getFuzzyValue()
Retrieve the value of this data object as a fuzzy value. |
AbleFuzzySet |
AbleByteLiteral.getFuzzyValue()
Retrieve the value of this data object as a fuzzy value. |
AbleFuzzySet |
AbleExpressionVariable.getFuzzyValue()
Retrieve the value of this data object as a fuzzy value. |
AbleFuzzySet |
AbleExpression.getFuzzyValue()
|
AbleFuzzySet |
AbleArrayVariableExpression.getFuzzyValue()
Retrieve the value of this data object as a fuzzy value. |
AbleFuzzySet |
AbleStringVariable.getFuzzyValue()
Retrieve the value of this data object as a fuzzy value. |
AbleFuzzySet |
AbleByteVariable.getFuzzyValue()
Retrieve the value of this data object as a fuzzy value. |
AbleFuzzySet |
AbleBooleanLiteral.getFuzzyValue()
Retrieve the value of this data object as a fuzzy value. |
Methods in com.ibm.able.data with parameters of type AbleFuzzySet | |
abstract void |
AbleLhs.setFuzzyValue(AbleFuzzySet theNewValue)
Set the value of this data object from a fuzzy value. |
void |
AbleTypedVariableField.setFuzzyValue(AbleFuzzySet theNewValue)
Set the value of this data object from a fuzzy value. |
void |
AbleGenericVariable.setFuzzyValue(AbleFuzzySet theNewValue)
Set the value of this data object from a fuzzy value. |
void |
AbleLongVariable.setFuzzyValue(AbleFuzzySet theNewValue)
Set the value of this data object from a fuzzy value. |
void |
AbleDoubleVariable.setFuzzyValue(AbleFuzzySet theNewValue)
Set the value of this data object from a fuzzy value. |
void |
AbleBooleanVariable.setFuzzyValue(AbleFuzzySet theNewValue)
Set the value of this data object from a fuzzy value. |
void |
AbleCharacterVariable.setFuzzyValue(AbleFuzzySet theNewValue)
Set the value of this data object from a fuzzy value. |
void |
AbleContinuousVariable.setFuzzyValue(AbleFuzzySet theNewValue)
Set the value of this data object from a fuzzy value. |
void |
AbleFuzzyVariable.setFuzzyValue(AbleFuzzySet theNewValue)
Set the value of this data object from a fuzzy value. |
protected void |
AbleFuzzyVariable.validateSetBasics(AbleFuzzySet theSet)
|
void |
AbleCategoricalVariable.setFuzzyValue(AbleFuzzySet theNewValue)
Set the value of this data object from a fuzzy value. |
void |
AbleTimeStampVariable.setFuzzyValue(AbleFuzzySet theNewValue)
Set the value of this data object from a fuzzy value. |
void |
AbleDiscreteVariable.setFuzzyValue(AbleFuzzySet theNewValue)
Set the value of this data object from a fuzzy value. |
void |
AbleShortVariable.setFuzzyValue(AbleFuzzySet theNewValue)
Set the value of this data object from a fuzzy value. |
void |
AbleFloatVariable.setFuzzyValue(AbleFuzzySet theNewValue)
Set the value of this data object from a fuzzy value. |
void |
AbleIntegerVariable.setFuzzyValue(AbleFuzzySet theNewValue)
Set the value of this data object from a fuzzy value. |
void |
AbleArrayVariable.setFuzzyValue(AbleFuzzySet theNewValue)
Set the value of this data object from a fuzzy value. |
void |
AbleWr.setFuzzyValue(AbleFuzzySet theNewValue)
Set the value of this data object from a fuzzy value. |
void |
AbleExpressionVariable.setFuzzyValue(AbleFuzzySet theNewValue)
Set the value of this data object from a fuzzy value. |
void |
AbleArrayVariableExpression.setFuzzyValue(AbleFuzzySet theNewValue)
Set the value of this data object from a fuzzy value. |
void |
AbleStringVariable.setFuzzyValue(AbleFuzzySet theNewValue)
Set the value of this data object from a fuzzy value. |
void |
AbleByteVariable.setFuzzyValue(AbleFuzzySet theNewValue)
Set the value of this data object from a fuzzy value. |
Uses of AbleFuzzySet in com.ibm.able.rules |
---|
Methods in com.ibm.able.rules that return AbleFuzzySet | |
AbleFuzzySet |
AbleGuiFuzzySetChartable.getSet(int theIndex)
Retrieve a fuzzy set from the set list. |
|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |