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

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

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

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()
           
 

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
 


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

(C) Copyright IBM Corporation 1999, 2003