Package org.drools.core.reteoo
Class WindowTupleList
java.lang.Object
org.drools.core.reteoo.WindowTupleList
A class to hold a list of the right tuples that belong to a
window (sliding, tumbling, etc)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddFirstWindowTuple(WindowTuple windowTuple) voidaddLastWindowTuple(WindowTuple windowTuple) booleanbooleanequals(WindowTupleList other) inthashCode()voidremoveWindowTuple(WindowTuple windowTuple) voidsetListNext(WindowTupleList listNext) voidsetListPrevious(WindowTupleList listPrevious) toString()void
-
Field Details
-
handle
-
firstWindowTuple
-
lastWindowTuple
-
-
Constructor Details
-
WindowTupleList
public WindowTupleList() -
WindowTupleList
-
-
Method Details
-
getWindowNode
-
unlinkFromHandle
public void unlinkFromHandle() -
getHandle
-
getListPrevious
-
setListPrevious
-
getListNext
-
setListNext
-
addFirstWindowTuple
-
addLastWindowTuple
-
removeWindowTuple
-
getFirstWindowTuple
-
getLastWindowTuple
-
hashCode
public int hashCode() -
toString
-
equals
-
equals
-