Package org.drools.core.reteoo
Class AccumulateNode.AccumulateMemory
- java.lang.Object
-
- org.drools.core.util.AbstractBaseLinkedListNode<Memory>
-
- org.drools.core.reteoo.AccumulateNode.AccumulateMemory
-
- All Implemented Interfaces:
Memory,SegmentNodeMemory,Entry<Memory>,LinkedListNode<Memory>
- Direct Known Subclasses:
AccumulateNode.MultiAccumulateMemory,AccumulateNode.SingleAccumulateMemory
- Enclosing class:
- AccumulateNode
public abstract static class AccumulateNode.AccumulateMemory extends AbstractBaseLinkedListNode<Memory> implements SegmentNodeMemory
-
-
Field Summary
Fields Modifier and Type Field Description ContextEntry[]resultsContextObjectworkingMemoryContext
-
Constructor Summary
Constructors Modifier Constructor Description protectedAccumulateMemory(BetaMemory betaMemory)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description BetaMemorygetBetaMemory()longgetNodePosMaskBit()shortgetNodeType()SegmentMemorygetSegmentMemory()abstract voidreset()voidsetNodeCleanWithoutNotify()voidsetNodeDirtyWithoutNotify()voidsetNodePosMaskBit(long segmentPos)voidsetSegmentMemory(SegmentMemory segmentMemory)-
Methods inherited from class org.drools.core.util.AbstractBaseLinkedListNode
getNext, getPrevious, nullPrevNext, setNext, setPrevious
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.drools.core.util.LinkedListNode
getPrevious, nullPrevNext, setPrevious
-
Methods inherited from interface org.drools.core.common.Memory
getOrCreateSegmentMemory
-
-
-
-
Field Detail
-
workingMemoryContext
public Object workingMemoryContext
-
resultsContext
public ContextEntry[] resultsContext
-
-
Constructor Detail
-
AccumulateMemory
protected AccumulateMemory(BetaMemory betaMemory)
-
-
Method Detail
-
getBetaMemory
public BetaMemory getBetaMemory()
-
getNodeType
public short getNodeType()
- Specified by:
getNodeTypein interfaceMemory
-
getSegmentMemory
public SegmentMemory getSegmentMemory()
- Specified by:
getSegmentMemoryin interfaceMemory
-
setSegmentMemory
public void setSegmentMemory(SegmentMemory segmentMemory)
- Specified by:
setSegmentMemoryin interfaceMemory
-
getNodePosMaskBit
public long getNodePosMaskBit()
- Specified by:
getNodePosMaskBitin interfaceSegmentNodeMemory
-
setNodePosMaskBit
public void setNodePosMaskBit(long segmentPos)
- Specified by:
setNodePosMaskBitin interfaceSegmentNodeMemory
-
setNodeDirtyWithoutNotify
public void setNodeDirtyWithoutNotify()
- Specified by:
setNodeDirtyWithoutNotifyin interfaceSegmentNodeMemory
-
setNodeCleanWithoutNotify
public void setNodeCleanWithoutNotify()
- Specified by:
setNodeCleanWithoutNotifyin interfaceSegmentNodeMemory
-
-