| Constructors in org.drools.core.common with parameters of type RuleBaseConfiguration |
DefaultBetaConstraints(BetaNodeFieldConstraint[] constraints,
RuleBaseConfiguration conf)
|
DefaultBetaConstraints(BetaNodeFieldConstraint[] constraints,
RuleBaseConfiguration conf,
boolean disableIndexing)
|
DoubleBetaConstraints(BetaNodeFieldConstraint[] constraints,
RuleBaseConfiguration conf)
|
DoubleBetaConstraints(BetaNodeFieldConstraint[] constraints,
RuleBaseConfiguration conf,
boolean disableIndexing)
|
MultipleBetaConstraint(BetaNodeFieldConstraint[] constraints,
RuleBaseConfiguration conf,
boolean disableIndexing)
|
QuadroupleBetaConstraints(BetaNodeFieldConstraint[] constraints,
RuleBaseConfiguration conf)
|
QuadroupleBetaConstraints(BetaNodeFieldConstraint[] constraints,
RuleBaseConfiguration conf,
boolean disableIndexing)
|
SingleBetaConstraints(BetaNodeFieldConstraint[] constraint,
RuleBaseConfiguration conf)
|
SingleBetaConstraints(BetaNodeFieldConstraint constraint,
RuleBaseConfiguration conf)
|
SingleBetaConstraints(BetaNodeFieldConstraint constraint,
RuleBaseConfiguration conf,
boolean disableIndex)
|
SingleThreadedObjectStore(RuleBaseConfiguration conf,
Lock lock)
|
TripleBetaConstraints(BetaNodeFieldConstraint[] constraints,
RuleBaseConfiguration conf)
|
TripleBetaConstraints(BetaNodeFieldConstraint[] constraints,
RuleBaseConfiguration conf,
boolean disableIndexing)
|
| Methods in org.drools.core.reteoo with parameters of type RuleBaseConfiguration |
Memory |
WindowNode.createMemory(RuleBaseConfiguration config,
InternalWorkingMemory wm)
Creates the WindowNode's memory. |
Memory |
QueryElementNode.createMemory(RuleBaseConfiguration config,
InternalWorkingMemory wm)
|
Memory |
EvalConditionNode.createMemory(RuleBaseConfiguration config,
InternalWorkingMemory wm)
|
Memory |
ObjectTypeNode.createMemory(RuleBaseConfiguration config,
InternalWorkingMemory wm)
Creates memory for the node using PrimitiveLongMap as its optimised for storage and reteivals of Longs. |
Memory |
AlphaNode.createMemory(RuleBaseConfiguration config,
InternalWorkingMemory wm)
Creates a HashSet for the AlphaNode's memory. |
Memory |
BetaNode.createMemory(RuleBaseConfiguration config,
InternalWorkingMemory wm)
|
Memory |
LeftInputAdapterNode.createMemory(RuleBaseConfiguration config,
InternalWorkingMemory wm)
|
Memory |
ConditionalBranchNode.createMemory(RuleBaseConfiguration config,
InternalWorkingMemory wm)
|
Memory |
AccumulateNode.createMemory(RuleBaseConfiguration config,
InternalWorkingMemory wm)
Creates a BetaMemory for the BetaNode's memory. |
Memory |
PropagationQueuingNode.createMemory(RuleBaseConfiguration config,
InternalWorkingMemory wm)
|
Memory |
RightInputAdapterNode.createMemory(RuleBaseConfiguration config,
InternalWorkingMemory wm)
Creates and return the node memory |
Memory |
AbstractTerminalNode.createMemory(RuleBaseConfiguration config,
InternalWorkingMemory wm)
|
Memory |
FromNode.createMemory(RuleBaseConfiguration config,
InternalWorkingMemory wm)
|
Memory |
TimerNode.createMemory(RuleBaseConfiguration config,
InternalWorkingMemory wm)
|