Package org.drools.core.reteoo
Class AccumulateNode.MultiAccumulateMemory
java.lang.Object
org.drools.core.util.AbstractLinkedListNode<Memory>
org.drools.core.reteoo.AccumulateNode.AccumulateMemory
org.drools.core.reteoo.AccumulateNode.MultiAccumulateMemory
- All Implemented Interfaces:
Memory,SegmentNodeMemory,DoubleLinkedEntry<Memory>,SingleLinkedEntry<Memory>
- Enclosing class:
- AccumulateNode
-
Field Summary
Fields inherited from class org.drools.core.reteoo.AccumulateNode.AccumulateMemory
resultsContext, workingMemoryContext -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.drools.core.reteoo.AccumulateNode.AccumulateMemory
getBetaMemory, getNodePosMaskBit, getNodeType, getSegmentMemory, setNodeCleanWithoutNotify, setNodeDirtyWithoutNotify, setNodePosMaskBit, setSegmentMemoryMethods inherited from class org.drools.core.util.AbstractLinkedListNode
clear, getNext, getPrevious, setNext, setPreviousMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.drools.core.util.DoubleLinkedEntry
clear, getPrevious, setPreviousMethods inherited from interface org.drools.core.common.Memory
getOrCreateSegmentMemoryMethods inherited from interface org.drools.core.util.SingleLinkedEntry
getNext, setNext
-
Constructor Details
-
MultiAccumulateMemory
-
-
Method Details
-
reset
public void reset()- Specified by:
resetin interfaceMemory- Specified by:
resetin classAccumulateNode.AccumulateMemory
-