|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RuleAgent | |
---|---|
org.drools.agent |
Uses of RuleAgent in org.drools.agent |
---|
Methods in org.drools.agent that return RuleAgent | |
---|---|
static RuleAgent |
RuleAgent.newRuleAgent(Properties config)
Properties configured to load up packages into a rulebase (and monitor them for changes). |
static RuleAgent |
RuleAgent.newRuleAgent(Properties config,
AgentEventListener listener)
This allows an optional listener to be passed in. |
static RuleAgent |
RuleAgent.newRuleAgent(Properties config,
AgentEventListener listener,
RuleBaseConfiguration ruleBaseConf)
This allows an optional listener to be passed in. |
static RuleAgent |
RuleAgent.newRuleAgent(Properties config,
RuleBaseConfiguration ruleBaseConf)
Properties configured to load up packages into a rulebase with the provided configuration (and monitor them for changes). |
static RuleAgent |
RuleAgent.newRuleAgent(String propsFileName)
Pass in the name and full path to a config file that is on the classpath. |
static RuleAgent |
RuleAgent.newRuleAgent(String propsFileName,
AgentEventListener listener)
This takes in an optional listener. |
static RuleAgent |
RuleAgent.newRuleAgent(String propsFileName,
AgentEventListener listener,
RuleBaseConfiguration ruleBaseConfiguration)
This takes in an optional listener and RuleBaseConfiguration. |
static RuleAgent |
RuleAgent.newRuleAgent(String propsFileName,
RuleBaseConfiguration ruleBaseConfiguration)
Pass in the name and full path to a config file that is on the classpath. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |