public class DTDecisionRule extends Object
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()
public int getIndex()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.