Uses of Class
org.drools.core.util.index.TupleList
-
Packages that use TupleList Package Description org.drools.core.base org.drools.core.phreak org.drools.core.reteoo org.drools.core.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.org.drools.core.spi org.drools.core.util org.drools.core.util.index -
-
Uses of TupleList in org.drools.core.base
Methods in org.drools.core.base that return TupleList Modifier and Type Method Description TupleListDroolsQuery. getResultInsertRightTupleList()TupleListDroolsQuery. getResultRetractRightTupleList()TupleListDroolsQuery. getResultUpdateRightTupleList()Methods in org.drools.core.base with parameters of type TupleList Modifier and Type Method Description voidDroolsQuery. setResultInsertRightTupleList(TupleList evaluateActionsRightTupleList)voidDroolsQuery. setResultRetractRightTupleList(TupleList retractRightTupleList)voidDroolsQuery. setResultUpdateRightTupleList(TupleList insertUpdateRightTupleList) -
Uses of TupleList in org.drools.core.phreak
Methods in org.drools.core.phreak that return TupleList Modifier and Type Method Description TupleListRuleExecutor. getLeftTupleList() -
Uses of TupleList in org.drools.core.reteoo
Fields in org.drools.core.reteoo declared as TupleList Modifier and Type Field Description protected TupleListBaseLeftTuple. memoryMethods in org.drools.core.reteoo that return TupleList Modifier and Type Method Description TupleListTimerNode.TimerNodeMemory. getDeleteLeftTuples()TupleList<AccumulateNode.AccumulateContextEntry>AccumulateNode.GroupByContext. getGroup(Object workingMemoryContext, Accumulate accumulate, Tuple leftTuple, Object key, WorkingMemory wm)TupleListAsyncReceiveNode.AsyncReceiveMemory. getInsertOrUpdateLeftTuples()TupleListTimerNode.TimerNodeMemory. getInsertOrUpdateLeftTuples()TupleList<AccumulateNode.AccumulateContextEntry>AccumulateNode.GroupByContext. getLastTupleList()TupleListBaseLeftTuple. getMemory()TupleListRightTupleImpl. getMemory()TupleList<AccumulateNode.AccumulateContextEntry>AccumulateNode.GroupByContext. takeToPropagateList()Methods in org.drools.core.reteoo that return types with arguments of type TupleList Modifier and Type Method Description Map<Object,TupleList<AccumulateNode.AccumulateContextEntry>>AccumulateNode.GroupByContext. getGroups()Methods in org.drools.core.reteoo with parameters of type TupleList Modifier and Type Method Description voidAccumulateNode.GroupByContext. moveToPropagateTupleList(TupleList<AccumulateNode.AccumulateContextEntry> list)voidBaseLeftTuple. setMemory(TupleList memory)voidRightTupleImpl. setMemory(TupleList memory) -
Uses of TupleList in org.drools.core.rule
Methods in org.drools.core.rule with parameters of type TupleList Modifier and Type Method Description abstract ObjectAccumulate. accumulate(Object workingMemoryContext, Tuple match, InternalFactHandle childHandle, AccumulateNode.GroupByContext groupByContext, TupleList<AccumulateNode.AccumulateContextEntry> tupleList, WorkingMemory wm)ObjectMultiAccumulate. accumulate(Object workingMemoryContext, Tuple match, InternalFactHandle childHandle, AccumulateNode.GroupByContext groupByContext, TupleList<AccumulateNode.AccumulateContextEntry> tupleList, WorkingMemory wm)ObjectSingleAccumulate. accumulate(Object workingMemoryContext, Tuple match, InternalFactHandle childHandle, AccumulateNode.GroupByContext groupByContext, TupleList<AccumulateNode.AccumulateContextEntry> tupleList, WorkingMemory wm) -
Uses of TupleList in org.drools.core.spi
Methods in org.drools.core.spi that return TupleList Modifier and Type Method Description TupleListTuple. getMemory()Methods in org.drools.core.spi with parameters of type TupleList Modifier and Type Method Description voidTuple. setMemory(TupleList memory) -
Uses of TupleList in org.drools.core.util
Subclasses of TupleList in org.drools.core.util Modifier and Type Class Description static classAbstractHashTable.IndexTupleListstatic classTupleRBTree.Node<K extends Comparable<? super K>>Methods in org.drools.core.util that return TupleList Modifier and Type Method Description TupleListTupleRBTree.Node. getNext()Methods in org.drools.core.util that return types with arguments of type TupleList Modifier and Type Method Description Entry<TupleList>[]AbstractHashTable. getTable()Methods in org.drools.core.util with parameters of type TupleList Modifier and Type Method Description protected voidAbstractHashTable.IndexTupleList. copyStateInto(TupleList other)voidTupleRBTree.Node. setNext(TupleList next) -
Uses of TupleList in org.drools.core.util.index
Methods in org.drools.core.util.index that return TupleList Modifier and Type Method Description TupleListTupleList. getNext()TupleListTupleList. getPrevious()Methods in org.drools.core.util.index with parameters of type TupleList Modifier and Type Method Description protected voidTupleList. copyStateInto(TupleList other)voidTupleList. setNext(TupleList next)voidTupleList. setPrevious(TupleList previous)
-