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.evaluateById(DMNModel model,
DMNContext context,
String... decisionIds)
Evaluate all decision identified by the given IDs and
all dependent decisions, given the context
|
DMNResult |
DMNRuntime.evaluateByName(DMNModel model,
DMNContext context,
String... decisionNames)
Evaluate all decisions identified by the given names and
all dependent decisions, given the context
|
DMNResult |
DMNRuntime.evaluateDecisionById(DMNModel model,
String decisionId,
DMNContext context)
Deprecated.
consider using
DMNRuntime.evaluateById(DMNModel, DMNContext, String...) instead |
DMNResult |
DMNRuntime.evaluateDecisionByName(DMNModel model,
String decisionName,
DMNContext context)
Deprecated.
consider using
DMNRuntime.evaluateByName(DMNModel, DMNContext, String...) instead |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.