public class VoidDMNRuntimeKB extends Object implements DMNRuntimeKB
| Constructor and Description |
|---|
VoidDMNRuntimeKB() |
| Modifier and Type | Method and Description |
|---|---|
org.drools.core.impl.InternalKnowledgeBase |
getInternalKnowledgeBase() |
org.kie.api.runtime.KieRuntimeFactory |
getKieRuntimeFactory(String kieBaseName) |
List<org.kie.dmn.api.core.event.DMNRuntimeEventListener> |
getListeners() |
org.kie.dmn.api.core.DMNModel |
getModel(String namespace,
String modelName) |
org.kie.dmn.api.core.DMNModel |
getModelById(String namespace,
String modelId) |
List<org.kie.dmn.api.core.DMNModel> |
getModels() |
List<DMNProfile> |
getProfiles() |
ClassLoader |
getRootClassLoader() |
public List<org.kie.dmn.api.core.DMNModel> getModels()
getModels in interface DMNRuntimeKBpublic org.kie.dmn.api.core.DMNModel getModel(String namespace, String modelName)
getModel in interface DMNRuntimeKBpublic org.kie.dmn.api.core.DMNModel getModelById(String namespace, String modelId)
getModelById in interface DMNRuntimeKBpublic List<DMNProfile> getProfiles()
getProfiles in interface DMNRuntimeKBpublic List<org.kie.dmn.api.core.event.DMNRuntimeEventListener> getListeners()
getListeners in interface DMNRuntimeKBpublic ClassLoader getRootClassLoader()
getRootClassLoader in interface DMNRuntimeKBpublic org.drools.core.impl.InternalKnowledgeBase getInternalKnowledgeBase()
getInternalKnowledgeBase in interface DMNRuntimeKBpublic org.kie.api.runtime.KieRuntimeFactory getKieRuntimeFactory(String kieBaseName)
getKieRuntimeFactory in interface DMNRuntimeKBCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.