Package | Description |
---|---|
org.kie.dmn.feel | |
org.kie.dmn.feel.codegen.feel11 | |
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.
|
CompiledExpression |
FEEL.compileUnaryTests(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 | Interface and Description |
---|---|
interface |
CompiledFEELExpression |
Modifier and Type | Class and Description |
---|---|
class |
ProcessedExpression |
class |
ProcessedFEELUnit |
class |
ProcessedUnaryTest |
Modifier and Type | Class and Description |
---|---|
class |
CompiledExecutableExpression |
class |
CompiledExpressionImpl |
class |
InterpretedExecutableExpression |
class |
UnaryTestInterpretedExecutableExpression |
Modifier and Type | Method and Description |
---|---|
CompiledExpression |
FEELImpl.compile(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> |
DecisionTableImpl.getCompiledParameterNames()
This is leveraged from the DMN layer, and currently unused from a pure FEEL layer perspective (DT FEEL expression deprecated anyway from the DMN spec itself).
|
List<CompiledExpression> |
DTDecisionRule.getOutputEntry()
A list of the instances of LiteralExpression that compose
the output components of this DecisionRule.
|
Modifier and Type | Method and Description |
---|---|
void |
DecisionTableImpl.setCompiledParameterNames(List<CompiledExpression> compiledParameterNames)
This is leveraged from the DMN layer, and currently unused from a pure FEEL layer perspective (DT FEEL expression deprecated anyway from the DMN spec itself).
|
Constructor and Description |
---|
DTInputClause(String inputExpression,
String inputValuesText,
List<UnaryTest> inputValues,
CompiledExpression compiledInput) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.