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

Uses of Interface
com.ibm.able.data.AbleDataContext

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

Fields in com.ibm.able.data declared as AbleDataContext
protected  AbleDataContext AbleNewObjectLiteral.myContext
           
 

Constructors in com.ibm.able.data with parameters of type AbleDataContext
AbleNewObjectLiteral(AbleDataContext theContext, java.lang.String theDataType, java.lang.String theDataTypeClassName, java.util.Vector theArgs, AbleRd theIndexExpression)
          Create a new Able new object literal with the specified information.
AbleExpression(AbleDataContext theRuleSet, java.lang.String theExprString)
          Create a new expression from the String.
 

Uses of AbleDataContext in com.ibm.able.rules
 

Classes in com.ibm.able.rules that implement AbleDataContext
 class AbleRuleSet
          This class defines an AbleRuleSet bean which is the run-time representation of an Able Rule Language ruleset.
 


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

(C) Copyright IBM Corporation 1999, 2003