| Package | Description |
|---|---|
| org.powerflows.dmn.engine.evaluator.expression.provider |
Contains expression evaluation providers and factories.
|
| org.powerflows.dmn.engine.evaluator.expression.provider.binding |
Utilities for enabling custom functions in expressions.
|
| org.powerflows.dmn.engine.evaluator.expression.provider.feel.converter.mvel |
Converters for handling S-FEEL expressions in MVEL expression language.
|
| org.powerflows.dmn.engine.evaluator.expression.provider.juel |
JUEL expression language companion classes.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Object |
ScriptEngineExpressionEvaluationProvider.createMethodBinding(MethodBinding methodBinding) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMethodBinding
Base class for implementors of
MethodBinding. |
class |
InstanceMethodBinding
Configures given instance
Method to be executed as function in expression. |
class |
StaticMethodBinding
Configures given static
Method to be executed as function in expression. |
| Constructor and Description |
|---|
FeelToMvelExpressionConverter(List<MethodBinding> functions) |
| Constructor and Description |
|---|
MethodBindingListFunctionMapper(List<MethodBinding> methodBindings) |
Copyright © 2019 Power Flows. All rights reserved.