org.drools.reteoo
Class WindowTuple
java.lang.Object
org.drools.reteoo.RightTuple
org.drools.reteoo.WindowTuple
- All Implemented Interfaces:
- Entry
public class WindowTuple
- extends RightTuple
A specialisation of RightTuples that also belong to a window
| Methods inherited from class org.drools.reteoo.RightTuple |
addBlocked, equals, equals, getBlocked, getFactHandle, getHandleNext, getHandlePrevious, getLeftTuple, getMemory, getNext, getPrevious, getRightTupleSink, hashCode, nullBlocked, reAdd, removeBlocked, setHandleNext, setHandlePrevious, setLeftTuple, setMemory, setNext, setPrevious, toString |
WindowTuple
public WindowTuple()
WindowTuple
public WindowTuple(InternalFactHandle handle)
WindowTuple
public WindowTuple(InternalFactHandle handle,
RightTupleSink sink,
WindowTupleList list)
unlinkFromRightParent
public void unlinkFromRightParent()
- Overrides:
unlinkFromRightParent in class RightTuple
getWindowPrevious
public WindowTuple getWindowPrevious()
setWindowPrevious
public void setWindowPrevious(WindowTuple windowPrevious)
getWindowNext
public WindowTuple getWindowNext()
setWindowNext
public void setWindowNext(WindowTuple windowNext)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.