org.drools.agent.impl
Class KnowledgeAgentProviderImpl

java.lang.Object
  extended by org.drools.agent.impl.KnowledgeAgentProviderImpl
All Implemented Interfaces:
org.drools.agent.KnowledgeAgentProvider

public class KnowledgeAgentProviderImpl
extends Object
implements org.drools.agent.KnowledgeAgentProvider


Constructor Summary
KnowledgeAgentProviderImpl()
           
 
Method Summary
 org.drools.agent.KnowledgeAgent newKnowledgeAgent(String name, org.drools.KnowledgeBase kbase)
           
 org.drools.agent.KnowledgeAgent newKnowledgeAgent(String name, org.drools.KnowledgeBase kbase, org.drools.agent.KnowledgeAgentConfiguration configuration)
           
 org.drools.agent.KnowledgeAgent newKnowledgeAgent(String name, org.drools.KnowledgeBase kbase, org.drools.agent.KnowledgeAgentConfiguration configuration, org.drools.builder.KnowledgeBuilderConfiguration builderConfiguration)
           
 org.drools.agent.KnowledgeAgentConfiguration newKnowledgeAgentConfiguration()
           
 org.drools.agent.KnowledgeAgentConfiguration newKnowledgeAgentConfiguration(Properties properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KnowledgeAgentProviderImpl

public KnowledgeAgentProviderImpl()
Method Detail

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.