ABLE, Version 1.1b

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

Packages that use AbleDataException
com.ibm.able.beans The BEANS package provides a set of interfaces and objects which implement "smart" or intelligent components. 
com.ibm.able.data The Data Model package defines.... 
 

Uses of AbleDataException in com.ibm.able.beans
 

Methods in com.ibm.able.beans that throw AbleDataException
 java.lang.String AbleField.getStringValue()
          get the value of this field, represented as a string for display
 

Uses of AbleDataException in com.ibm.able.data
 

Methods in com.ibm.able.data that throw AbleDataException
abstract  boolean AbleLhs.getBooleanValue()
          Retrieve the value of this data object as a boolean value.
abstract  AbleLiteral AbleLhs.getFuzzyValue()
          Retrieve the value of this data object as a fuzzy value.
abstract  java.lang.Object AbleLhs.getGenericValue()
          Retrieve the value of this data object as an Object.
abstract  double AbleLhs.getNumericValue()
          Retrieve the value of this data object as a numeric value.
abstract  java.lang.String AbleLhs.getStringValue()
          Retrieve the value of this data object as a string value.
abstract  AbleLiteral AbleLhs.getValue()
          Retrieve the value of this data object as a literal.
 boolean AbleLhs.cmpEq(AbleRd theRhs)
          Comparison, equal to: compare the current value of this data object to the current value of theRhs.
 boolean AbleLhs.cmpGt(AbleRd theRhs)
          Comparison, greater than: compare the current value of this data object to the current value of theRhs.
 boolean AbleLhs.cmpGtEq(AbleRd theRhs)
          Comparison, greater than or equal to: compare the current value of this data object to the current value of theRhs.
 double AbleLhs.cmpIs(AbleRd theRhs)
          Comparison, fuzzy equal to: compare the current value of this data object to the current value of theRhs.
 boolean AbleLhs.cmpLt(AbleRd theRhs)
          Comparison, less than: compare the current value of this data object to the current value of theRhs.
 boolean AbleLhs.cmpLtEq(AbleRd theRhs)
          Comparison, less than or equal to: compare the current value of this data object to the current value of theRhs.
 boolean AbleLhs.cmpNeq(AbleRd theRhs)
          Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
abstract  void AbleLhs.setBooleanValue(boolean theNewValue)
          Set the value of this data object from a boolean value.
abstract  void AbleLhs.setFuzzyValue(AbleLiteral theNewValue)
          Set the value of this data object from a fuzzy value.
abstract  void AbleLhs.setGenericValue(java.lang.Object theNewValue)
          Set the value of this data object from an object.
abstract  void AbleLhs.setNumericValue(double theNewValue)
          Set the value of this data object from a numeric value.
abstract  void AbleLhs.setStringValue(java.lang.String theNewValue)
          Set the value of this data object from a string value.
abstract  void AbleLhs.setValue(AbleLiteral theNewValue)
          Set the value of this data object from a literal object.
 void AbleLhs.asgnEq(AbleRd theRhs)
          Assignment (boolean): assign the current value of theRhs to this data object.
 void AbleLhs.asgnIs(AbleRd theRhs)
          Assignment (fuzzy): assign the current value of theRhs to this data object.
 void AbleLhs.asgnIs(AbleRd theRhs, double theTruthValue)
          Assignment (fuzzy): assign the current value of theRhs to this data object, correlated with the specified truth value.
abstract  void AbleVariable.setValueString(java.lang.String theNewValue)
          Set the variable's current value from a string.
 boolean AbleContinuousVariable.getBooleanValue()
          Retrieve the value of this data object as a boolean value.
 AbleLiteral AbleContinuousVariable.getFuzzyValue()
          Retrieve the value of this data object as a fuzzy value.
 java.lang.Object AbleContinuousVariable.getGenericValue()
          Retrieve the value of this data object as an Object.
 double AbleContinuousVariable.getNumericValue()
          Retrieve the value of this data object as a numeric value.
 java.lang.String AbleContinuousVariable.getStringValue()
          Retrieve the value of this data object as a string value.
 AbleLiteral AbleContinuousVariable.getValue()
          Retrieve the value of this data object as a literal.
 boolean AbleContinuousVariable.cmpEq(AbleRd theRhs)
          Comparison, equal to: compare the current value of this data object to the current value of theRhs.
 boolean AbleContinuousVariable.cmpGt(AbleRd theRhs)
          Comparison, greater than: compare the current value of this data object to the current value of theRhs.
 boolean AbleContinuousVariable.cmpGtEq(AbleRd theRhs)
          Comparison, greater than or equal to: compare the current value of this data object to the current value of theRhs.
 boolean AbleContinuousVariable.cmpLt(AbleRd theRhs)
          Comparison, less than: compare the current value of this data object to the current value of theRhs.
 boolean AbleContinuousVariable.cmpLtEq(AbleRd theRhs)
          Comparison, less than or equal to: compare the current value of this data object to the current value of theRhs.
 boolean AbleContinuousVariable.cmpNeq(AbleRd theRhs)
          Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
 void AbleContinuousVariable.setBooleanValue(boolean theNewValue)
          Set the value of this data object from a boolean value.
 void AbleContinuousVariable.setFuzzyValue(AbleLiteral theNewValue)
          Set the value of this data object from a fuzzy value.
 void AbleContinuousVariable.setGenericValue(java.lang.Object theNewValue)
          Set the value of this data object from an object.
 void AbleContinuousVariable.setNumericValue(double theNewValue)
          Set the value of this data object from a numeric value.
 void AbleContinuousVariable.setStringValue(java.lang.String theNewValue)
          Set the value of this data object from a string value.
 void AbleContinuousVariable.setValue(AbleLiteral theNewValue)
          Set the value of this data object from a literal object.
 void AbleContinuousVariable.setValueString(java.lang.String theNewValue)
          Set the variable's current value from a string.
 boolean AbleDiscreteVariable.getBooleanValue()
          Retrieve the value of this data object as a boolean value.
 AbleLiteral AbleDiscreteVariable.getFuzzyValue()
          Retrieve the value of this data object as a fuzzy value.
 java.lang.Object AbleDiscreteVariable.getGenericValue()
          Retrieve the value of this data object as an Object.
 double AbleDiscreteVariable.getNumericValue()
          Retrieve the value of this data object as a numeric value.
 java.lang.String AbleDiscreteVariable.getStringValue()
          Retrieve the value of this data object as a string value.
 AbleLiteral AbleDiscreteVariable.getValue()
          Retrieve the value of this data object as a literal.
 boolean AbleDiscreteVariable.cmpEq(AbleRd theRhs)
          Comparison, equal to: compare the current value of this data object to the current value of theRhs.
 boolean AbleDiscreteVariable.cmpGt(AbleRd theRhs)
          Comparison, greater than: compare the current value of this data object to the current value of theRhs.
 boolean AbleDiscreteVariable.cmpGtEq(AbleRd theRhs)
          Comparison, greater than or equal to: compare the current value of this data object to the current value of theRhs.
 boolean AbleDiscreteVariable.cmpLt(AbleRd theRhs)
          Comparison, less than: compare the current value of this data object to the current value of theRhs.
 boolean AbleDiscreteVariable.cmpLtEq(AbleRd theRhs)
          Comparison, less than or equal to: compare the current value of this data object to the current value of theRhs.
 boolean AbleDiscreteVariable.cmpNeq(AbleRd theRhs)
          Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
 void AbleDiscreteVariable.setBooleanValue(boolean theNewValue)
          Set the value of this data object from a boolean value.
 void AbleDiscreteVariable.setFuzzyValue(AbleLiteral theNewValue)
          Set the value of this data object from a fuzzy value.
 void AbleDiscreteVariable.setGenericValue(java.lang.Object theNewValue)
          Set the value of this data object from an object.
 void AbleDiscreteVariable.setNumericValue(double theNewValue)
          Set the value of this data object from a numeric value.
 void AbleDiscreteVariable.setStringValue(java.lang.String theNewValue)
          Set the value of this data object from a string value.
 void AbleDiscreteVariable.setValue(AbleLiteral theNewValue)
          Set the value of this data object from a literal object.
 void AbleDiscreteVariable.setValueString(java.lang.String theNewValue)
          Set the variable's current value from a string.
 void AbleDiscreteVariable.addValue(double theValue)
          Add a value to the list of pre-defined values.
 void AbleDiscreteVariable.removeValue(double theValue)
          Remove a value from the list of pre-defined values.
 int AbleDiscreteVariable.getIndexOf(double theValue)
          Retrieve the index of a value in the list of pre-defined values.
 double AbleDiscreteVariable.getValueAt(int theIndex)
          Retrieve the value at a specific location in the list of pre-defined values.
 boolean AbleCategoricalVariable.getBooleanValue()
          Retrieve the value of this data object as a boolean value.
 AbleLiteral AbleCategoricalVariable.getFuzzyValue()
          Retrieve the value of this data object as a fuzzy value.
 java.lang.Object AbleCategoricalVariable.getGenericValue()
          Retrieve the value of this data object as an Object.
 double AbleCategoricalVariable.getNumericValue()
          Retrieve the value of this data object as a numeric value.
 java.lang.String AbleCategoricalVariable.getStringValue()
          Retrieve the value of this data object as a string value.
 AbleLiteral AbleCategoricalVariable.getValue()
          Retrieve the value of this data object as a literal.
 boolean AbleCategoricalVariable.cmpEq(AbleRd theRhs)
          Comparison, equal to: compare the current value of this data object to the current value of theRhs.
 boolean AbleCategoricalVariable.cmpGt(AbleRd theRhs)
          Comparison, greater than: compare the current value of this data object to the current value of theRhs.
 boolean AbleCategoricalVariable.cmpGtEq(AbleRd theRhs)
          Comparison, greater than or equal to: compare the current value of this data object to the current value of theRhs.
 boolean AbleCategoricalVariable.cmpLt(AbleRd theRhs)
          Comparison, less than: compare the current value of this data object to the current value of theRhs.
 boolean AbleCategoricalVariable.cmpLtEq(AbleRd theRhs)
          Comparison, less than or equal to: compare the current value of this data object to the current value of theRhs.
 boolean AbleCategoricalVariable.cmpNeq(AbleRd theRhs)
          Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
 void AbleCategoricalVariable.setBooleanValue(boolean theNewValue)
          Set the value of this data object from a boolean value.
 void AbleCategoricalVariable.setFuzzyValue(AbleLiteral theNewValue)
          Set the value of this data object from a fuzzy value.
 void AbleCategoricalVariable.setGenericValue(java.lang.Object theNewValue)
          Set the value of this data object from an object.
 void AbleCategoricalVariable.setNumericValue(double theNewValue)
          Set the value of this data object from a numeric value.
 void AbleCategoricalVariable.setStringValue(java.lang.String theNewValue)
          Set the value of this data object from a string value.
 void AbleCategoricalVariable.setValue(AbleLiteral theNewValue)
          Set the value of this data object from a literal object.
 void AbleCategoricalVariable.setValueString(java.lang.String theNewValue)
          Set the variable's current value from a string.
 void AbleCategoricalVariable.addValue(java.lang.String theValue)
          Add a value to the list of pre-defined values.
 void AbleCategoricalVariable.removeValue(java.lang.String theValue)
          Remove a value from the list of pre-defined values.
 int AbleCategoricalVariable.getIndexOf(java.lang.String theValue)
          Retrieve the index of a value in the list of pre-defined values.
 java.lang.String AbleCategoricalVariable.getValueAt(int theIndex)
          Retrieve the value at a specific location in the list of pre-defined values.
 boolean AbleBooleanVariable.getBooleanValue()
          Retrieve the value of this data object as a boolean value.
 AbleLiteral AbleBooleanVariable.getFuzzyValue()
          Retrieve the value of this data object as a fuzzy value.
 java.lang.Object AbleBooleanVariable.getGenericValue()
          Retrieve the value of this data object as an Object.
 double AbleBooleanVariable.getNumericValue()
          Retrieve the value of this data object as a numeric value.
 java.lang.String AbleBooleanVariable.getStringValue()
          Retrieve the value of this data object as a string value.
 AbleLiteral AbleBooleanVariable.getValue()
          Retrieve the value of this data object as a literal.
 boolean AbleBooleanVariable.cmpEq(AbleRd theRhs)
          Comparison, equal to: compare the current value of this data object to the current value of theRhs.
 boolean AbleBooleanVariable.cmpNeq(AbleRd theRhs)
          Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
 void AbleBooleanVariable.setBooleanValue(boolean theNewValue)
          Set the value of this data object from a boolean value.
 void AbleBooleanVariable.setFuzzyValue(AbleLiteral theNewValue)
          Set the value of this data object from a fuzzy value.
 void AbleBooleanVariable.setGenericValue(java.lang.Object theNewValue)
          Set the value of this data object from an object.
 void AbleBooleanVariable.setNumericValue(double theNewValue)
          Set the value of this data object from a numeric value.
 void AbleBooleanVariable.setStringValue(java.lang.String theNewValue)
          Set the value of this data object from a string value.
 void AbleBooleanVariable.setValue(AbleLiteral theNewValue)
          Set the value of this data object from a literal object.
 void AbleBooleanVariable.setValueString(java.lang.String theNewValue)
          Set the variable's current value from a string.
 boolean AbleRd.getBooleanValue()
          Retrieve the value of this data object as a boolean value.
 AbleLiteral AbleRd.getFuzzyValue()
          Retrieve the value of this data object as a fuzzy value.
 java.lang.Object AbleRd.getGenericValue()
          Retrieve the value of this data object as an Object.
 double AbleRd.getNumericValue()
          Retrieve the value of this data object as a numeric value.
 java.lang.String AbleRd.getStringValue()
          Retrieve the value of this data object as a string value.
 AbleLiteral AbleRd.getValue()
          Retrieve the value of this data object as a literal.
 boolean AbleRd.cmpEq(AbleRd theRhs)
          Comparison, equal to: compare the current value of this data object to the current value of theRhs.
 boolean AbleRd.cmpGt(AbleRd theRhs)
          Comparison, greater than: compare the current value of this data object to the current value of theRhs.
 boolean AbleRd.cmpGtEq(AbleRd theRhs)
          Comparison, greater than or equal to: compare the current value of this data object to the current value of theRhs.
 double AbleRd.cmpIs(AbleRd theRhs)
          Comparison, fuzzy equal to: compare the current value of this data object to the current value of theRhs.
 boolean AbleRd.cmpLt(AbleRd theRhs)
          Comparison, less than: compare the current value of this data object to the current value of theRhs.
 boolean AbleRd.cmpLtEq(AbleRd theRhs)
          Comparison, less than or equal to: compare the current value of this data object to the current value of theRhs.
 boolean AbleRd.cmpNeq(AbleRd theRhs)
          Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
 void AbleWr.setBooleanValue(boolean theNewValue)
          Set the value of this data object from a boolean value.
 void AbleWr.setFuzzyValue(AbleLiteral theNewValue)
          Set the value of this data object from a fuzzy value.
 void AbleWr.setGenericValue(java.lang.Object theNewValue)
          Set the value of this data object from an object.
 void AbleWr.setNumericValue(double theNewValue)
          Set the value of this data object from a numeric value.
 void AbleWr.setStringValue(java.lang.String theNewValue)
          Set the value of this data object from a string value.
 void AbleWr.setValue(AbleLiteral theNewValue)
          Set the value of this data object from a literal object.
 void AbleWr.asgnEq(AbleRd theRhs)
          Assignment (boolean): assign the current value of theRhs to this data object.
 void AbleWr.asgnIs(AbleRd theRhs)
          Assignment (fuzzy): assign the current value of theRhs to this data object.
 void AbleWr.asgnIs(AbleRd theRhs, double theTruthValue)
          Assignment (fuzzy): assign the current value of theRhs to this data object, correlated with the specified truth value.
abstract  boolean AbleLiteral.getBooleanValue()
          Retrieve the value of this data object as a boolean value.
abstract  AbleLiteral AbleLiteral.getFuzzyValue()
          Retrieve the value of this data object as a fuzzy value.
abstract  java.lang.Object AbleLiteral.getGenericValue()
          Retrieve the value of this data object as an Object.
abstract  double AbleLiteral.getNumericValue()
          Retrieve the value of this data object as a numeric value.
abstract  java.lang.String AbleLiteral.getStringValue()
          Retrieve the value of this data object as a string value.
abstract  AbleLiteral AbleLiteral.getValue()
          Retrieve the value of this data object as a literal.
 boolean AbleLiteral.cmpEq(AbleRd theRhs)
          Comparison, equal to: compare the current value of this data object to the current value of theRhs.
 boolean AbleLiteral.cmpGt(AbleRd theRhs)
          Comparison, greater than: compare the current value of this data object to the current value of theRhs.
 boolean AbleLiteral.cmpGtEq(AbleRd theRhs)
          Comparison, greater than or equal to: compare the current value of this data object to the current value of theRhs.
 double AbleLiteral.cmpIs(AbleRd theRhs)
          Comparison, fuzzy equal to: compare the current value of this data object to the current value of theRhs.
 boolean AbleLiteral.cmpLt(AbleRd theRhs)
          Comparison, less than: compare the current value of this data object to the current value of theRhs.
 boolean AbleLiteral.cmpLtEq(AbleRd theRhs)
          Comparison, less than or equal to: compare the current value of this data object to the current value of theRhs.
 boolean AbleLiteral.cmpNeq(AbleRd theRhs)
          Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
 boolean AbleStringLiteral.getBooleanValue()
          Retrieve the value of this data object as a boolean value.
 AbleLiteral AbleStringLiteral.getFuzzyValue()
          Retrieve the value of this data object as a fuzzy value.
 java.lang.Object AbleStringLiteral.getGenericValue()
          Retrieve the value of this data object as an Object.
 double AbleStringLiteral.getNumericValue()
          Retrieve the value of this data object as a numeric value.
 java.lang.String AbleStringLiteral.getStringValue()
          Retrieve the value of this data object as a string value.
 AbleLiteral AbleStringLiteral.getValue()
          Retrieve the value of this data object as a literal.
 boolean AbleStringLiteral.cmpEq(AbleRd theRhs)
          Comparison, equal to: compare the current value of this data object to the current value of theRhs.
 boolean AbleStringLiteral.cmpGt(AbleRd theRhs)
          Comparison, greater than: compare the current value of this data object to the current value of theRhs.
 boolean AbleStringLiteral.cmpGtEq(AbleRd theRhs)
          Comparison, greater than or equal to: compare the current value of this data object to the current value of theRhs.
 boolean AbleStringLiteral.cmpLt(AbleRd theRhs)
          Comparison, less than: compare the current value of this data object to the current value of theRhs.
 boolean AbleStringLiteral.cmpLtEq(AbleRd theRhs)
          Comparison, less than or equal to: compare the current value of this data object to the current value of theRhs.
 boolean AbleStringLiteral.cmpNeq(AbleRd theRhs)
          Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
 boolean AbleCallLiteral.getBooleanValue()
          Retrieve the value of this data object as a boolean value.
 AbleLiteral AbleCallLiteral.getFuzzyValue()
          Retrieve the value of this data object as a fuzzy value.
 java.lang.Object AbleCallLiteral.getGenericValue()
          Retrieve the value of this data object as an Object.
 double AbleCallLiteral.getNumericValue()
          Retrieve the value of this data object as a numeric value.
 java.lang.String AbleCallLiteral.getStringValue()
          Retrieve the value of this data object as a string value.
 AbleLiteral AbleCallLiteral.getValue()
          Retrieve the value of this data object as a literal.
protected  void AbleReferences.updateReferences()
          Walk through the list of "references", and do special processing.
 boolean AbleGenericVariable.getBooleanValue()
          Retrieve the value of this data object as a boolean value.
 AbleLiteral AbleGenericVariable.getFuzzyValue()
          Retrieve the value of this data object as a fuzzy value.
 java.lang.Object AbleGenericVariable.getGenericValue()
          Retrieve the value of this data object as an Object.
 double AbleGenericVariable.getNumericValue()
          Retrieve the value of this data object as a numeric value.
 java.lang.String AbleGenericVariable.getStringValue()
          Retrieve the value of this data object as a string value.
 AbleLiteral AbleGenericVariable.getValue()
          Retrieve the value of this data object as a literal.
 boolean AbleGenericVariable.cmpEq(AbleRd theRhs)
          Comparison, equal to: compare the current value of this data object to the current value of theRhs.
 boolean AbleGenericVariable.cmpNeq(AbleRd theRhs)
          Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
 void AbleGenericVariable.setBooleanValue(boolean theNewValue)
          Set the value of this data object from a boolean value.
 void AbleGenericVariable.setFuzzyValue(AbleLiteral theNewValue)
          Set the value of this data object from a fuzzy value.
 void AbleGenericVariable.setGenericValue(java.lang.Object theNewValue)
          Set the value of this data object from an object.
 void AbleGenericVariable.setNumericValue(double theNewValue)
          Set the value of this data object from a numeric value.
 void AbleGenericVariable.setStringValue(java.lang.String theNewValue)
          Set the value of this data object from a string value.
 void AbleGenericVariable.setValue(AbleLiteral theNewValue)
          Set the value of this data object from a literal object.
 void AbleGenericVariable.setValueString(java.lang.String theNewValue)
          Set the variable's current value from a string.
 boolean AbleNumericLiteral.getBooleanValue()
          Retrieve the value of this data object as a boolean value.
 AbleLiteral AbleNumericLiteral.getFuzzyValue()
          Retrieve the value of this data object as a fuzzy value.
 java.lang.Object AbleNumericLiteral.getGenericValue()
          Retrieve the value of this data object as an Object.
 double AbleNumericLiteral.getNumericValue()
          Retrieve the value of this data object as a numeric value.
 java.lang.String AbleNumericLiteral.getStringValue()
          Retrieve the value of this data object as a string value.
 AbleLiteral AbleNumericLiteral.getValue()
          Retrieve the value of this data object as a literal.
 boolean AbleNumericLiteral.cmpEq(AbleRd theRhs)
          Comparison, equal to: compare the current value of this data object to the current value of theRhs.
 boolean AbleNumericLiteral.cmpGt(AbleRd theRhs)
          Comparison, greater than: compare the current value of this data object to the current value of theRhs.
 boolean AbleNumericLiteral.cmpGtEq(AbleRd theRhs)
          Comparison, greater than or equal to: compare the current value of this data object to the current value of theRhs.
 boolean AbleNumericLiteral.cmpLt(AbleRd theRhs)
          Comparison, less than: compare the current value of this data object to the current value of theRhs.
 boolean AbleNumericLiteral.cmpLtEq(AbleRd theRhs)
          Comparison, less than or equal to: compare the current value of this data object to the current value of theRhs.
 boolean AbleNumericLiteral.cmpNeq(AbleRd theRhs)
          Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
 boolean AbleStringVariable.getBooleanValue()
          Retrieve the value of this data object as a boolean value.
 AbleLiteral AbleStringVariable.getFuzzyValue()
          Retrieve the value of this data object as a fuzzy value.
 java.lang.Object AbleStringVariable.getGenericValue()
          Retrieve the value of this data object as an Object.
 double AbleStringVariable.getNumericValue()
          Retrieve the value of this data object as a numeric value.
 java.lang.String AbleStringVariable.getStringValue()
          Retrieve the value of this data object as a string value.
 AbleLiteral AbleStringVariable.getValue()
          Retrieve the value of this data object as a literal.
 boolean AbleStringVariable.cmpEq(AbleRd theRhs)
          Comparison, equal to: compare the current value of this data object to the current value of theRhs.
 boolean AbleStringVariable.cmpGt(AbleRd theRhs)
          Comparison, greater than: compare the current value of this data object to the current value of theRhs.
 boolean AbleStringVariable.cmpGtEq(AbleRd theRhs)
          Comparison, greater than or equal to: compare the current value of this data object to the current value of theRhs.
 boolean AbleStringVariable.cmpLt(AbleRd theRhs)
          Comparison, less than: compare the current value of this data object to the current value of theRhs.
 boolean AbleStringVariable.cmpLtEq(AbleRd theRhs)
          Comparison, less than or equal to: compare the current value of this data object to the current value of theRhs.
 boolean AbleStringVariable.cmpNeq(AbleRd theRhs)
          Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
 void AbleStringVariable.setBooleanValue(boolean theNewValue)
          Set the value of this data object from a boolean value.
 void AbleStringVariable.setFuzzyValue(AbleLiteral theNewValue)
          Set the value of this data object from a fuzzy value.
 void AbleStringVariable.setGenericValue(java.lang.Object theNewValue)
          Set the value of this data object from an object.
 void AbleStringVariable.setNumericValue(double theNewValue)
          Set the value of this data object from a numeric value.
 void AbleStringVariable.setStringValue(java.lang.String theNewValue)
          Set the value of this data object from a string value.
 void AbleStringVariable.setValue(AbleLiteral theNewValue)
          Set the value of this data object from a literal object.
 void AbleStringVariable.setValueString(java.lang.String theNewValue)
          Set the variable's current value from a string.
 boolean AbleNumericVariable.getBooleanValue()
          Retrieve the value of this data object as a boolean value.
 AbleLiteral AbleNumericVariable.getFuzzyValue()
          Retrieve the value of this data object as a fuzzy value.
 java.lang.Object AbleNumericVariable.getGenericValue()
          Retrieve the value of this data object as an Object.
 double AbleNumericVariable.getNumericValue()
          Retrieve the value of this data object as a numeric value.
 java.lang.String AbleNumericVariable.getStringValue()
          Retrieve the value of this data object as a string value.
 AbleLiteral AbleNumericVariable.getValue()
          Retrieve the value of this data object as a literal.
 boolean AbleNumericVariable.cmpEq(AbleRd theRhs)
          Comparison, equal to: compare the current value of this data object to the current value of theRhs.
 boolean AbleNumericVariable.cmpGt(AbleRd theRhs)
          Comparison, greater than: compare the current value of this data object to the current value of theRhs.
 boolean AbleNumericVariable.cmpGtEq(AbleRd theRhs)
          Comparison, greater than or equal to: compare the current value of this data object to the current value of theRhs.
 boolean AbleNumericVariable.cmpLt(AbleRd theRhs)
          Comparison, less than: compare the current value of this data object to the current value of theRhs.
 boolean AbleNumericVariable.cmpLtEq(AbleRd theRhs)
          Comparison, less than or equal to: compare the current value of this data object to the current value of theRhs.
 boolean AbleNumericVariable.cmpNeq(AbleRd theRhs)
          Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
 void AbleNumericVariable.setBooleanValue(boolean theNewValue)
          Set the value of this data object from a boolean value.
 void AbleNumericVariable.setFuzzyValue(AbleLiteral theNewValue)
          Set the value of this data object from a fuzzy value.
 void AbleNumericVariable.setGenericValue(java.lang.Object theNewValue)
          Set the value of this data object from an object.
 void AbleNumericVariable.setNumericValue(double theNewValue)
          Set the value of this data object from a numeric value.
 void AbleNumericVariable.setStringValue(java.lang.String theNewValue)
          Set the value of this data object from a string value.
 void AbleNumericVariable.setValue(AbleLiteral theNewValue)
          Set the value of this data object from a literal object.
 void AbleNumericVariable.setValueString(java.lang.String theNewValue)
          Set the variable's current value from a string.
 boolean AbleGenericLiteral.getBooleanValue()
          Retrieve the value of this data object as a boolean value.
 AbleLiteral AbleGenericLiteral.getFuzzyValue()
          Retrieve the value of this data object as a fuzzy value.
 java.lang.Object AbleGenericLiteral.getGenericValue()
          Retrieve the value of this data object as an Object.
 double AbleGenericLiteral.getNumericValue()
          Retrieve the value of this data object as a numeric value.
 java.lang.String AbleGenericLiteral.getStringValue()
          Retrieve the value of this data object as a string value.
 AbleLiteral AbleGenericLiteral.getValue()
          Retrieve the value of this data object as a literal.
 boolean AbleGenericLiteral.cmpEq(AbleRd theRhs)
          Comparison, equal to: compare the current value of this data object to the current value of theRhs.
 boolean AbleGenericLiteral.cmpNeq(AbleRd theRhs)
          Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
 boolean AbleBooleanLiteral.getBooleanValue()
          Retrieve the value of this data object as a boolean value.
 AbleLiteral AbleBooleanLiteral.getFuzzyValue()
          Retrieve the value of this data object as a fuzzy value.
 java.lang.Object AbleBooleanLiteral.getGenericValue()
          Retrieve the value of this data object as an Object.
 double AbleBooleanLiteral.getNumericValue()
          Retrieve the value of this data object as a numeric value.
 java.lang.String AbleBooleanLiteral.getStringValue()
          Retrieve the value of this data object as a string value.
 AbleLiteral AbleBooleanLiteral.getValue()
          Retrieve the value of this data object as a literal.
 boolean AbleBooleanLiteral.cmpEq(AbleRd theRhs)
          Comparison, equal to: compare the current value of this data object to the current value of theRhs.
 boolean AbleBooleanLiteral.cmpNeq(AbleRd theRhs)
          Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
 


ABLE, Version 1.1b

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