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

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

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

Fields in com.ibm.able.data declared as AbleReferences
protected  AbleReferences AbleVariable.myReferences
          A set of references to this variable.
 

Methods in com.ibm.able.data that return AbleReferences
 AbleReferences AbleVariable.getReferences()
          Retrieve the set of objects that refer to this variable.
 

Methods in com.ibm.able.data with parameters of type AbleReferences
 void AbleVariable.setReferences(AbleReferences theReferences)
          Set the set of objects that refer to this variable.
 

Uses of AbleReferences in com.ibm.able.rules
 

Subclasses of AbleReferences in com.ibm.able.rules
 class AbleClauseReferences
          This class is used to keep track of a set of references from other objects to the object that contains this "references" object.
 


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

(C) Copyright IBM Corporation 1999, 2003