| 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.rule |
Rule evaluation code.
|
| org.powerflows.dmn.engine.model.decision |
Decision related model elements.
|
| org.powerflows.dmn.engine.model.decision.field |
Decision input and output model.
|
| 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.evaluateInput(Input input,
EvaluationContext evaluationContext) |
Serializable |
ExpressionEvaluationProvider.evaluateInput(Input input,
EvaluationContext evaluationContext) |
| Modifier and Type | Method and Description |
|---|---|
RuleResult |
RuleEvaluator.evaluate(Rule rule,
Map<String,Input> inputs,
Map<String,Output> outputs,
EvaluationContext evaluationContext) |
| Modifier and Type | Method and Description |
|---|---|
List<Input> |
Decision.getInputs() |
| Modifier and Type | Method and Description |
|---|---|
Decision.Builder |
Decision.Builder.withInput(Function<Input.Builder,Input> inputsBuilderConsumer) |
| Modifier and Type | Method and Description |
|---|---|
static <P extends AbstractBuilder> |
Input.fluentBuilder(P parentBuilder,
Consumer<Input> inputConsumer) |
Copyright © 2019 Power Flows. All rights reserved.