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.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(java.lang.Object workingMemoryContext, Accumulate accumulate, Tuple leftTuple, java.lang.Object key, ReteEvaluator reteEvaluator)TupleListAsyncReceiveNode.AsyncReceiveMemory. getInsertOrUpdateLeftTuples()TupleListTimerNode.TimerNodeMemory. getInsertOrUpdateLeftTuples()TupleListBaseLeftTuple. getMemory()TupleListRightTupleImpl. getMemory()TupleListTuple. 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 java.util.Map<java.lang.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)voidTuple. 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 java.lang.ObjectAccumulate. accumulate(java.lang.Object workingMemoryContext, Tuple match, InternalFactHandle childHandle, AccumulateNode.GroupByContext groupByContext, TupleList<AccumulateNode.AccumulateContextEntry> tupleList, ReteEvaluator reteEvaluator)java.lang.ObjectMultiAccumulate. accumulate(java.lang.Object workingMemoryContext, Tuple match, InternalFactHandle childHandle, AccumulateNode.GroupByContext groupByContext, TupleList<AccumulateNode.AccumulateContextEntry> tupleList, ReteEvaluator reteEvaluator)java.lang.ObjectSingleAccumulate. accumulate(java.lang.Object workingMemoryContext, Tuple match, InternalFactHandle childHandle, AccumulateNode.GroupByContext groupByContext, TupleList<AccumulateNode.AccumulateContextEntry> tupleList, ReteEvaluator reteEvaluator) -
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 java.lang.Comparable<? super K>>Fields in org.drools.core.util declared as TupleList Modifier and Type Field Description protected TupleList[]AbstractHashTable. tableMethods in org.drools.core.util that return TupleList Modifier and Type Method Description TupleListTupleRBTree.Node. getNext()TupleList<TupleList>[]AbstractHashTable. getTable()Methods in org.drools.core.util that return types with arguments of type TupleList Modifier and Type Method Description TupleList<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)abstract intAbstractHashTable. getResizeHashcode(TupleList entry)voidTupleRBTree.Node. setNext(TupleList next)Constructors in org.drools.core.util with parameters of type TupleList Constructor Description AbstractHashTable(float loadFactor, TupleList[] table)AbstractHashTable(TupleList[] table) -
Uses of TupleList in org.drools.core.util.index
Subclasses of TupleList in org.drools.core.util.index Modifier and Type Class Description static classAbstractTupleIndexTree.IndexTupleListstatic classFastUtilHashTupleMemory.IndexTupleListMethods in org.drools.core.util.index that return TupleList Modifier and Type Method Description TupleListTupleList. getNext()TupleListFastUtilTreeMemory.HolderEntry. getValue()TupleListFastUtilTreeMemory.HolderEntry. setValue(TupleList value)Methods in org.drools.core.util.index with parameters of type TupleList Modifier and Type Method Description protected voidTupleList. copyStateInto(TupleList other)intTupleIndexHashTable. getResizeHashcode(TupleList entry)voidTupleIndexHashTable. init(TupleList[] table, int size, int factSize)voidTupleIndexHashTable.FullFastIterator. reset(TupleList[] table)voidTupleIndexHashTable.FullFastIterator. resume(TupleList target, TupleList[] table)voidTupleList. setNext(TupleList next)TupleListFastUtilTreeMemory.HolderEntry. setValue(TupleList value)Constructors in org.drools.core.util.index with parameters of type TupleList Constructor Description FullFastIterator(TupleList[] table)
-