Uses of Class
org.drools.core.reteoo.WindowTupleList
-
Packages that use WindowTupleList Package Description org.drools.core.reteoo -
-
Uses of WindowTupleList in org.drools.core.reteoo
Methods in org.drools.core.reteoo that return WindowTupleList Modifier and Type Method Description WindowTupleListWindowTupleList. getListNext()WindowTupleListWindowTupleList. getListPrevious()Methods in org.drools.core.reteoo with parameters of type WindowTupleList Modifier and Type Method Description booleanWindowTupleList. equals(WindowTupleList other)voidWindowTupleList. setListNext(WindowTupleList listNext)voidWindowTupleList. setListPrevious(WindowTupleList listPrevious)Constructors in org.drools.core.reteoo with parameters of type WindowTupleList Constructor Description WindowTuple(InternalFactHandle handle, RightTupleSink sink, WindowTupleList list)
-