| Package | Description |
|---|---|
| org.powerflows.dmn.engine.evaluator.entry | |
| org.powerflows.dmn.engine.model.decision.rule | |
| org.powerflows.dmn.engine.model.decision.rule.entry |
| Modifier and Type | Method and Description |
|---|---|
EntryResult |
OutputEntryEvaluator.evaluate(OutputEntry outputEntry,
Output output,
EvaluationContext evaluationContext) |
| Modifier and Type | Method and Description |
|---|---|
List<EntryResult> |
EntryEvaluator.evaluate(List<InputEntry> inputEntries,
List<OutputEntry> outputEntries,
Map<String,Input> inputs,
Map<String,Output> outputs,
EvaluationContext evaluationContext) |
| Modifier and Type | Method and Description |
|---|---|
List<OutputEntry> |
Rule.getOutputEntries() |
| Modifier and Type | Method and Description |
|---|---|
Rule.Builder |
Rule.Builder.withOutputEntry(Function<OutputEntry.Builder,OutputEntry> outputEntryBuilderConsumer) |
| Modifier and Type | Method and Description |
|---|---|
static <P extends AbstractBuilder> |
OutputEntry.fluentBuilder(P parentBuilder,
Consumer<OutputEntry> outputEntryConsumer) |
Copyright © 2018 Power Flows. All rights reserved.