| Package | Description |
|---|---|
| org.powerflows.dmn.engine.evaluator.entry |
Input and output entries evaluation.
|
| 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 |
|---|---|
EntryResult |
OutputEntryEvaluator.evaluate(OutputEntry outputEntry,
Output output,
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<Output> |
Decision.getOutputs() |
| Modifier and Type | Method and Description |
|---|---|
Decision.Builder |
Decision.Builder.withOutput(Function<Output.Builder,Output> outputsBuilderConsumer) |
| Modifier and Type | Method and Description |
|---|---|
static <P extends AbstractBuilder> |
Output.fluentBuilder(P parentBuilder,
Consumer<Output> outputConsumer) |
Copyright © 2019 Power Flows. All rights reserved.