Drools :: Core 6.1.0.Beta1

org.drools.core.reteoo
Class TimerNode.TimerNodeMemory

java.lang.Object
  extended by org.drools.core.util.AbstractBaseLinkedListNode<Memory>
      extended by org.drools.core.reteoo.TimerNode.TimerNodeMemory
All Implemented Interfaces:
Memory, Entry<Memory>, LinkedListNode<Memory>
Enclosing class:
TimerNode

public static class TimerNode.TimerNodeMemory
extends AbstractBaseLinkedListNode<Memory>
implements Memory


Constructor Summary
TimerNode.TimerNodeMemory()
           
 
Method Summary
 LeftTupleList getDeleteLeftTuples()
           
 LeftTupleList getInsertOrUpdateLeftTuples()
           
 long getNodePosMaskBit()
           
 short getNodeType()
           
 SegmentMemory getSegmentMemory()
           
 void setNodeCleanWithoutNotify()
           
 void setNodeDirtyWithoutNotify()
           
 void setNodePosMaskBit(long segmentPos)
           
 void setSegmentMemory(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.util.Entry
getNext, setNext
 

Constructor Detail

TimerNode.TimerNodeMemory

public TimerNode.TimerNodeMemory()
Method Detail

getInsertOrUpdateLeftTuples

public LeftTupleList getInsertOrUpdateLeftTuples()

getDeleteLeftTuples

public LeftTupleList getDeleteLeftTuples()

getNodeType

public short getNodeType()
Specified by:
getNodeType in interface Memory

getSegmentMemory

public SegmentMemory getSegmentMemory()
Specified by:
getSegmentMemory in interface Memory

setSegmentMemory

public void setSegmentMemory(SegmentMemory smem)
Specified by:
setSegmentMemory in interface Memory

getNodePosMaskBit

public long getNodePosMaskBit()

setNodePosMaskBit

public void setNodePosMaskBit(long segmentPos)

setNodeDirtyWithoutNotify

public void setNodeDirtyWithoutNotify()

setNodeCleanWithoutNotify

public void setNodeCleanWithoutNotify()

Drools :: Core 6.1.0.Beta1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.