|
ABLE 2.3.0 07/13/2005 14:21:00 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AbleLhs | |
|---|---|
| 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 AbleLhs in com.ibm.able.data |
|---|
| Subclasses of AbleLhs in com.ibm.able.data | |
class |
AbleArrayVariable
This class wraps a value of the type Object[] in an AbleVariable object. |
class |
AbleArrayVariableExpression
This class provides read and/or write access to a field in an object that is the value of an AbleTypedVariable. |
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 |
AbleContinuousField
Continuous fields are numeric fields with an infinite set of possible values. |
class |
AbleContinuousVariable
This class wraps a value of the primitive type double in an object. |
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 |
AbleFuzzyVariable
This class represents a FuzzySet value subject to a minimum and maximum value called the range of discource. |
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 |
AbleIncludeVariable
This class is not a true variable; it is merely a place holder in a ruleset's variable list so that a proper ARL include "fileSpec"; statement can be generated in the
proper place in a generated ARL stream. |
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
|
class |
AbleVariable
This class defines the base ABLE data variable object. |
| Uses of AbleLhs in com.ibm.able.rules |
|---|
| Methods in com.ibm.able.rules with parameters of type AbleLhs | |
protected AbleAssertionClause |
AbleRuleSet.findOrCreateAssertion(AbleLhs theLhs,
int theRuleOp,
AbleRd theRhs)
See if the specified clause exists, and if it does, return it. |
AbleConsequentClause |
AbleRuleSet.findOrCreateConsequent(AbleLhs theLhs,
int theRuleOp,
AbleRd theRhs)
See if the specified clause exists, and if it does, return it. |
| Constructors in com.ibm.able.rules with parameters of type AbleLhs | |
AbleConsequentClause(AbleLhs theLhs,
int theOp,
AbleRd theRhs)
Create a new consequent clause with the specified parts. |
|
AbleAssertionClause(AbleLhs theLhs,
int theOp,
AbleRd theRhs)
Create a new assertion clause with the specified parts. |
|
|
ABLE 2.3.0 07/13/2005 14:21:00 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||