ABLE 2.0.0 07/02/2003 10:25:01

Uses of Class
com.ibm.able.rules.AbleConsequentClause

Packages that use AbleConsequentClause
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 AbleConsequentClause in com.ibm.able.rules
 

Methods in com.ibm.able.rules that return AbleConsequentClause
protected  AbleConsequentClause AbleRuleSet.findOrCreateConsequent(AbleLhs theLhs, int theRuleOp, AbleRd theRhs)
          See if the specified clause exists, and if it does, return it.
 AbleConsequentClause AbleConsequentClause.createMatchClause(java.util.Hashtable replacementVars)
          Create a duplicate of this clause using replacement vars
 

Methods in com.ibm.able.rules with parameters of type AbleConsequentClause
protected  void AbleInferenceEngine.evalConsequentClause(AbleConsequentClause theClause)
          Evaluate the specified consequent clause.
 


ABLE 2.0.0 07/02/2003 10:25:01

(C) Copyright IBM Corporation 1999, 2003