Knowledge API Legacy5 Adapter 6.1.0.Final

Uses of Interface
org.drools.builder.KnowledgeBuilderConfiguration

Packages that use KnowledgeBuilderConfiguration
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.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.1.0.Final

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