| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||