public class DMNRuntimeKBWrappingIKB extends Object implements DMNRuntimeKB
Constructor and Description |
---|
DMNRuntimeKBWrappingIKB(org.drools.core.impl.InternalKnowledgeBase knowledgeBase) |
Modifier and Type | Method and Description |
---|---|
org.drools.core.impl.InternalKnowledgeBase |
getInternalKnowledgeBase() |
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 DMNRuntimeKBWrappingIKB(org.drools.core.impl.InternalKnowledgeBase knowledgeBase)
public List<org.kie.dmn.api.core.event.DMNRuntimeEventListener> getListeners()
getListeners
in interface DMNRuntimeKB
public List<org.kie.dmn.api.core.DMNModel> getModels()
getModels
in interface DMNRuntimeKB
public org.kie.dmn.api.core.DMNModel getModel(String namespace, String modelName)
getModel
in interface DMNRuntimeKB
public org.kie.dmn.api.core.DMNModel getModelById(String namespace, String modelId)
getModelById
in interface DMNRuntimeKB
public List<DMNProfile> getProfiles()
getProfiles
in interface DMNRuntimeKB
public ClassLoader getRootClassLoader()
getRootClassLoader
in interface DMNRuntimeKB
public org.drools.core.impl.InternalKnowledgeBase getInternalKnowledgeBase()
getInternalKnowledgeBase
in interface DMNRuntimeKB
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.