public class KnowledgeBaseFactoryServiceImpl extends Object implements org.kie.internal.KnowledgeBaseFactoryService
Constructor and Description |
---|
KnowledgeBaseFactoryServiceImpl() |
Modifier and Type | Method and Description |
---|---|
org.kie.api.runtime.Environment |
newEnvironment() |
org.kie.internal.KnowledgeBase |
newKnowledgeBase() |
org.kie.internal.KnowledgeBase |
newKnowledgeBase(org.kie.api.KieBaseConfiguration conf) |
org.kie.internal.KnowledgeBase |
newKnowledgeBase(String kbaseId) |
org.kie.internal.KnowledgeBase |
newKnowledgeBase(String kbaseId,
org.kie.api.KieBaseConfiguration conf) |
org.kie.api.KieBaseConfiguration |
newKnowledgeBaseConfiguration() |
org.kie.api.KieBaseConfiguration |
newKnowledgeBaseConfiguration(Properties properties,
ClassLoader... classLoaders) |
org.kie.api.runtime.KieSessionConfiguration |
newKnowledgeSessionConfiguration() |
org.kie.api.runtime.KieSessionConfiguration |
newKnowledgeSessionConfiguration(Properties properties) |
public org.kie.api.KieBaseConfiguration newKnowledgeBaseConfiguration()
newKnowledgeBaseConfiguration
in interface org.kie.internal.KnowledgeBaseFactoryService
public org.kie.api.KieBaseConfiguration newKnowledgeBaseConfiguration(Properties properties, ClassLoader... classLoaders)
newKnowledgeBaseConfiguration
in interface org.kie.internal.KnowledgeBaseFactoryService
public org.kie.api.runtime.KieSessionConfiguration newKnowledgeSessionConfiguration()
newKnowledgeSessionConfiguration
in interface org.kie.internal.KnowledgeBaseFactoryService
public org.kie.api.runtime.KieSessionConfiguration newKnowledgeSessionConfiguration(Properties properties)
newKnowledgeSessionConfiguration
in interface org.kie.internal.KnowledgeBaseFactoryService
public org.kie.internal.KnowledgeBase newKnowledgeBase()
newKnowledgeBase
in interface org.kie.internal.KnowledgeBaseFactoryService
public org.kie.internal.KnowledgeBase newKnowledgeBase(String kbaseId)
newKnowledgeBase
in interface org.kie.internal.KnowledgeBaseFactoryService
public org.kie.internal.KnowledgeBase newKnowledgeBase(org.kie.api.KieBaseConfiguration conf)
newKnowledgeBase
in interface org.kie.internal.KnowledgeBaseFactoryService
public org.kie.internal.KnowledgeBase newKnowledgeBase(String kbaseId, org.kie.api.KieBaseConfiguration conf)
newKnowledgeBase
in interface org.kie.internal.KnowledgeBaseFactoryService
public org.kie.api.runtime.Environment newEnvironment()
newEnvironment
in interface org.kie.internal.KnowledgeBaseFactoryService
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.