org.drools.core.reteoo
Class WindowTuple
java.lang.Object
org.drools.core.reteoo.RightTuple
org.drools.core.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.core.reteoo.RightTuple |
addBlocked, clear, clearStaged, equals, equals, getBlocked, getFactHandle, getFirstChild, getHandleNext, getHandlePrevious, getLastChild, getLeftTuple, getMemory, getNext, getObject, getPrevious, getPropagationContext, getRightTupleSink, getStagedNext, getStagedPrevious, getStagedType, getTempBlocked, getTempNextRightTuple, getTempRightTupleMemory, hashCode, nullBlocked, reAdd, removeBlocked, setFirstChild, setHandleNext, setHandlePrevious, setLastChild, setLeftTuple, setMemory, setNext, setObject, setPrevious, setPropagationContext, setStagedNext, setStagedType, setStagePrevious, setTempBlocked, setTempNextRightTuple, setTempRightTupleMemory, 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-2014 JBoss by Red Hat. All Rights Reserved.