Package | Description |
---|---|
org.kie.internal.agent |
The KnowlegeAgent provides automatic loading, caching and re-loading, of resources and is configured from a properties files.
|
Modifier and Type | Method and Description |
---|---|
KnowledgeAgentConfiguration |
KnowledgeAgentProvider.newKnowledgeAgentConfiguration() |
static KnowledgeAgentConfiguration |
KnowledgeAgentFactory.newKnowledgeAgentConfiguration() |
KnowledgeAgentConfiguration |
KnowledgeAgentProvider.newKnowledgeAgentConfiguration(Properties properties) |
static KnowledgeAgentConfiguration |
KnowledgeAgentFactory.newKnowledgeAgentConfiguration(Properties properties) |
Modifier and Type | Method and Description |
---|---|
static KnowledgeAgent |
KnowledgeAgentFactory.newKnowledgeAgent(String name,
KnowledgeAgentConfiguration configuration) |
KnowledgeAgent |
KnowledgeAgentProvider.newKnowledgeAgent(String name,
KnowledgeBase kbase,
KnowledgeAgentConfiguration configuration) |
static KnowledgeAgent |
KnowledgeAgentFactory.newKnowledgeAgent(String name,
KnowledgeBase kbase,
KnowledgeAgentConfiguration configuration) |
KnowledgeAgent |
KnowledgeAgentProvider.newKnowledgeAgent(String name,
KnowledgeBase kbase,
KnowledgeAgentConfiguration configuration,
KnowledgeBuilderConfiguration builderConfiguration) |
static KnowledgeAgent |
KnowledgeAgentFactory.newKnowledgeAgent(String name,
KnowledgeBase kbase,
KnowledgeAgentConfiguration configuration,
KnowledgeBuilderConfiguration builderConfiguration) |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.