ABLE 2.0.0 07/02/2003 10:25:01

Uses of Interface
com.ibm.able.data.AbleWr

Packages that use AbleWr
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. 
 

Uses of AbleWr in com.ibm.able.data
 

Classes in com.ibm.able.data that implement AbleWr
 class AbleArrayVariable
          This class wraps a value of the type Object[] in an AbleVariable object.
 class AbleArrayVariableExpression
          This class provides read and/or write access to a field in an object that is the value of an AbleTypedVariable.
 class AbleBooleanVariable
          This class wraps a value of the primitive type boolean in an object.
 class AbleBuiltInVariable
          This class defines the Able data built-in variable.
 class AbleByteVariable
          This class wraps a value of the primitive type byte in an object.
 class AbleCategoricalField
          Categorical fields are String fields with a finite set of possible values.
 class AbleCategoricalVariable
          This class defines the Able data categorical variable.
 class AbleCharacterVariable
          This class wraps a value of the primitive type char in an object.
 class AbleClassVariable
          This class is used to represent static Java classes (such as java.lang.Math) when they are imported into AbleRuleSets.
 class AbleContinuousField
          Continuous fields are numeric fields with an infinite set of possible values.
 class AbleContinuousVariable
          This class wraps a value of the primitive type double in an object.
 class AbleDiscreteField
          Discrete fields are numeric fields with a finite set of possible values.
 class AbleDiscreteVariable
          This class defines the Able data discrete variable.
 class AbleDoubleVariable
          This class wraps a value of the primitive type double in an object.
 class AbleExpressionVariable
          This class holds a value of an AbleExpression object.
 class AbleFloatVariable
          This class wraps a value of the primitive type float in an object.
 class AbleFuzzyVariable
          This class represents a FuzzySet value subject to a minimum and maximum value called the range of discource.
 class AbleGenericField
          AbleField defines a basic field for use in data sources and inferencing.
 class AbleGenericVariable
          This class defines the Able data generic variable.
 class AbleIntegerVariable
          This class wraps a value of the primitive type int in an object.
 class AbleLhs
          This class defines the base class from which all data objects that can appear on the lefthand side of a clause must inherit.
 class AbleLongVariable
          This class wraps a value of the primitive type long in an object.
 class AbleShortVariable
          This class wraps a value of the primitive type short in an object.
 class AbleStringVariable
          This class wraps a value of java.lang.String type in an object.
 class AbleTimeStampVariable
          This class wraps a value of the Java Calendar type in an AbleVariable object.
 class AbleTypedVariable
          This class defines an AbleVariable that takes values of a single specified Class or implementors of a specified Interface.
 class AbleTypedVariableField
          This class provides read and/or write access to a field in an object that is the value of an AbleTypedVariable.
 class AbleVariable
          This class defines the base ABLE data variable object.
 


ABLE 2.0.0 07/02/2003 10:25:01

(C) Copyright IBM Corporation 1999, 2003