Knowledge API Legacy5 Adapter 6.0.0.Beta5

Uses of Interface
org.drools.builder.KnowledgeBuilderConfiguration

Packages that use KnowledgeBuilderConfiguration
org.drools.agent The KnowlegeAgent provides automatic loading, caching and re-loading, of resources and is configured from a properties files. 
org.drools.builder The builder package is responsible for building knowledge definitions from artifact resources. 
org.drools.impl   
org.drools.impl.adapters   
 

Uses of KnowledgeBuilderConfiguration in org.drools.agent
 

Methods in org.drools.agent with parameters of type KnowledgeBuilderConfiguration
static KnowledgeAgent KnowledgeAgentFactory.newKnowledgeAgent(String name, KnowledgeBase kbase, KnowledgeAgentConfiguration configuration, KnowledgeBuilderConfiguration builderConfiguration)
           
 KnowledgeAgent KnowledgeAgentProvider.newKnowledgeAgent(String name, KnowledgeBase kbase, KnowledgeAgentConfiguration configuration, KnowledgeBuilderConfiguration builderConfiguration)
           
 

Uses of KnowledgeBuilderConfiguration in org.drools.builder
 

Methods in org.drools.builder that return KnowledgeBuilderConfiguration
 KnowledgeBuilderConfiguration KnowledgeBuilderFactoryService.newKnowledgeBuilderConfiguration()
          Instantiate and return a new KnowledgeBuilderConfiguration
static KnowledgeBuilderConfiguration KnowledgeBuilderFactory.newKnowledgeBuilderConfiguration()
          Create a KnowledgeBuilderConfiguration on which properties can be set.
 KnowledgeBuilderConfiguration KnowledgeBuilderFactoryService.newKnowledgeBuilderConfiguration(Properties properties, ClassLoader... classLoader)
          Instantiate and return a new KnowledgeBuilderConfiguration
static KnowledgeBuilderConfiguration KnowledgeBuilderFactory.newKnowledgeBuilderConfiguration(Properties properties, ClassLoader... classLoaders)
          Create a KnowledgeBuilderConfiguration on which properties can be set.
 

Methods in org.drools.builder with parameters of type KnowledgeBuilderConfiguration
 KnowledgeBuilder KnowledgeBuilderFactoryService.newKnowledgeBuilder(KnowledgeBase kbase, KnowledgeBuilderConfiguration conf)
           
static KnowledgeBuilder KnowledgeBuilderFactory.newKnowledgeBuilder(KnowledgeBase kbase, KnowledgeBuilderConfiguration conf)
           
 KnowledgeBuilder KnowledgeBuilderFactoryService.newKnowledgeBuilder(KnowledgeBuilderConfiguration conf)
          Instantiate and return a new KnowledgeBuilder using the given KnowledgeBuilderConfiguration
static KnowledgeBuilder KnowledgeBuilderFactory.newKnowledgeBuilder(KnowledgeBuilderConfiguration conf)
          Create and return a new KnowledgeBuilder, using he given KnowledgeBuilderConfigurations
 

Uses of KnowledgeBuilderConfiguration in org.drools.impl
 

Methods in org.drools.impl that return KnowledgeBuilderConfiguration
 KnowledgeBuilderConfiguration KnowledgeBuilderFactoryServiceImpl.newKnowledgeBuilderConfiguration()
           
 KnowledgeBuilderConfiguration KnowledgeBuilderFactoryServiceImpl.newKnowledgeBuilderConfiguration(Properties properties, ClassLoader... classLoaders)
           
 

Methods in org.drools.impl with parameters of type KnowledgeBuilderConfiguration
 KnowledgeBuilder KnowledgeBuilderFactoryServiceImpl.newKnowledgeBuilder(KnowledgeBase kbase, KnowledgeBuilderConfiguration conf)
           
 KnowledgeBuilder KnowledgeBuilderFactoryServiceImpl.newKnowledgeBuilder(KnowledgeBuilderConfiguration conf)
           
 

Uses of KnowledgeBuilderConfiguration in org.drools.impl.adapters
 

Classes in org.drools.impl.adapters that implement KnowledgeBuilderConfiguration
 class KnowledgeBuilderConfigurationAdapter
           
 


Knowledge API Legacy5 Adapter 6.0.0.Beta5

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