|
||||||||||
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.common | |
org.drools.reteoo |
Uses of RuleBaseConfiguration in org.drools |
---|
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 |
Uses of RuleBaseConfiguration in org.drools.common |
---|
Fields in org.drools.common declared as RuleBaseConfiguration | |
---|---|
protected RuleBaseConfiguration |
AbstractRuleBase.config
|
Methods in org.drools.common that return RuleBaseConfiguration | |
---|---|
RuleBaseConfiguration |
InternalRuleBase.getConfiguration()
|
RuleBaseConfiguration |
AbstractRuleBase.getConfiguration()
|
Methods in org.drools.common with parameters of type RuleBaseConfiguration | |
---|---|
Object |
NodeMemory.createMemory(RuleBaseConfiguration config)
|
Constructors in org.drools.common with parameters of type RuleBaseConfiguration | |
---|---|
AbstractRuleBase(String id,
RuleBaseConfiguration config,
FactHandleFactory factHandleFactory)
Construct. |
|
DefaultBetaConstraints(BetaNodeFieldConstraint[] constraints,
RuleBaseConfiguration conf)
|
|
DoubleBetaConstraints(BetaNodeFieldConstraint[] constraints,
RuleBaseConfiguration conf)
|
|
QuadroupleBetaConstraints(BetaNodeFieldConstraint[] constraints,
RuleBaseConfiguration conf)
|
|
SingleBetaConstraints(BetaNodeFieldConstraint constraint,
RuleBaseConfiguration conf)
|
|
TripleBetaConstraints(BetaNodeFieldConstraint[] constraints,
RuleBaseConfiguration conf)
|
Uses of RuleBaseConfiguration in org.drools.reteoo |
---|
Methods in org.drools.reteoo with parameters of type RuleBaseConfiguration | |
---|---|
Object |
RuleTerminalNode.createMemory(RuleBaseConfiguration config)
|
Object |
RightInputAdapterNode.createMemory(RuleBaseConfiguration config)
Creates and return the node memory |
Object |
Rete.createMemory(RuleBaseConfiguration config)
|
Object |
QueryTerminalNode.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 |
LeftInputAdapterNode.createMemory(RuleBaseConfiguration config)
|
Object |
FromNode.createMemory(RuleBaseConfiguration config)
|
Object |
EvalConditionNode.createMemory(RuleBaseConfiguration config)
|
Object |
AlphaNode.createMemory(RuleBaseConfiguration config)
Creates a HashSet for the AlphaNode's memory. |
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 |