public interface KnowledgeAgentProvider
Modifier and Type | Method and Description |
---|---|
KnowledgeAgent |
newKnowledgeAgent(String name,
KnowledgeBase kbase) |
KnowledgeAgent |
newKnowledgeAgent(String name,
KnowledgeBase kbase,
KnowledgeAgentConfiguration configuration) |
KnowledgeAgent |
newKnowledgeAgent(String name,
KnowledgeBase kbase,
KnowledgeAgentConfiguration configuration,
KnowledgeBuilderConfiguration builderConfiguration) |
KnowledgeAgentConfiguration |
newKnowledgeAgentConfiguration() |
KnowledgeAgentConfiguration |
newKnowledgeAgentConfiguration(Properties properties) |
KnowledgeAgentConfiguration newKnowledgeAgentConfiguration()
KnowledgeAgentConfiguration newKnowledgeAgentConfiguration(Properties properties)
KnowledgeAgent newKnowledgeAgent(String name, KnowledgeBase kbase)
KnowledgeAgent newKnowledgeAgent(String name, KnowledgeBase kbase, KnowledgeAgentConfiguration configuration)
KnowledgeAgent newKnowledgeAgent(String name, KnowledgeBase kbase, KnowledgeAgentConfiguration configuration, KnowledgeBuilderConfiguration builderConfiguration)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.