| Package | Description |
|---|---|
| org.powerflows.dmn.engine.evaluator.entry | |
| org.powerflows.dmn.engine.model.evaluation.result |
| Modifier and Type | Method and Description |
|---|---|
EntryResult |
OutputEntryEvaluator.evaluate(OutputEntry outputEntry,
Output output,
ModifiableContextVariables contextVariables) |
| Modifier and Type | Method and Description |
|---|---|
List<EntryResult> |
EntryEvaluator.evaluate(List<InputEntry> inputEntries,
List<OutputEntry> outputEntries,
Map<String,Input> inputs,
Map<String,Output> outputs,
ModifiableContextVariables contextVariables) |
| Modifier and Type | Method and Description |
|---|---|
EntryResult |
DecisionResult.getSingleEntryResult() |
| Modifier and Type | Method and Description |
|---|---|
List<EntryResult> |
RuleResult.getEntryResults() |
| Modifier and Type | Method and Description |
|---|---|
RuleResult.Builder |
RuleResult.Builder.entryResults(List<EntryResult> entryResults) |
Copyright © 2018 Power Flows. All rights reserved.