| Methods in org.drools.agent that return KnowledgeAgent | 
static KnowledgeAgent | 
KnowledgeAgentFactory.newKnowledgeAgent(String name)
 
            | 
static KnowledgeAgent | 
KnowledgeAgentFactory.newKnowledgeAgent(String name,
                  KnowledgeAgentConfiguration configuration)
 
            | 
static KnowledgeAgent | 
KnowledgeAgentFactory.newKnowledgeAgent(String name,
                  KnowledgeBase kbase)
 
            | 
 KnowledgeAgent | 
KnowledgeAgentProvider.newKnowledgeAgent(String name,
                  KnowledgeBase kbase)
 
            | 
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)
 
            |