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

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

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

Fields in com.ibm.able.data declared as AbleArrayVariable
protected  AbleArrayVariable AbleArrayLengthLiteral.myArrayVariable
          The array variable to which this field belongs.
protected  AbleArrayVariable AbleArrayVariableExpression.myArrayVariable
          The array variable to which this field belongs.
 

Methods in com.ibm.able.data that return AbleArrayVariable
 AbleArrayVariable AbleArrayVariableExpression.getVariable()
           
 

Constructors in com.ibm.able.data with parameters of type AbleArrayVariable
AbleArrayLengthLiteral(AbleArrayVariable theArrayVariable)
          Create a new literal over the specified array variable.
AbleArrayVariableExpression(AbleArrayVariable theArrayVariable, AbleRd theIndexExpression)
          Create a new array expression object.
 

Uses of AbleArrayVariable in com.ibm.able.rules
 

Fields in com.ibm.able.rules declared as AbleArrayVariable
protected  AbleArrayVariable AbleRuleSet.myVarInputBuffer
           
protected  AbleArrayVariable AbleRuleSet.myVarOutputBuffer
           
 


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

(C) Copyright IBM Corporation 1999, 2003