ABLE 2.3.0 07/13/2005 14:21:00

Uses of Class
com.ibm.able.rules.AbleLocation

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

Fields in com.ibm.able.data declared as AbleLocation
protected  AbleLocation AbleExpression.myLocation
          The location of this expression in the source ARL file.
 

Methods in com.ibm.able.data that return AbleLocation
 AbleLocation AbleExpression.getLocation()
          Returns the location of the expression in the source ARL file
 

Methods in com.ibm.able.data with parameters of type AbleLocation
 void AbleExpression.setLocation(AbleLocation theLocation)
          Set the location of the expression in the source ARL file
 

Uses of AbleLocation in com.ibm.able.rules
 

Fields in com.ibm.able.rules declared as AbleLocation
protected  AbleLocation AbleRule.myLocation
          The location of this rule in the source ARL file.
 AbleLocation AbleInferenceContext.location
           
protected  AbleLocation AbleClause.myLocation
          The location of this rule in the source ARL file.
 

Methods in com.ibm.able.rules that return AbleLocation
 AbleLocation AbleRule.getLocation()
          Returns the location of the rule in the source ARL file
 AbleLocation AbleInferenceContext.getLocation()
           
 AbleLocation AbleClause.getLocation()
          Returns the location of the clause in the source ARL file
 

Methods in com.ibm.able.rules with parameters of type AbleLocation
 void AbleRule.setLocation(AbleLocation theLocation)
          Set the location of the rule in the source ARL file
 void AbleClause.setLocation(AbleLocation theLocation)
          Set the location of the clause in the source ARL file
 


ABLE 2.3.0 07/13/2005 14:21:00

(C) Copyright IBM Corporation 1999, 2005