| 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 |
|---|---|
boolean |
InputEntryEvaluator.evaluate(InputEntry inputEntry,
Input input,
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<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 © 2018 Power Flows. All rights reserved.