| Package | Description |
|---|---|
| org.kie.dmn.api.core |
| Modifier and Type | Method and Description |
|---|---|
DMNContext |
DMNContext.clone() |
DMNContext |
DMNResult.getContext()
Returns the full context, including
all input variables and additional
variables and decisions set during
the service invocation
|
DMNContext |
DMNRuntime.newContext()
Creates a new empty DMNContext
|
| 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
|
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.