Uses of Interface
org.drools.agent.KnowledgeAgentConfiguration

Packages that use KnowledgeAgentConfiguration
org.drools.agent The KnowlegeAgent provides automatic loading, caching and re-loading, of resources and is configured from a properties files. 
 

Uses of KnowledgeAgentConfiguration in org.drools.agent
 

Methods in org.drools.agent that return KnowledgeAgentConfiguration
static KnowledgeAgentConfiguration KnowledgeAgentFactory.newKnowledgeAgentConfiguration()
           
 KnowledgeAgentConfiguration KnowledgeAgentProvider.newKnowledgeAgentConfiguration()
           
static KnowledgeAgentConfiguration KnowledgeAgentFactory.newKnowledgeAgentConfiguration(Properties properties)
           
 KnowledgeAgentConfiguration KnowledgeAgentProvider.newKnowledgeAgentConfiguration(Properties properties)
           
 

Methods in org.drools.agent with parameters of type KnowledgeAgentConfiguration
static KnowledgeAgent KnowledgeAgentFactory.newKnowledgeAgent(String name, KnowledgeAgentConfiguration configuration)
           
static KnowledgeAgent KnowledgeAgentFactory.newKnowledgeAgent(String name, KnowledgeBase kbase, KnowledgeAgentConfiguration configuration)
           
 KnowledgeAgent KnowledgeAgentProvider.newKnowledgeAgent(String name, KnowledgeBase kbase, KnowledgeAgentConfiguration configuration)
           
static KnowledgeAgent KnowledgeAgentFactory.newKnowledgeAgent(String name, KnowledgeBase kbase, KnowledgeAgentConfiguration configuration, KnowledgeBuilderConfiguration builderConfiguration)
           
 KnowledgeAgent KnowledgeAgentProvider.newKnowledgeAgent(String name, KnowledgeBase kbase, KnowledgeAgentConfiguration configuration, KnowledgeBuilderConfiguration builderConfiguration)
           
 



Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.