ABLE 2.3.0 07/13/2005 14:21:00

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
 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
protected  AbleAntecedentClause AbleRuleSet.findOrCreateAntecedent(AbleAntecedentClause theClause)
          See if the specified clause already exists, and if it does, return the original.
static java.lang.Boolean AbleInferenceEngine.evalAntecedentClause(AbleAntecedentClause theClause)
          Evaluate the specified antecedent clause and update the clause with a new truth value.
protected  boolean AbleAntecedentClause.equals(AbleAntecedentClause theAbleClause)
          Determine whether this clause is equal to some other clause.
 


ABLE 2.3.0 07/13/2005 14:21:00

(C) Copyright IBM Corporation 1999, 2005