Package org.drools.core.reteoo
Class WindowTuple
java.lang.Object
org.drools.core.reteoo.TupleImpl
org.drools.core.reteoo.RightTuple
org.drools.core.reteoo.WindowTuple
- All Implemented Interfaces:
Serializable,BaseTuple,Tuple<TupleImpl>,DoubleLinkedEntry<TupleImpl>,SingleLinkedEntry<TupleImpl>
A specialisation of RightTuples that also belong to a window
- See Also:
-
Field Summary
Fields inherited from class org.drools.core.reteoo.TupleImpl
firstChild, handle, handleNext, handlePrevious, lastChild, memory, stagedNext, stagedPrevious -
Constructor Summary
ConstructorsConstructorDescriptionWindowTuple(InternalFactHandle handle) WindowTuple(InternalFactHandle handle, RightTupleSink sink, WindowTupleList list) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetWindowNext(WindowTuple windowNext) voidsetWindowPrevious(WindowTuple windowPrevious) voidMethods inherited from class org.drools.core.reteoo.RightTuple
addBlocked, clearStaged, getBlocked, getFactHandleForEvaluation, getInputOtnId, getTempBlocked, getTempNextRightTuple, isLeftTuple, reAdd, removeBlocked, retractTuple, setBlocked, setExpired, setTempBlocked, setTempNextRightTupleMethods inherited from class org.drools.core.reteoo.TupleImpl
clear, clearBlocker, doUnlinkFromRightParent, equals, get, get, getAccumulatedObjects, getBlockedNext, getBlockedPrevious, getBlocker, getContextObject, getFactHandle, getFirstChild, getHandleNext, getHandlePrevious, getIndex, getLastChild, getLeftParent, getMemory, getNext, getNextParentWithHandle, getObject, getObject, getOriginalFactHandle, getParent, getPeer, getPrevious, getPropagationContext, getRightParent, getRightParentNext, getRightParentPrevious, getRootTuple, getSink, getStagedNext, getStagedPrevious, getStagedType, getStagedTypeForQueries, getSubTuple, getTuple, hashCode, initPeer, isExpired, isFullMatch, isStagedOnRight, isSubnetworkTuple, reAddLeft, reAddRight, setBlockedNext, setBlockedPrevious, setBlocker, setContextObject, setExpired, setFactHandle, setFirstChild, setHandleNext, setHandlePrevious, setLastChild, setLeftParent, setLeftTupleSink, setMemory, setNext, setPeer, setPrevious, setPropagationContext, setRightParent, setRightParentNext, setRightParentPrevious, setSink, setStagedNext, setStagedPrevious, setStagedType, setStagedTypeForQueries, size, skipEmptyHandles, toExternalString, toFactHandles, toObjects, toString, unlinkFromLeftParentMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.drools.core.reteoo.Tuple
findMostRecentPropagationContext, isDeleted, toObjects
-
Constructor Details
-
WindowTuple
public WindowTuple() -
WindowTuple
-
WindowTuple
-
-
Method Details
-
unlinkFromRightParent
public void unlinkFromRightParent()- Specified by:
unlinkFromRightParentin interfaceTuple<TupleImpl>- Overrides:
unlinkFromRightParentin classRightTuple
-
getWindowPrevious
-
setWindowPrevious
-
getWindowNext
-
setWindowNext
-