|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RuleBaseConfiguration | |
---|---|
org.drools | This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory |
org.drools.agent | |
org.drools.common | |
org.drools.management | |
org.drools.reteoo |
Uses of RuleBaseConfiguration in org.drools |
---|
Methods in org.drools that return RuleBaseConfiguration | |
---|---|
static RuleBaseConfiguration |
RuleBaseConfiguration.getDefaultInstance()
|
Methods in org.drools with parameters of type RuleBaseConfiguration | |
---|---|
static RuleBase |
RuleBaseFactory.newRuleBase(int type,
RuleBaseConfiguration config)
Create a new RuleBase of the appropriate type |
static RuleBase |
RuleBaseFactory.newRuleBase(RuleBaseConfiguration config)
|
static RuleBase |
RuleBaseFactory.newRuleBase(String rulebaseId,
int type,
RuleBaseConfiguration config)
Create a new RuleBase of the appropriate type |
static RuleBase |
RuleBaseFactory.newRuleBase(String rulebaseId,
RuleBaseConfiguration config)
|
Uses of RuleBaseConfiguration in org.drools.agent |
---|
Methods in org.drools.agent with parameters of type RuleBaseConfiguration | |
---|---|
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,
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. |
Uses of RuleBaseConfiguration in org.drools.common |
---|
Methods in org.drools.common that return RuleBaseConfiguration | |
---|---|
RuleBaseConfiguration |
AbstractRuleBase.getConfig()
|
RuleBaseConfiguration |
InternalRuleBase.getConfiguration()
|
RuleBaseConfiguration |
AbstractRuleBase.getConfiguration()
|
Uses of RuleBaseConfiguration in org.drools.management |
---|
Constructors in org.drools.management with parameters of type RuleBaseConfiguration | |
---|---|
KBaseConfigurationMonitor(RuleBaseConfiguration conf)
|
Uses of RuleBaseConfiguration in org.drools.reteoo |
---|
Methods in org.drools.reteoo with parameters of type RuleBaseConfiguration | |
---|---|
Object |
AccumulateNode.createMemory(RuleBaseConfiguration config)
Creates a BetaMemory for the BetaNode's memory. |
Object |
BetaNode.createMemory(RuleBaseConfiguration config)
Creates a BetaMemory for the BetaNode's memory. |
Object |
FromNode.createMemory(RuleBaseConfiguration config)
|
Object |
ObjectTypeNode.createMemory(RuleBaseConfiguration config)
Creates memory for the node using PrimitiveLongMap as its optimised for storage and reteivals of Longs. |
Object |
AlphaNode.createMemory(RuleBaseConfiguration config)
Creates a HashSet for the AlphaNode's memory. |
Object |
RightInputAdapterNode.createMemory(RuleBaseConfiguration config)
Creates and return the node memory |
Object |
PropagationQueuingNode.createMemory(RuleBaseConfiguration config)
|
Object |
EvalConditionNode.createMemory(RuleBaseConfiguration config)
|
Constructors in org.drools.reteoo with parameters of type RuleBaseConfiguration | |
---|---|
ReteooRuleBase(RuleBaseConfiguration config)
|
|
ReteooRuleBase(String id,
RuleBaseConfiguration config)
|
|
ReteooRuleBase(String id,
RuleBaseConfiguration config,
FactHandleFactory factHandleFactory)
Construct. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |