| Package | Description |
|---|---|
| org.powerflows.dmn.engine.evaluator.entry |
Input and output entries evaluation.
|
| org.powerflows.dmn.engine.evaluator.expression.provider |
Contains expression evaluation providers and factories.
|
| org.powerflows.dmn.engine.evaluator.expression.script.bindings |
Utilities for binding variables to use in
ScriptEngine. |
| org.powerflows.dmn.engine.model.decision.rule |
Decision rule definition model.
|
| org.powerflows.dmn.engine.model.decision.rule.entry |
Rule input and output entries.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
InputEntryEvaluator.evaluate(InputEntry inputEntry,
Input input,
EvaluationContext evaluationContext)
Performs entry expression evaluation.
|
| Modifier and Type | Method and Description |
|---|---|
Serializable |
ScriptEngineExpressionEvaluationProvider.evaluateInputEntry(InputEntry inputEntry,
EvaluationContext evaluationContext) |
Serializable |
ExpressionEvaluationProvider.evaluateInputEntry(InputEntry inputEntry,
EvaluationContext evaluationContext) |
| Modifier and Type | Method and Description |
|---|---|
static ContextVariablesBindings |
ContextVariablesBindings.create(Bindings bindings,
EvaluationContext evaluationContext,
InputEntry inputEntry) |
| Modifier and Type | Method and Description |
|---|---|
List<InputEntry> |
Rule.getInputEntries() |
| Modifier and Type | Method and Description |
|---|---|
Rule.Builder |
Rule.Builder.withInputEntry(Function<InputEntry.Builder,InputEntry> inputEntryBuilderConsumer) |
| Modifier and Type | Method and Description |
|---|---|
static <P extends AbstractBuilder> |
InputEntry.fluentBuilder(P parentBuilder,
Consumer<InputEntry> inputEntryConsumer) |
Copyright © 2019 Power Flows. All rights reserved.