Uses of Interface
org.drools.KnowledgeBaseConfiguration

Packages that use KnowledgeBaseConfiguration
org.drools The KnowledgeBase and its factory. 
 

Uses of KnowledgeBaseConfiguration in org.drools
 

Methods in org.drools that return KnowledgeBaseConfiguration
 KnowledgeBaseConfiguration KnowledgeBaseFactoryService.newKnowledgeBaseConfiguration()
          Instantiate and return a new KnowledgeBaseConfiguration
static KnowledgeBaseConfiguration KnowledgeBaseFactory.newKnowledgeBaseConfiguration()
          Create a KnowledgeBaseConfiguration on which properties can be set.
 KnowledgeBaseConfiguration KnowledgeBaseFactoryService.newKnowledgeBaseConfiguration(Properties properties, ClassLoader... classLoader)
          Instantiate and return a new KnowledgeBaseConfiguration
static KnowledgeBaseConfiguration KnowledgeBaseFactory.newKnowledgeBaseConfiguration(Properties properties, ClassLoader... classLoaders)
          Create a KnowledgeBaseConfiguration on which properties can be set.
 

Methods in org.drools with parameters of type KnowledgeBaseConfiguration
 KnowledgeBase KnowledgeBaseFactoryService.newKnowledgeBase(KnowledgeBaseConfiguration conf)
          Instantiate and return a KnowledgeBase using the given KnowledgeBaseConfiguration
static KnowledgeBase KnowledgeBaseFactory.newKnowledgeBase(KnowledgeBaseConfiguration conf)
          Create a new KnowledgeBase using the given KnowledgeBaseConfiguration
 KnowledgeBase KnowledgeBaseFactoryService.newKnowledgeBase(String kbaseId, KnowledgeBaseConfiguration conf)
          Instantiate and return a KnowledgeBase using the given KnowledgeBaseConfiguration and the given KnowledgeBase ID.
static KnowledgeBase KnowledgeBaseFactory.newKnowledgeBase(String kbaseId, KnowledgeBaseConfiguration conf)
          Create a new KnowledgeBase using the given KnowledgeBaseConfiguration and the given KnowledgeBase ID.
 



Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.