Uses of Interface
org.drools.core.reteoo.TupleMemory
Packages that use TupleMemory
Package
Description
-
Uses of TupleMemory in org.drools.core.phreak
Methods in org.drools.core.phreak with parameters of type TupleMemoryModifier and TypeMethodDescriptionstatic voidRuleNetworkEvaluator.findLeftTupleBlocker(BetaNode betaNode, TupleMemory rtm, Object contextEntry, BetaConstraints constraints, TupleImpl leftTuple, boolean useLeftMemory) static booleanPhreakNotNode.updateBlockersAndPropagate(NotNode notNode, RightTuple rightTuple, ReteEvaluator reteEvaluator, TupleMemory rtm, Object contextEntry, BetaConstraints constraints, boolean iterateFromStart, LeftTupleSink sink, TupleSets trgLeftTuples, TupleMemory ltm) -
Uses of TupleMemory in org.drools.core.reteoo
Methods in org.drools.core.reteoo that return TupleMemoryModifier and TypeMethodDescriptionBetaMemory.getLeftTupleMemory()BetaMemory.getRightTupleMemory()Methods in org.drools.core.reteoo with parameters of type TupleMemoryModifier and TypeMethodDescriptionBetaNode.getFirstLeftTuple(TupleImpl rightTuple, TupleMemory memory, FastIterator<TupleImpl> it) BetaNode.getFirstRightTuple(TupleImpl leftTuple, TupleMemory memory, FastIterator<TupleImpl> it) static TupleImplBetaNode.getFirstTuple(TupleMemory memory, FastIterator<TupleImpl> it) BetaNode.getLeftIterator(TupleMemory memory) BetaNode.getRightIterator(TupleMemory memory) Constructors in org.drools.core.reteoo with parameters of type TupleMemoryModifierConstructorDescriptionBetaMemory(TupleMemory tupleMemory, TupleMemory objectMemory, C context, int nodeType) -
Uses of TupleMemory in org.drools.core.util
Classes in org.drools.core.util that implement TupleMemoryModifier and TypeClassDescriptionstatic classstatic 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 TupleMemoryModifier and TypeClassDescriptionstatic classclassclassclassclassMethods in org.drools.core.util.index that return TupleMemoryModifier and TypeMethodDescriptionstatic TupleMemoryIndexMemory.createComparisonMemory(IndexSpec indexSpec, boolean isLeft) static TupleMemoryIndexMemory.createEqualityMemory(IndexSpec indexSpec, boolean isLeft) IndexMemory.Factory.createMemory(IndexSpec indexSpec, boolean isLeft)