Uses of Interface
org.drools.core.reteoo.TupleMemory
-
Packages that use TupleMemory Package Description org.drools.core.phreak org.drools.core.reteoo org.drools.core.util org.drools.core.util.index -
-
Uses of TupleMemory in org.drools.core.phreak
Methods in org.drools.core.phreak with parameters of type TupleMemory Modifier and Type Method Description static voidRuleNetworkEvaluator. findLeftTupleBlocker(BetaNode betaNode, TupleMemory rtm, ContextEntry[] contextEntry, BetaConstraints constraints, LeftTuple leftTuple, boolean useLeftMemory)static booleanPhreakNotNode. updateBlockersAndPropagate(NotNode notNode, RightTuple rightTuple, InternalWorkingMemory wm, TupleMemory rtm, ContextEntry[] contextEntry, BetaConstraints constraints, boolean iterateFromStart, LeftTupleSink sink, TupleSets<LeftTuple> trgLeftTuples, TupleMemory ltm) -
Uses of TupleMemory in org.drools.core.reteoo
Methods in org.drools.core.reteoo that return TupleMemory Modifier and Type Method Description TupleMemoryBetaMemory. getLeftTupleMemory()TupleMemoryBetaMemory. getRightTupleMemory()TupleMemorySubnetworkTuple. getTempRightTupleMemory()Methods in org.drools.core.reteoo with parameters of type TupleMemory Modifier and Type Method Description LeftTupleBetaNode. getFirstLeftTuple(RightTuple rightTuple, TupleMemory memory, FastIterator it)LeftTupleBetaNode. getFirstLeftTuple1(RightTuple rightTuple, TupleMemory memory, FastIterator it)RightTupleBetaNode. getFirstRightTuple(Tuple leftTuple, TupleMemory memory, InternalFactHandle factHandle, FastIterator it)static TupleBetaNode. getFirstTuple(TupleMemory memory, FastIterator it)FastIteratorBetaNode. getLeftIterator(TupleMemory memory)FastIteratorBetaNode. getLeftIterator1(TupleMemory memory)FastIteratorBetaNode. getRightIterator(TupleMemory memory)FastIteratorBetaNode. getRightIterator(TupleMemory memory, RightTuple rightTuple)voidSubnetworkTuple. setTempRightTupleMemory(TupleMemory tempRightTupleMemory)Constructors in org.drools.core.reteoo with parameters of type TupleMemory Constructor Description BetaMemory(TupleMemory tupleMemory, TupleMemory objectMemory, ContextEntry[] context, short nodeType) -
Uses of TupleMemory in org.drools.core.util
Classes in org.drools.core.util that implement TupleMemory Modifier and Type Class Description static classAbstractHashTable.IndexTupleListstatic classTupleRBTree.Node<K extends Comparable<? super K>> -
Uses of TupleMemory in org.drools.core.util.index
Classes in org.drools.core.util.index that implement TupleMemory Modifier and Type Class Description classTupleIndexHashTableclassTupleIndexRBTreeclassTupleList<C>
-