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

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

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

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

Methods in com.ibm.able.rules with parameters of type AbleAntecedentClause
static java.lang.Boolean AbleInferenceEngine.evalAntecedentClause(AbleAntecedentClause theClause)
          Evaluate the specified antecedent clause and update the clause with a new truth value.
protected  AbleAntecedentClause AbleRuleSet.findOrCreateAntecedent(AbleAntecedentClause theClause)
          See if the specified clause already exists, and if it does, return the original.
protected  boolean AbleAntecedentClause.equals(AbleAntecedentClause theAbleClause)
          Determine whether this clause is equal to some other clause.
 


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

(C) Copyright IBM Corporation 1999, 2003