org.drools.reteoo
Class WindowTupleList
java.lang.Object
org.drools.reteoo.WindowTupleList
public class WindowTupleList
- extends Object
A class to hold a list of the right tuples that belong to a
window (sliding, tumbling, etc)
handle
protected EventFactHandle handle
firstWindowTuple
public WindowTuple firstWindowTuple
lastWindowTuple
public WindowTuple lastWindowTuple
WindowTupleList
public WindowTupleList()
WindowTupleList
public WindowTupleList(EventFactHandle handle,
WindowNode node)
getWindowNode
public WindowNode getWindowNode()
unlinkFromHandle
public void unlinkFromHandle()
getHandle
public EventFactHandle getHandle()
getListPrevious
public WindowTupleList getListPrevious()
setListPrevious
public void setListPrevious(WindowTupleList listPrevious)
getListNext
public WindowTupleList getListNext()
setListNext
public void setListNext(WindowTupleList listNext)
addFirstWindowTuple
public void addFirstWindowTuple(WindowTuple windowTuple)
addLastWindowTuple
public void addLastWindowTuple(WindowTuple windowTuple)
removeWindowTuple
public void removeWindowTuple(WindowTuple windowTuple)
getFirstWindowTuple
public WindowTuple getFirstWindowTuple()
getLastWindowTuple
public WindowTuple getLastWindowTuple()
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object
equals
public boolean equals(WindowTupleList other)
equals
public boolean equals(Object object)
- Overrides:
equals in class Object
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.