Package | Description |
---|---|
org.kie.dmn.feel | |
org.kie.dmn.feel.lang.ast | |
org.kie.dmn.feel.lang.impl | |
org.kie.dmn.feel.runtime | |
org.kie.dmn.feel.runtime.decisiontables | |
org.kie.dmn.feel.runtime.functions |
Modifier and Type | Method and Description |
---|---|
List<UnaryTest> |
FEEL.evaluateUnaryTests(String expression)
Evaluates the given expression as a list of of unary tests.
|
List<UnaryTest> |
FEEL.evaluateUnaryTests(String expression,
Map<String,Type> variableTypes)
Evaluates the given expression as a list of of unary tests.
|
Modifier and Type | Class and Description |
---|---|
static class |
DashNode.DashUnaryTest |
Modifier and Type | Method and Description |
---|---|
UnaryTest |
DashNode.evaluate(EvaluationContext ctx) |
UnaryTest |
UnaryTestNode.evaluate(EvaluationContext ctx) |
Modifier and Type | Method and Description |
---|---|
List<UnaryTest> |
FEELImpl.evaluateUnaryTests(String expression) |
List<UnaryTest> |
FEELImpl.evaluateUnaryTests(String expression,
Map<String,Type> variableTypes) |
Modifier and Type | Class and Description |
---|---|
class |
UnaryTestImpl |
Constructor and Description |
---|
UnaryTestImpl(UnaryTest delegate,
String text) |
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() |
List<UnaryTest> |
DTOutputClause.getOutputValues() |
Constructor and Description |
---|
DTInputClause(String inputExpression,
String inputValuesText,
List<UnaryTest> inputValues,
CompiledExpression compiledInput) |
DTOutputClause(String name,
List<UnaryTest> outputValues) |
DTOutputClause(String name,
String id,
List<UnaryTest> outputValues,
String defaultValue) |
DTOutputClause(String name,
String id,
List<UnaryTest> outputValues,
String defaultValue,
Type feelType) |
Modifier and Type | Method and Description |
---|---|
protected List<List<UnaryTest>> |
DecisionTableFunction.objectToUnaryTestList(EvaluationContext ctx,
List<List<Object>> values) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.