| 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.model.decision.rule |
Decision rule definition model.
|
| org.powerflows.dmn.engine.model.decision.rule.entry |
Rule input and output entries.
|
| Modifier and Type | Method and Description |
|---|---|
EntryResult |
OutputEntryEvaluator.evaluate(OutputEntry outputEntry,
Output output,
EvaluationContext evaluationContext) |
| Modifier and Type | Method and Description |
|---|---|
Serializable |
ScriptEngineExpressionEvaluationProvider.evaluateOutputEntry(OutputEntry outputEntry,
EvaluationContext evaluationContext) |
Serializable |
ExpressionEvaluationProvider.evaluateOutputEntry(OutputEntry outputEntry,
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 © 2019 Power Flows. All rights reserved.