Package org.drools.core.reteoo
Class WindowNode.WindowMemory
- java.lang.Object
-
- org.drools.core.reteoo.WindowNode.WindowMemory
-
- All Implemented Interfaces:
Memory,Entry<Memory>,LinkedListNode<Memory>
- Enclosing class:
- WindowNode
public static class WindowNode.WindowMemory extends Object implements Memory
-
-
Field Summary
Fields Modifier and Type Field Description Behavior.Context[]behaviorContext
-
Constructor Summary
Constructors Constructor Description WindowMemory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<EventFactHandle>getFactHandles()MemorygetNext()shortgetNodeType()MemorygetPrevious()Returns the previous nodeSegmentMemorygetSegmentMemory()voidnullPrevNext()voidreset()voidsetNext(Memory next)voidsetPrevious(Memory previous)Sets the previous nodevoidsetSegmentMemory(SegmentMemory segmentMemory)-
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.common.Memory
getOrCreateSegmentMemory
-
-
-
-
Field Detail
-
behaviorContext
public Behavior.Context[] behaviorContext
-
-
Method Detail
-
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
-
getPrevious
public Memory getPrevious()
Description copied from interface:LinkedListNodeReturns the previous node- Specified by:
getPreviousin interfaceLinkedListNode<Memory>- Returns:
- The previous LinkedListNode
-
setPrevious
public void setPrevious(Memory previous)
Description copied from interface:LinkedListNodeSets the previous node- Specified by:
setPreviousin interfaceLinkedListNode<Memory>- Parameters:
previous- The previous LinkedListNode
-
nullPrevNext
public void nullPrevNext()
- Specified by:
nullPrevNextin interfaceLinkedListNode<Memory>
-
getFactHandles
public Collection<EventFactHandle> getFactHandles()
-
-