|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
Uses of KnowledgeBuilderConfiguration in org.drools.agent |
---|
Methods in org.drools.agent with parameters of type KnowledgeBuilderConfiguration | |
---|---|
KnowledgeAgent |
KnowledgeAgentProvider.newKnowledgeAgent(String name,
KnowledgeBase kbase,
KnowledgeAgentConfiguration configuration,
KnowledgeBuilderConfiguration builderConfiguration)
|
static KnowledgeAgent |
KnowledgeAgentFactory.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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |