|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbleAssertionClause | |
---|---|
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 AbleAssertionClause in com.ibm.able.rules |
---|
Fields in com.ibm.able.rules declared as AbleAssertionClause | |
protected AbleAssertionClause |
AbleAssertionRule.myAssertion
myAssertion is the assertion clause representing an assignment, function call, or method invocation. |
Methods in com.ibm.able.rules that return AbleAssertionClause | |
protected AbleAssertionClause |
AbleRuleSet.findOrCreateAssertion(AbleLhs theLhs,
int theRuleOp,
AbleRd theRhs)
See if the specified clause exists, and if it does, return it. |
AbleAssertionClause |
AbleAssertionRule.getAssertion()
Retrieve the rule's assertion clause, if any. |
Methods in com.ibm.able.rules with parameters of type AbleAssertionClause | |
protected void |
AbleInferenceEngine.evalAssertionClause(AbleAssertionClause theClause)
|
protected void |
AbleFuzzyInferenceEngine.evalAssertionClause(AbleAssertionClause theClause)
Evaluate the specified assertion clause. |
Constructors in com.ibm.able.rules with parameters of type AbleAssertionClause | |
AbleAssertionRule(java.lang.String theLabel,
AbleAssertionClause theAssertion)
Create a new assertion rule with a default priority. |
|
AbleAssertionRule(java.lang.String theLabel,
AbleRd thePriority,
AbleAssertionClause theAssertion)
Create a new assertion rule with the specified priority. |
|
AbleAssertionRule(int theId,
java.lang.String theLabel,
AbleAssertionClause theAssertion,
AbleRuleSet theRuleSet)
Create a new assertion rule with a default priority. |
|
AbleAssertionRule(int theId,
java.lang.String theLabel,
AbleRd thePriority,
AbleAssertionClause theAssertion,
AbleRuleSet theRuleSet)
Create a new assertion rule with the specified priority. |
|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |