|
ABLE 2.3.0 07/13/2005 14:21:00 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 |
AbleRuleBlock.addPatternMatchRule(AblePatternMatchRule theRule)
Add a pattern match (when-do) rule to the rule block. |
protected void |
AblePatternMatchNetwork.generateRuleNodes(AblePatternMatchRule theRule)
Generate the PatternMatchNodes for this rule |
protected com.ibm.able.rules.AblePatternMatchNode |
AblePatternMatchNetwork.generateRuleTerminalNode(com.ibm.able.rules.AblePatternMatchNode parentNode,
AblePatternMatchRule theRule)
Create a rule terminal node |
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. |
boolean |
AblePatternMatchEngine.addRuleToConflictSet(AblePatternMatchRule theRule)
Inserts the Rule into the conflict set based on priority and specificity. |
boolean |
AblePatternMatchEngine.removeRuleFromConflictSet(AblePatternMatchRule theRule)
Inserts the Rule into the conflict set based on priority and specificity. |
protected void |
AbleInferenceEngine.evalPatternMatchRule(AblePatternMatchRule theRule)
Evaluate a pattern-match (when-do) rule. |
|
ABLE 2.3.0 07/13/2005 14:21:00 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||