org.drools.impl
Class KnowledgeBaseFactoryServiceImpl
java.lang.Object
org.drools.impl.KnowledgeBaseFactoryServiceImpl
- All Implemented Interfaces:
- org.drools.KnowledgeBaseFactoryService, org.drools.Service
public class KnowledgeBaseFactoryServiceImpl
- extends Object
- implements org.drools.KnowledgeBaseFactoryService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KnowledgeBaseFactoryServiceImpl
public KnowledgeBaseFactoryServiceImpl()
newKnowledgeBaseConfiguration
public org.drools.KnowledgeBaseConfiguration newKnowledgeBaseConfiguration()
- Specified by:
newKnowledgeBaseConfiguration
in interface org.drools.KnowledgeBaseFactoryService
newKnowledgeBaseConfiguration
public org.drools.KnowledgeBaseConfiguration newKnowledgeBaseConfiguration(Properties properties,
ClassLoader... classLoaders)
- Specified by:
newKnowledgeBaseConfiguration
in interface org.drools.KnowledgeBaseFactoryService
newKnowledgeSessionConfiguration
public org.drools.runtime.KnowledgeSessionConfiguration newKnowledgeSessionConfiguration()
- Specified by:
newKnowledgeSessionConfiguration
in interface org.drools.KnowledgeBaseFactoryService
newKnowledgeSessionConfiguration
public org.drools.runtime.KnowledgeSessionConfiguration newKnowledgeSessionConfiguration(Properties properties)
- Specified by:
newKnowledgeSessionConfiguration
in interface org.drools.KnowledgeBaseFactoryService
newKnowledgeBase
public org.drools.KnowledgeBase newKnowledgeBase()
- Specified by:
newKnowledgeBase
in interface org.drools.KnowledgeBaseFactoryService
newKnowledgeBase
public org.drools.KnowledgeBase newKnowledgeBase(String kbaseId)
- Specified by:
newKnowledgeBase
in interface org.drools.KnowledgeBaseFactoryService
newKnowledgeBase
public org.drools.KnowledgeBase newKnowledgeBase(org.drools.KnowledgeBaseConfiguration conf)
- Specified by:
newKnowledgeBase
in interface org.drools.KnowledgeBaseFactoryService
newKnowledgeBase
public org.drools.KnowledgeBase newKnowledgeBase(String kbaseId,
org.drools.KnowledgeBaseConfiguration conf)
- Specified by:
newKnowledgeBase
in interface org.drools.KnowledgeBaseFactoryService
newEnvironment
public org.drools.runtime.Environment newEnvironment()
- Specified by:
newEnvironment
in interface org.drools.KnowledgeBaseFactoryService
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.