org.drools.agent
Interface KnowledgeAgentProvider
public interface KnowledgeAgentProvider
KnowledgeAgentProvider is used by the KnowledgeAgentFactory to "provide" it's concrete implementation.
This class is not considered stable and may change, the user is protected from this change by using
the Factory api, which is considered stable.
newKnowledgeAgentConfiguration
KnowledgeAgentConfiguration newKnowledgeAgentConfiguration()
newKnowledgeAgentConfiguration
KnowledgeAgentConfiguration newKnowledgeAgentConfiguration(Properties properties)
newKnowledgeAgent
KnowledgeAgent newKnowledgeAgent(String name,
KnowledgeBase kbase)
newKnowledgeAgent
KnowledgeAgent newKnowledgeAgent(String name,
KnowledgeBase kbase,
KnowledgeAgentConfiguration configuration)
newKnowledgeAgent
KnowledgeAgent newKnowledgeAgent(String name,
KnowledgeBase kbase,
KnowledgeAgentConfiguration configuration,
KnowledgeBuilderConfiguration builderConfiguration)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.