|
ABLE, Version 1.1b | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbleRuleCondition | |
com.ibm.able.beans.rules | The RULES package provides a set of objects implementing standard boolean-logic based forward and backward reasoning using if-then rules. |
Uses of AbleRuleCondition in com.ibm.able.beans.rules |
Fields in com.ibm.able.beans.rules declared as AbleRuleCondition | |
protected AbleRuleCondition |
AbleClause.cond
cond is the relation to be used to evaluate the lhs against the rhs of the clause. |
Constructors in com.ibm.able.beans.rules with parameters of type AbleRuleCondition | |
AbleClause.AbleClause(AbleAtom theLefthandSide,
AbleRuleCondition theCondition,
AbleAtom theRighthandSide)
Create a new clause with the specified parts. |
|
AbleClause.AbleClause(AbleAtom theLefthandSide,
AbleRuleCondition theCondition,
java.lang.String theRighthandSide)
Create a new clause with the specified parts. |
|
AbleClause.AbleClause(AbleAtom theLefthandSide,
AbleRuleCondition theCondition,
AbleSensorManager theSensorManager,
java.lang.String theSensorName,
java.lang.Object[] theSensorArgs)
Create a new clause with the specified parts. |
|
ABLE, Version 1.1b | |||||||||
PREV NEXT | FRAMES NO FRAMES |