Package org.drools.core.reteoo
Class TimerNode.TimerNodeMemory
- java.lang.Object
-
- org.drools.core.util.AbstractBaseLinkedListNode<Memory>
-
- org.drools.core.reteoo.TimerNode.TimerNodeMemory
-
- All Implemented Interfaces:
Memory,SegmentNodeMemory,Entry<Memory>,LinkedListNode<Memory>
- Enclosing class:
- TimerNode
public static class TimerNode.TimerNodeMemory extends AbstractBaseLinkedListNode<Memory> implements SegmentNodeMemory
-
-
Constructor Summary
Constructors Constructor Description TimerNodeMemory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TupleListgetDeleteLeftTuples()TupleListgetInsertOrUpdateLeftTuples()longgetNodePosMaskBit()shortgetNodeType()SegmentMemorygetSegmentMemory()voidreset()voidsetNodeCleanWithoutNotify()voidsetNodeDirtyWithoutNotify()voidsetNodePosMaskBit(long segmentPos)voidsetSegmentMemory(SegmentMemory smem)-
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
-
-
-
-
Method Detail
-
getInsertOrUpdateLeftTuples
public TupleList getInsertOrUpdateLeftTuples()
-
getDeleteLeftTuples
public TupleList getDeleteLeftTuples()
-
getNodeType
public short getNodeType()
- Specified by:
getNodeTypein interfaceMemory
-
getSegmentMemory
public SegmentMemory getSegmentMemory()
- Specified by:
getSegmentMemoryin interfaceMemory
-
setSegmentMemory
public void setSegmentMemory(SegmentMemory smem)
- 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
-
-