| Package | Description |
|---|---|
| org.powerflows.dmn.engine.evaluator.expression.provider | |
| org.powerflows.dmn.engine.evaluator.expression.provider.binding |
Utilities for enabling custom functions in expressions.
|
| 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. |
Copyright © 2019 Power Flows. All rights reserved.