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

Uses of Interface
com.ibm.able.AbleClearable

Packages that use AbleClearable
com.ibm.able The com.ibm.able package provides core interfaces and base classes to construct local and remote AbleBeans and AbleAgents. 
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 AbleClearable in com.ibm.able
 

Classes in com.ibm.able that implement AbleClearable
 class AbleMethodAdaptor
          An AbleMethodAdaptor is an encapsulated method that can be called to invoke a method and retrieve the method's value.
 class AbleUserDefinedFunction
          An AbleUserDefinedFunction is a named, encapsulated method that can be used by an Agent or called from within inferencing or scripting rules.
 

Uses of AbleClearable in com.ibm.able.data
 

Classes in com.ibm.able.data that implement AbleClearable
 class AbleArrayVariable
          This class wraps a value of the type Object[] in an AbleVariable object.
 class AbleBooleanVariable
          This class wraps a value of the primitive type boolean in an object.
 class AbleBuiltInVariable
          This class defines the Able data built-in variable.
 class AbleByteVariable
          This class wraps a value of the primitive type byte in an object.
 class AbleCategoricalField
          Categorical fields are String fields with a finite set of possible values.
 class AbleCategoricalVariable
          This class defines the Able data categorical variable.
 class AbleCharacterVariable
          This class wraps a value of the primitive type char in an object.
 class AbleClassVariable
          This class is used to represent static Java classes (such as java.lang.Math) when they are imported into AbleRuleSets.
 class AbleDiscreteField
          Discrete fields are numeric fields with a finite set of possible values.
 class AbleDiscreteVariable
          This class defines the Able data discrete variable.
 class AbleDoubleVariable
          This class wraps a value of the primitive type double in an object.
 class AbleExpressionVariable
          This class holds a value of an AbleExpression object.
 class AbleFloatVariable
          This class wraps a value of the primitive type float in an object.
 class AbleGenericField
          AbleField defines a basic field for use in data sources and inferencing.
 class AbleGenericVariable
          This class defines the Able data generic variable.
 class AbleIntegerVariable
          This class wraps a value of the primitive type int in an object.
 class AbleLongVariable
          This class wraps a value of the primitive type long in an object.
 class AbleShortVariable
          This class wraps a value of the primitive type short in an object.
 class AbleStringVariable
          This class wraps a value of java.lang.String type in an object.
 class AbleTimeStampVariable
          This class wraps a value of the Java Calendar type in an AbleVariable object.
 class AbleTypedVariable
          This class defines an AbleVariable that takes values of a single specified Class or implementors of a specified Interface.
 class AbleTypedVariableField
          This class provides read and/or write access to a field in an object that is the value of an AbleTypedVariable.
 class AbleTypedVariableStringField
           
 

Uses of AbleClearable in com.ibm.able.rules
 

Classes in com.ibm.able.rules that implement AbleClearable
 class AblePatternMatchNetwork
          This class is the run-time instance of a Rete' network and associated working memory constructed and used by the AblePatternMatchEngine.
 


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

(C) Copyright IBM Corporation 1999, 2005