| Package | Description |
|---|---|
| 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.rule |
Decision rule definition model.
|
| 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<Rule> |
Decision.getRules() |
| Modifier and Type | Method and Description |
|---|---|
Decision.Builder |
Decision.Builder.withRule(Function<Rule.Builder,Rule> ruleBuilderConsumer) |
| Modifier and Type | Method and Description |
|---|---|
static <P extends AbstractBuilder> |
Rule.fluentBuilder(P parentBuilder,
Consumer<Rule> ruleConsumer) |
Copyright © 2019 Power Flows. All rights reserved.