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

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

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

Subclasses of AblePredicateRule in com.ibm.able.rules
 class AblePredicateFact
          This class represents a predicate fact, a single predicate.
 

Methods in com.ibm.able.rules that return AblePredicateRule
 AblePredicateRule AblePredicateRule.createMatchRule()
          Create a duplicate of this rule with new variables
 AblePredicateRule AblePredicateFact.createMatchFact()
          Create a duplicate of this rule with new variables
 

Methods in com.ibm.able.rules with parameters of type AblePredicateRule
protected  void AbleRuleBlock.addPredicateRule(AblePredicateRule theRule)
          Add a predicate fact or rule to the rule block.
 


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

(C) Copyright IBM Corporation 1999, 2003