public abstract class ARuleIndex extends Object implements IRuleIndex
| Modifier and Type | Method and Description |
|---|---|
int[] |
collectRules() |
DecisionTableRuleNode |
findNode(Object value,
DecisionTableRuleNode prevResult) |
DecisionTableRuleNode |
getEmptyOrFormulaNodes() |
abstract Iterable<? extends DecisionTableRuleNode> |
nodes() |
public DecisionTableRuleNode getEmptyOrFormulaNodes()
getEmptyOrFormulaNodes in interface IRuleIndexpublic DecisionTableRuleNode findNode(Object value, DecisionTableRuleNode prevResult)
findNode in interface IRuleIndexpublic abstract Iterable<? extends DecisionTableRuleNode> nodes()
nodes in interface IRuleIndexpublic int[] collectRules()
collectRules in interface IRuleIndexCopyright © 2004–2019 OpenL Tablets. All rights reserved.