Memory |
PropagationQueuingNode.createMemory(RuleBaseConfiguration config,
InternalWorkingMemory wm) |
Memory |
AlphaNode.createMemory(RuleBaseConfiguration config,
InternalWorkingMemory wm)
Creates a HashSet for the AlphaNode's memory.
|
Memory |
ConditionalBranchNode.createMemory(RuleBaseConfiguration config,
InternalWorkingMemory wm) |
Memory |
EvalConditionNode.createMemory(RuleBaseConfiguration config,
InternalWorkingMemory wm) |
Memory |
AbstractTerminalNode.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 |
LeftInputAdapterNode.createMemory(RuleBaseConfiguration config,
InternalWorkingMemory wm) |
Memory |
RightInputAdapterNode.createMemory(RuleBaseConfiguration config,
InternalWorkingMemory wm)
Creates and return the node memory
|
Memory |
TimerNode.createMemory(RuleBaseConfiguration config,
InternalWorkingMemory wm) |
Memory |
QueryElementNode.createMemory(RuleBaseConfiguration config,
InternalWorkingMemory wm) |
Memory |
BetaNode.createMemory(RuleBaseConfiguration config,
InternalWorkingMemory wm) |
Memory |
WindowNode.createMemory(RuleBaseConfiguration config,
InternalWorkingMemory wm)
Creates the WindowNode's memory.
|
Memory |
FromNode.createMemory(RuleBaseConfiguration config,
InternalWorkingMemory wm) |
Memory |
AccumulateNode.createMemory(RuleBaseConfiguration config,
InternalWorkingMemory wm)
Creates a BetaMemory for the BetaNode's memory.
|