Uses of Interface
org.drools.agent.KnowledgeAgent

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

Uses of KnowledgeAgent in org.drools.agent
 

Methods in org.drools.agent that return KnowledgeAgent
static KnowledgeAgent KnowledgeAgentFactory.newKnowledgeAgent(String name)
           
static KnowledgeAgent KnowledgeAgentFactory.newKnowledgeAgent(String name, KnowledgeAgentConfiguration configuration)
           
 KnowledgeAgent KnowledgeAgentProvider.newKnowledgeAgent(String name, KnowledgeBase kbase)
           
static KnowledgeAgent KnowledgeAgentFactory.newKnowledgeAgent(String name, KnowledgeBase kbase)
           
 KnowledgeAgent KnowledgeAgentProvider.newKnowledgeAgent(String name, KnowledgeBase kbase, KnowledgeAgentConfiguration configuration)
           
static KnowledgeAgent KnowledgeAgentFactory.newKnowledgeAgent(String name, KnowledgeBase kbase, KnowledgeAgentConfiguration configuration)
           
 KnowledgeAgent KnowledgeAgentProvider.newKnowledgeAgent(String name, KnowledgeBase kbase, KnowledgeAgentConfiguration configuration, KnowledgeBuilderConfiguration builderConfiguration)
           
static KnowledgeAgent KnowledgeAgentFactory.newKnowledgeAgent(String name, KnowledgeBase kbase, KnowledgeAgentConfiguration configuration, KnowledgeBuilderConfiguration builderConfiguration)
           
 



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