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