Package | Description |
---|---|
org.kie.dmn.api.core |
Modifier and Type | Method and Description |
---|---|
default DMNModel |
DMNCompiler.compile(org.kie.dmn.model.api.Definitions dmndefs) |
DMNModel |
DMNCompiler.compile(org.kie.dmn.model.api.Definitions dmndefs,
Collection<DMNModel> dmnModels) |
DMNModel |
DMNCompiler.compile(org.kie.dmn.model.api.Definitions dmndefs,
org.kie.api.io.Resource resource,
Collection<DMNModel> dmnModels)
As
DMNCompiler.compile(Definitions, Collection) , but links Resource to the manually provided Definitions while compiling the DMNModel . |
default DMNModel |
DMNCompiler.compile(Reader source) |
DMNModel |
DMNCompiler.compile(Reader source,
Collection<DMNModel> dmnModels) |
default DMNModel |
DMNCompiler.compile(org.kie.api.io.Resource resource) |
DMNModel |
DMNCompiler.compile(org.kie.api.io.Resource resource,
Collection<DMNModel> dmnModels) |
DMNModel |
DMNPackage.getModel(String name) |
DMNModel |
DMNRuntime.getModel(String namespace,
String modelName)
Returns the model registered with the given namespace and
model name.
|
DMNModel |
DMNPackage.getModelById(String id) |
DMNModel |
DMNRuntime.getModelById(String namespace,
String modelId)
Returns the model registered with the given namespace and
model id.
|
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.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 |
DMNResult |
DMNRuntime.evaluateDecisionService(DMNModel model,
DMNContext context,
String decisionServiceName)
Evaluate the Decision Service identified by the given name, given the context
|
Modifier and Type | Method and Description |
---|---|
DMNModel |
DMNCompiler.compile(org.kie.dmn.model.api.Definitions dmndefs,
Collection<DMNModel> dmnModels) |
DMNModel |
DMNCompiler.compile(org.kie.dmn.model.api.Definitions dmndefs,
org.kie.api.io.Resource resource,
Collection<DMNModel> dmnModels)
As
DMNCompiler.compile(Definitions, Collection) , but links Resource to the manually provided Definitions while compiling the DMNModel . |
DMNModel |
DMNCompiler.compile(Reader source,
Collection<DMNModel> dmnModels) |
DMNModel |
DMNCompiler.compile(org.kie.api.io.Resource resource,
Collection<DMNModel> dmnModels) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.