public class DecisionTableRuleNode extends Object implements IDecisionTableRuleNode
| Constructor and Description |
|---|
DecisionTableRuleNode(int[] rules) |
| Modifier and Type | Method and Description |
|---|---|
IRuleIndex |
getNextIndex() |
int[] |
getRules() |
IIntIterator |
getRulesIterator() |
boolean |
hasIndex() |
void |
setNextIndex(IRuleIndex nextIndex) |
public IRuleIndex getNextIndex()
public void setNextIndex(IRuleIndex nextIndex)
public int[] getRules()
getRules in interface IDecisionTableRuleNodepublic IIntIterator getRulesIterator()
public boolean hasIndex()
Copyright © 2004–2019 OpenL Tablets. All rights reserved.