ABLE, Version 1.1b

Uses of Class
com.ibm.able.data.AbleLiteral

Packages that use AbleLiteral
com.ibm.able.data The Data Model package defines.... 
 

Uses of AbleLiteral in com.ibm.able.data
 

Subclasses of AbleLiteral in com.ibm.able.data
 class AbleBooleanLiteral
          This class defines the Able data boolean literal.
 class AbleCallLiteral
          This class defines the Able data sensor/effector call object.
 class AbleGenericLiteral
          This class defines the Able data generic literal.
 class AbleNumericLiteral
          This class defines the Able data numeric literal.
 class AbleStringLiteral
          This class defines the Able data string literal.
 

Methods in com.ibm.able.data that return AbleLiteral
abstract  AbleLiteral AbleLhs.getFuzzyValue()
          Retrieve the value of this data object as a fuzzy value.
abstract  AbleLiteral AbleLhs.getValue()
          Retrieve the value of this data object as a literal.
 AbleLiteral AbleContinuousVariable.getFuzzyValue()
          Retrieve the value of this data object as a fuzzy value.
 AbleLiteral AbleContinuousVariable.getValue()
          Retrieve the value of this data object as a literal.
 AbleLiteral AbleDiscreteVariable.getFuzzyValue()
          Retrieve the value of this data object as a fuzzy value.
 AbleLiteral AbleDiscreteVariable.getValue()
          Retrieve the value of this data object as a literal.
 AbleLiteral AbleCategoricalVariable.getFuzzyValue()
          Retrieve the value of this data object as a fuzzy value.
 AbleLiteral AbleCategoricalVariable.getValue()
          Retrieve the value of this data object as a literal.
 AbleLiteral AbleBooleanVariable.getFuzzyValue()
          Retrieve the value of this data object as a fuzzy value.
 AbleLiteral AbleBooleanVariable.getValue()
          Retrieve the value of this data object as a literal.
 AbleLiteral AbleRd.getFuzzyValue()
          Retrieve the value of this data object as a fuzzy value.
 AbleLiteral AbleRd.getValue()
          Retrieve the value of this data object as a literal.
abstract  AbleLiteral AbleLiteral.getFuzzyValue()
          Retrieve the value of this data object as a fuzzy value.
abstract  AbleLiteral AbleLiteral.getValue()
          Retrieve the value of this data object as a literal.
 AbleLiteral AbleStringLiteral.getFuzzyValue()
          Retrieve the value of this data object as a fuzzy value.
 AbleLiteral AbleStringLiteral.getValue()
          Retrieve the value of this data object as a literal.
 AbleLiteral AbleCallLiteral.getFuzzyValue()
          Retrieve the value of this data object as a fuzzy value.
 AbleLiteral AbleCallLiteral.getValue()
          Retrieve the value of this data object as a literal.
 AbleLiteral AbleGenericVariable.getFuzzyValue()
          Retrieve the value of this data object as a fuzzy value.
 AbleLiteral AbleGenericVariable.getValue()
          Retrieve the value of this data object as a literal.
 AbleLiteral AbleNumericLiteral.getFuzzyValue()
          Retrieve the value of this data object as a fuzzy value.
 AbleLiteral AbleNumericLiteral.getValue()
          Retrieve the value of this data object as a literal.
 AbleLiteral AbleStringVariable.getFuzzyValue()
          Retrieve the value of this data object as a fuzzy value.
 AbleLiteral AbleStringVariable.getValue()
          Retrieve the value of this data object as a literal.
 AbleLiteral AbleNumericVariable.getFuzzyValue()
          Retrieve the value of this data object as a fuzzy value.
 AbleLiteral AbleNumericVariable.getValue()
          Retrieve the value of this data object as a literal.
 AbleLiteral AbleGenericLiteral.getFuzzyValue()
          Retrieve the value of this data object as a fuzzy value.
 AbleLiteral AbleGenericLiteral.getValue()
          Retrieve the value of this data object as a literal.
 AbleLiteral AbleBooleanLiteral.getFuzzyValue()
          Retrieve the value of this data object as a fuzzy value.
 AbleLiteral AbleBooleanLiteral.getValue()
          Retrieve the value of this data object as a literal.
 

Methods in com.ibm.able.data with parameters of type AbleLiteral
abstract  void AbleLhs.setFuzzyValue(AbleLiteral theNewValue)
          Set the value of this data object from a fuzzy value.
abstract  void AbleLhs.setValue(AbleLiteral theNewValue)
          Set the value of this data object from a literal object.
 void AbleContinuousVariable.setFuzzyValue(AbleLiteral theNewValue)
          Set the value of this data object from a fuzzy value.
 void AbleContinuousVariable.setValue(AbleLiteral theNewValue)
          Set the value of this data object from a literal object.
 void AbleDiscreteVariable.setFuzzyValue(AbleLiteral theNewValue)
          Set the value of this data object from a fuzzy value.
 void AbleDiscreteVariable.setValue(AbleLiteral theNewValue)
          Set the value of this data object from a literal object.
 void AbleCategoricalVariable.setFuzzyValue(AbleLiteral theNewValue)
          Set the value of this data object from a fuzzy value.
 void AbleCategoricalVariable.setValue(AbleLiteral theNewValue)
          Set the value of this data object from a literal object.
 void AbleBooleanVariable.setFuzzyValue(AbleLiteral theNewValue)
          Set the value of this data object from a fuzzy value.
 void AbleBooleanVariable.setValue(AbleLiteral theNewValue)
          Set the value of this data object from a literal object.
 void AbleWr.setFuzzyValue(AbleLiteral theNewValue)
          Set the value of this data object from a fuzzy value.
 void AbleWr.setValue(AbleLiteral theNewValue)
          Set the value of this data object from a literal object.
 void AbleGenericVariable.setFuzzyValue(AbleLiteral theNewValue)
          Set the value of this data object from a fuzzy value.
 void AbleGenericVariable.setValue(AbleLiteral theNewValue)
          Set the value of this data object from a literal object.
 void AbleStringVariable.setFuzzyValue(AbleLiteral theNewValue)
          Set the value of this data object from a fuzzy value.
 void AbleStringVariable.setValue(AbleLiteral theNewValue)
          Set the value of this data object from a literal object.
 void AbleNumericVariable.setFuzzyValue(AbleLiteral theNewValue)
          Set the value of this data object from a fuzzy value.
 void AbleNumericVariable.setValue(AbleLiteral theNewValue)
          Set the value of this data object from a literal object.
 


ABLE, Version 1.1b

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