Drools :: Core 6.0.0.Beta5

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()
           
 short getNodeType()
           
 SegmentMemory getSegmentMemory()
           
 void setSegmentMemory(SegmentMemory smem)
           
 
Methods inherited from class org.drools.core.util.AbstractBaseLinkedListNode
getNext, getPrevious, 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, 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

Drools :: Core 6.0.0.Beta5

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