| Package | Description |
|---|---|
| org.openl.rules.dt | |
| org.openl.rules.dt.algorithm.evaluator | |
| org.openl.rules.dt.index |
| Modifier and Type | Method and Description |
|---|---|
IRuleIndex |
DecisionTableRuleNode.getNextIndex() |
IRuleIndex |
EqualsIndexDecisionTableRuleNode.getNextIndex() |
IRuleIndex |
RangeIndexDecisionTableRuleNode.getNextIndex() |
| Modifier and Type | Method and Description |
|---|---|
void |
DecisionTableRuleNode.setNextIndex(IRuleIndex nextIndex) |
| Constructor and Description |
|---|
EqualsIndexDecisionTableRuleNode(int[] rules,
IRuleIndex nextIndex) |
RangeIndexDecisionTableRuleNode(Set<Integer> ruleSet,
IRuleIndex nextIndex) |
| Modifier and Type | Method and Description |
|---|---|
IRuleIndex |
CombinedRangeIndexEvaluator.makeIndex(ICondition condition,
IIntIterator it) |
IRuleIndex |
ContainsInArrayIndexedEvaluatorV2.makeIndex(ICondition condition,
IIntIterator iterator) |
IRuleIndex |
EqualsIndexedEvaluatorV2.makeIndex(ICondition condition,
IIntIterator it) |
IRuleIndex |
IConditionEvaluator.makeIndex(ICondition cond,
IIntIterator it) |
IRuleIndex |
SingleRangeIndexEvaluator.makeIndex(ICondition condition,
IIntIterator it) |
| Modifier and Type | Class and Description |
|---|---|
class |
ARuleIndex |
class |
CombinedRangeIndex |
class |
EqualsIndex |
class |
EqualsIndexV2
A new implementation of Equals Index for decision tables.
|
class |
RangeAscIndex |
class |
RangeDescIndex |
Copyright © 2004–2019 OpenL Tablets. All rights reserved.