Knowledge API Legacy5 Adapter 6.0.0.Beta5

Uses of Interface
org.drools.KnowledgeBaseConfiguration

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

Uses of KnowledgeBaseConfiguration in org.drools
 

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

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

Uses of KnowledgeBaseConfiguration in org.drools.impl
 

Methods in org.drools.impl that return KnowledgeBaseConfiguration
 KnowledgeBaseConfiguration KnowledgeBaseFactoryServiceImpl.newKnowledgeBaseConfiguration()
           
 KnowledgeBaseConfiguration KnowledgeBaseFactoryServiceImpl.newKnowledgeBaseConfiguration(Properties properties, ClassLoader... classLoader)
           
 

Methods in org.drools.impl with parameters of type KnowledgeBaseConfiguration
 KnowledgeBase KnowledgeBaseFactoryServiceImpl.newKnowledgeBase(KnowledgeBaseConfiguration conf)
           
 KnowledgeBase KnowledgeBaseFactoryServiceImpl.newKnowledgeBase(String kbaseId, KnowledgeBaseConfiguration conf)
           
 

Uses of KnowledgeBaseConfiguration in org.drools.impl.adapters
 

Classes in org.drools.impl.adapters that implement KnowledgeBaseConfiguration
 class KnowledgeBaseConfigurationAdapter
           
 


Knowledge API Legacy5 Adapter 6.0.0.Beta5

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