| Package | Description |
|---|---|
| org.kie.dmn.feel.lang.ast | |
| org.kie.dmn.feel.runtime.decisiontables |
| Modifier and Type | Method and Description |
|---|---|
UnaryTest |
UnaryTestNode.evaluate(EvaluationContext ctx) |
UnaryTest |
DashNode.evaluate(EvaluationContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
List<UnaryTest> |
DTDecisionRule.getInputEntry()
The instances of UnaryTests that specify the input conditions
that this DecisionRule must match for the corresponding (by
index) inputExpression.
|
List<UnaryTest> |
DTInputClause.getInputValues() |
| Constructor and Description |
|---|
DTInputClause(String inputExpression,
String inputValuesText,
List<UnaryTest> inputValues) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.