Uses of Class
org.drools.core.reteoo.WindowTupleList
Packages that use WindowTupleList
-
Uses of WindowTupleList in org.drools.core.reteoo
Methods in org.drools.core.reteoo that return WindowTupleListModifier and TypeMethodDescriptionWindowTupleList.getListNext()WindowTupleList.getListPrevious()Methods in org.drools.core.reteoo with parameters of type WindowTupleListModifier and TypeMethodDescriptionbooleanWindowTupleList.equals(WindowTupleList other) voidWindowTupleList.setListNext(WindowTupleList listNext) voidWindowTupleList.setListPrevious(WindowTupleList listPrevious) Constructors in org.drools.core.reteoo with parameters of type WindowTupleListModifierConstructorDescriptionWindowTuple(InternalFactHandle handle, RightTupleSink sink, WindowTupleList list)