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

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

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

Methods in com.ibm.able.rules with parameters of type AblePatternMatchRule
protected  void AbleInferenceEngine.evalPatternMatchRule(AblePatternMatchRule theRule)
          Evaluate a pattern-match (when-do) rule.
protected  void AblePatternMatchLiteEngine.setPatternMatchRuleBindings(AblePatternMatchRule theRule)
          Set the bindings on a pattern-match (when-do) rule.
protected  void AblePatternMatchLiteEngine.addRuleToConflictSet(java.util.Vector theConflictSet, AblePatternMatchRule theRule)
          Inserts the Rule into the conflict set based on priority.
protected  void AblePatternMatchEngine.evalPatternMatchRule(AblePatternMatchRule theRule)
          Evaluate a pattern-match (when-do) rule.
 void AblePatternMatchEngine.addRuleToConflictSet(java.util.Vector theConflictSet, AblePatternMatchRule theRule)
          Inserts the Rule into the conflict set based on priority and specificity.
protected  void AbleRuleBlock.addPatternMatchRule(AblePatternMatchRule theRule)
          Add a pattern match (when-do) rule to the rule block.
 


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

(C) Copyright IBM Corporation 1999, 2003