| Package | Description |
|---|---|
| org.kie.dmn.api.core | |
| org.kie.dmn.api.core.event |
| Modifier and Type | Method and Description |
|---|---|
DMNResult |
DMNRuntime.evaluateAll(DMNModel model,
DMNContext context)
Evaluate all decisions for the model, given the context
|
DMNResult |
DMNRuntime.evaluateDecisionById(DMNModel model,
String decisionId,
DMNContext context)
Evaluate the decision identified by the given ID and
all dependent decisions, given the context
|
DMNResult |
DMNRuntime.evaluateDecisionByName(DMNModel model,
String decisionName,
DMNContext context)
Evaluate the decision identified by the given name and
all dependent decisions, given the context
|
| Modifier and Type | Method and Description |
|---|---|
DMNResult |
DMNEvent.getResult() |
DMNResult |
BeforeEvaluateDecisionTableEvent.getResult() |
DMNResult |
AfterEvaluateDecisionTableEvent.getResult() |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.