org.drools.agent.impl
Class KnowledgeAgentProviderImpl
java.lang.Object
org.drools.agent.impl.KnowledgeAgentProviderImpl
- All Implemented Interfaces:
- org.drools.agent.KnowledgeAgentProvider
public class KnowledgeAgentProviderImpl
- extends Object
- implements org.drools.agent.KnowledgeAgentProvider
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KnowledgeAgentProviderImpl
public KnowledgeAgentProviderImpl()
newKnowledgeAgentConfiguration
public org.drools.agent.KnowledgeAgentConfiguration newKnowledgeAgentConfiguration()
- Specified by:
newKnowledgeAgentConfiguration
in interface org.drools.agent.KnowledgeAgentProvider
newKnowledgeAgentConfiguration
public org.drools.agent.KnowledgeAgentConfiguration newKnowledgeAgentConfiguration(Properties properties)
- Specified by:
newKnowledgeAgentConfiguration
in interface org.drools.agent.KnowledgeAgentProvider
newKnowledgeAgent
public org.drools.agent.KnowledgeAgent newKnowledgeAgent(String name,
org.drools.KnowledgeBase kbase)
- Specified by:
newKnowledgeAgent
in interface org.drools.agent.KnowledgeAgentProvider
newKnowledgeAgent
public org.drools.agent.KnowledgeAgent newKnowledgeAgent(String name,
org.drools.KnowledgeBase kbase,
org.drools.agent.KnowledgeAgentConfiguration configuration)
- Specified by:
newKnowledgeAgent
in interface org.drools.agent.KnowledgeAgentProvider
newKnowledgeAgent
public org.drools.agent.KnowledgeAgent newKnowledgeAgent(String name,
org.drools.KnowledgeBase kbase,
org.drools.agent.KnowledgeAgentConfiguration configuration,
org.drools.builder.KnowledgeBuilderConfiguration builderConfiguration)
- Specified by:
newKnowledgeAgent
in interface org.drools.agent.KnowledgeAgentProvider
Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.