Package | Description |
---|---|
org.kie.internal.agent |
The KnowlegeAgent provides automatic loading, caching and re-loading, of resources and is configured from a properties files.
|
org.kie.internal.builder |
The builder package is responsible for building knowledge definitions from artifact resources.
|
Modifier and Type | Method and Description |
---|---|
KnowledgeAgent |
KnowledgeAgentProvider.newKnowledgeAgent(String name,
KnowledgeBase kbase,
KnowledgeAgentConfiguration configuration,
KnowledgeBuilderConfiguration builderConfiguration) |
static KnowledgeAgent |
KnowledgeAgentFactory.newKnowledgeAgent(String name,
KnowledgeBase kbase,
KnowledgeAgentConfiguration configuration,
KnowledgeBuilderConfiguration builderConfiguration) |
Modifier and Type | Method and Description |
---|---|
static KnowledgeBuilderConfiguration |
KnowledgeBuilderFactory.newKnowledgeBuilderConfiguration()
Create a KnowledgeBuilderConfiguration on which properties can be set.
|
KnowledgeBuilderConfiguration |
KnowledgeBuilderFactoryService.newKnowledgeBuilderConfiguration()
Instantiate and return a new KnowledgeBuilderConfiguration
|
static KnowledgeBuilderConfiguration |
KnowledgeBuilderFactory.newKnowledgeBuilderConfiguration(Properties properties,
ClassLoader... classLoaders)
Create a KnowledgeBuilderConfiguration on which properties can be set.
|
KnowledgeBuilderConfiguration |
KnowledgeBuilderFactoryService.newKnowledgeBuilderConfiguration(Properties properties,
ClassLoader... classLoader)
Instantiate and return a new KnowledgeBuilderConfiguration
|
Modifier and Type | Method and Description |
---|---|
static KnowledgeBuilder |
KnowledgeBuilderFactory.newKnowledgeBuilder(KnowledgeBase kbase,
KnowledgeBuilderConfiguration conf) |
KnowledgeBuilder |
KnowledgeBuilderFactoryService.newKnowledgeBuilder(KnowledgeBase kbase,
KnowledgeBuilderConfiguration conf) |
static KnowledgeBuilder |
KnowledgeBuilderFactory.newKnowledgeBuilder(KnowledgeBuilderConfiguration conf)
Create and return a new KnowledgeBuilder, using he given KnowledgeBuilderConfigurations
|
KnowledgeBuilder |
KnowledgeBuilderFactoryService.newKnowledgeBuilder(KnowledgeBuilderConfiguration conf)
Instantiate and return a new KnowledgeBuilder using the given KnowledgeBuilderConfiguration
|
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.