public class DTDecisionRule extends Object implements Indexed
| Constructor and Description |
|---|
DTDecisionRule(int index) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex() |
List<UnaryTest> |
getInputEntry()
The instances of UnaryTests that specify the input conditions
that this DecisionRule must match for the corresponding (by
index) inputExpression.
|
List<CompiledExpression> |
getOutputEntry()
A list of the instances of LiteralExpression that compose
the output components of this DecisionRule.
|
public List<UnaryTest> getInputEntry()
public List<CompiledExpression> getOutputEntry()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.