|
ABLE 2.3.0 07/13/2005 14:21:00 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 |
AbleVariable.myContext
The context in which this variable is used. |
protected AbleDataContext |
AbleNewObjectLiteral.myContext
|
| Methods in com.ibm.able.data that return AbleDataContext | |
AbleDataContext |
AbleVariable.getContext()
Retrieve a reference to the context in which this variable resides. |
| Methods in com.ibm.able.data with parameters of type AbleDataContext | |
void |
AbleVariable.setContext(AbleDataContext theContext)
Set a reference to the context in which this variable resides. |
static AbleRd |
AbleDiscreteVariable.createInitializer(AbleDataContext theContext,
java.util.Vector theValueList,
double theInitialValue)
Contruct an initializer for a Discrete variable |
static AbleRd |
AbleDiscreteVariable.createInitializer(AbleDataContext theContext,
java.util.Vector theValueList)
Contruct an initializer for a Discrete variable |
static AbleRd |
AbleContinuousVariable.createInitializer(AbleDataContext theContext,
double theLo,
double theHi,
double theInitialValue)
Construct an initializer for a Continuous variable |
static AbleRd |
AbleContinuousVariable.createInitializer(AbleDataContext theContext,
double theLo,
double theHi)
Construct an initializer for a Continuous variable |
static AbleRd |
AbleCategoricalVariable.createInitializer(AbleDataContext theContext,
java.util.Vector theValueList,
java.lang.String theInitialValue)
Contruct an initializer for a Categorical variable |
| 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.3.0 07/13/2005 14:21:00 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||