Package | Description |
---|---|
org.kie.dmn.feel | |
org.kie.dmn.feel.lang.impl | |
org.kie.dmn.feel.runtime.decisiontables |
Modifier and Type | Method and Description |
---|---|
CompiledExpression |
FEEL.compile(String expression,
CompilerContext ctx)
Compiles the string expression using the given
compiler context.
|
Modifier and Type | Method and Description |
---|---|
Object |
FEEL.evaluate(CompiledExpression expr,
EvaluationContext ctx)
Evaluates the given compiled FEEL expression using the
given EvaluationContext, and returns the result
|
Object |
FEEL.evaluate(CompiledExpression expression,
Map<String,Object> inputVariables)
Evaluates the given compiled FEEL expression using the
given input variables, and returns the result
|
Modifier and Type | Class and Description |
---|---|
class |
CompiledExpressionImpl |
Modifier and Type | Method and Description |
---|---|
CompiledExpression |
FEELImpl.compile(String expression,
CompilerContext ctx) |
CompiledExpression |
FEELImpl.compileExpressionList(String expression,
CompilerContext ctx) |
Modifier and Type | Method and Description |
---|---|
Object |
FEELImpl.evaluate(CompiledExpression expr,
EvaluationContext ctx) |
Object |
FEELImpl.evaluate(CompiledExpression expr,
Map<String,Object> inputVariables) |
Modifier and Type | Method and Description |
---|---|
CompiledExpression |
DTInputClause.getCompiledInput() |
Modifier and Type | Method and Description |
---|---|
List<CompiledExpression> |
DTDecisionRule.getOutputEntry()
A list of the instances of LiteralExpression that compose
the output components of this DecisionRule.
|
Constructor and Description |
---|
DTInputClause(String inputExpression,
String inputValuesText,
List<UnaryTest> inputValues,
CompiledExpression compiledInput) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.