Uses of Class
org.drools.core.reteoo.RightTuple
Packages that use RightTuple
-
Uses of RightTuple in org.drools.core.common
Methods in org.drools.core.common that return RightTupleModifier and TypeMethodDescriptionDisconnectedFactHandle.getRightTuple()QueryElementFactHandle.getRightTuple()Methods in org.drools.core.common with parameters of type RightTupleModifier and TypeMethodDescriptionstatic RightTupleSinkSuperCacheFixer.getRightTupleSink(RightTuple t) voidDisconnectedFactHandle.setRightTuple(RightTuple rightTuple) voidQueryElementFactHandle.setRightTuple(RightTuple rightTuple) -
Uses of RightTuple in org.drools.core.phreak
Methods in org.drools.core.phreak that return RightTupleMethods in org.drools.core.phreak with parameters of type RightTupleModifier and TypeMethodDescriptionstatic voidRuleNetworkEvaluator.doExistentialUpdatesReorderChildLeftTuple(ReteEvaluator reteEvaluator, NotNode notNode, RightTuple rightTuple) 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 RightTuple in org.drools.core.reteoo
Subclasses of RightTuple in org.drools.core.reteooModifier and TypeClassDescriptionclassclassA specialisation of RightTuples that also belong to a windowMethods in org.drools.core.reteoo that return RightTupleModifier and TypeMethodDescriptionprotected RightTupleQueryElementNode.UnificationNodeViewChangedEventListener.createResultRightTuple(QueryElementFactHandle resultHandle, LeftTuple resultLeftTuple, boolean open) BetaNode.createRightTuple(InternalFactHandle handle, RightTupleSink sink, PropagationContext context) FromNode.createRightTuple(TupleImpl leftTuple, PropagationContext context, ReteEvaluator reteEvaluator, Object object) EvalNodeLeftTuple.getBlocker()NotNodeLeftTuple.getBlocker()TupleImpl.getBlocker()BetaNode.getFirstRightTuple(TupleImpl leftTuple, TupleMemory memory, FastIterator<TupleImpl> it) RightTuple.getTempNextRightTuple()Methods in org.drools.core.reteoo with parameters of type RightTupleModifier and TypeMethodDescriptionvoidFromNode.addToCreatedHandlesMap(Map<Object, RightTuple> matches, RightTuple rightTuple) voidEvalNodeLeftTuple.setBlocker(RightTuple blocker) voidNotNodeLeftTuple.setBlocker(RightTuple blocker) voidTupleImpl.setBlocker(RightTuple blocker) voidRightTuple.setTempNextRightTuple(RightTuple tempNextRightTuple) Method parameters in org.drools.core.reteoo with type arguments of type RightTupleModifier and TypeMethodDescriptionvoidFromNode.addToCreatedHandlesMap(Map<Object, RightTuple> matches, RightTuple rightTuple)