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

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

Packages that use AbleTypedVariable
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 AbleTypedVariable in com.ibm.able.data
 

Subclasses of AbleTypedVariable in com.ibm.able.data
 class AbleArrayVariable
          This class wraps a value of the type Object[] in an AbleVariable object.
 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 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 AbleIntegerVariable
          This class wraps a value of the primitive type int in an object.
 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.
 

Fields in com.ibm.able.data declared as AbleTypedVariable
protected  AbleTypedVariable AbleTypedVariableField.myTypedVariable
          The typed variable to which this field belongs.
protected  AbleTypedVariable AbleTypedVariableMethodLiteral.myTypedVariable
          The typed variable to which this method belongs.
 

Methods in com.ibm.able.data that return AbleTypedVariable
 AbleTypedVariable AbleTypedVariableField.getVariable()
           
 AbleTypedVariable AbleTypedVariableField.getTypedVariable()
          Retrieve the typed variable
 AbleTypedVariable AbleTypedVariableMethodLiteral.getTypedVariable()
          Retrieve the typed variable
 

Constructors in com.ibm.able.data with parameters of type AbleTypedVariable
AbleTypedVariableField(AbleTypedVariable theTypedVariable, java.lang.reflect.Field theField, boolean theGetDirectFlag, java.lang.reflect.Method theGetMethod, boolean theSetDirectFlag, java.lang.reflect.Method theSetMethod)
          Create a new variable field reference object.
AbleTypedVariableField(AbleTypedVariable theTypedVariable, AbleTypedVariableField theField)
          Create a new TypedVariableField on a new typed variable instance
AbleTypedVariable(AbleTypedVariable theTypedVar)
          Create a duplicate of this variable with the same initial value and type but with the name suffixed with "clone".
AbleTypedVariableMethodLiteral(AbleTypedVariable theTypedVariable, java.lang.String theMethod, java.util.Vector theArgs)
          Create a new Able data method object with the specified information.
AbleTypedVariableMethodLiteral(AbleTypedVariableMethodLiteral theLiteral, AbleTypedVariable theReplacementVariable, java.util.Vector theArgs)
          Create a copy of this method literal with replacement args
 

Uses of AbleTypedVariable in com.ibm.able.rules
 

Fields in com.ibm.able.rules declared as AbleTypedVariable
protected  AbleTypedVariable AbleRuleSet.myVarWm
           
protected  AbleTypedVariable AbleRuleSet.myVarException
           
protected  AbleTypedVariable AbleRuleSet.myVarEvent
           
 


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

(C) Copyright IBM Corporation 1999, 2003