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, ReteEvaluator reteEvaluator, 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<Tuple> it)RightTupleBetaNode. getFirstRightTuple(Tuple leftTuple, TupleMemory memory, FastIterator<Tuple> it)static TupleBetaNode. getFirstTuple(TupleMemory memory, FastIterator<Tuple> it)FastIterator<Tuple>BetaNode. getLeftIterator(TupleMemory memory)FastIterator<Tuple>BetaNode. getRightIterator(TupleMemory memory)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 java.lang.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 static classAbstractTupleIndexTree.IndexTupleListclassFastUtilHashTupleMemorystatic classFastUtilHashTupleMemory.IndexTupleListclassFastUtilTreeMemoryclassTupleIndexHashTableclassTupleIndexRBTreeclassTupleList<C>Methods in org.drools.core.util.index that return TupleMemory Modifier and Type Method Description static TupleMemoryIndexMemory. createComparisonMemory(org.drools.core.util.index.IndexSpec indexSpec, boolean isLeft)static TupleMemoryIndexMemory. createEqualityMemory(org.drools.core.util.index.IndexSpec indexSpec, boolean isLeft)
-