| Package | Description |
|---|---|
| org.kie.dmn.api.core |
| Modifier and Type | Method and Description |
|---|---|
DMNModel |
DMNCompiler.compile(Reader source) |
DMNModel |
DMNCompiler.compile(org.kie.api.io.Resource resource) |
DMNModel |
DMNPackage.getModel(String name) |
DMNModel |
DMNRuntime.getModel(String namespace,
String modelName)
Returns the model registered with the given namespace and
model name.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,DMNModel> |
DMNPackage.getAllModels() |
List<DMNModel> |
DMNRuntime.getModels()
Returns a list of all models available to this runtime
|
| 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.