Uses of Class
org.drools.core.reteoo.LeftTuple
Packages that use LeftTuple
Package
Description
-
Uses of LeftTuple in org.drools.core.common
Methods in org.drools.core.common that return LeftTupleModifier and TypeMethodDescriptionDefaultFactHandle.DummyLinkedTuples.findFirstLeftTuple(Predicate<TupleImpl> leftTuplePredicate) DisconnectedFactHandle.findFirstLeftTuple(Predicate<TupleImpl> lefttTuplePredicate) QueryElementFactHandle.findFirstLeftTuple(Predicate<TupleImpl> lefttTuplePredicate) DefaultFactHandle.DummyLinkedTuples.getFirstLeftTuple(int partition) DisconnectedFactHandle.getLastLeftTuple()QueryElementFactHandle.getLastLeftTuple()Methods in org.drools.core.common with parameters of type LeftTupleModifier and TypeMethodDescriptionvoidDisconnectedFactHandle.setLastLeftTuple(LeftTuple leftTuple) voidQueryElementFactHandle.setLastLeftTuple(LeftTuple leftTuple) -
Uses of LeftTuple in org.drools.core.marshalling
Methods in org.drools.core.marshalling that return types with arguments of type LeftTuple -
Uses of LeftTuple in org.drools.core.phreak
Methods in org.drools.core.phreak that return LeftTuple -
Uses of LeftTuple in org.drools.core.reteoo
Subclasses of LeftTuple in org.drools.core.reteooModifier and TypeClassDescriptionclassclassclassclassMethods in org.drools.core.reteoo that return LeftTupleModifier and TypeMethodDescriptionLeftInputAdapterNode.createPeer(TupleImpl original) AgendaComponentFactory.AgendaComponentFactoryImpl.createTerminalTuple()AgendaComponentFactory.AgendaComponentFactoryImpl.createTerminalTuple(InternalFactHandle factHandle, Sink sink, boolean leftTupleMemoryEnabled) AgendaComponentFactory.AgendaComponentFactoryImpl.createTerminalTuple(InternalFactHandle factHandle, TupleImpl leftTuple, Sink sink) AgendaComponentFactory.AgendaComponentFactoryImpl.createTerminalTuple(TupleImpl leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled) AgendaComponentFactory.AgendaComponentFactoryImpl.createTerminalTuple(TupleImpl leftTuple, TupleImpl rightTuple, Sink sink) AgendaComponentFactory.AgendaComponentFactoryImpl.createTerminalTuple(TupleImpl leftTuple, TupleImpl rightTuple, TupleImpl currentLeftChild, TupleImpl currentRightChild, Sink sink, boolean leftTupleMemoryEnabled) AgendaComponentFactory.createTerminalTuple()AgendaComponentFactory.createTerminalTuple(InternalFactHandle factHandle, Sink sink, boolean leftTupleMemoryEnabled) AgendaComponentFactory.createTerminalTuple(InternalFactHandle factHandle, TupleImpl leftTuple, Sink sink) AgendaComponentFactory.createTerminalTuple(TupleImpl leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled) AgendaComponentFactory.createTerminalTuple(TupleImpl leftTuple, TupleImpl rightTuple, Sink sink) AgendaComponentFactory.createTerminalTuple(TupleImpl leftTuple, TupleImpl rightTuple, TupleImpl currentLeftChild, TupleImpl currentRightChild, Sink sink, boolean leftTupleMemoryEnabled) RightTuple.getBlocked()EvalNodeLeftTuple.getBlockedNext()NotNodeLeftTuple.getBlockedNext()TupleImpl.getBlockedNext()EvalNodeLeftTuple.getBlockedPrevious()NotNodeLeftTuple.getBlockedPrevious()TupleImpl.getBlockedPrevious()RightTuple.getTempBlocked()RuleTerminalNodeLeftTuple.getTuple()Retrieve the tuple.Methods in org.drools.core.reteoo with parameters of type LeftTupleModifier and TypeMethodDescriptionvoidRightTuple.addBlocked(LeftTuple leftTuple) protected RightTupleQueryElementNode.UnificationNodeViewChangedEventListener.createResultRightTuple(QueryElementFactHandle resultHandle, LeftTuple resultLeftTuple, boolean open) voidRightTuple.removeBlocked(LeftTuple leftTuple) voidRightTuple.setBlocked(LeftTuple leftTuple) voidEvalNodeLeftTuple.setBlockedNext(LeftTuple blockerNext) voidNotNodeLeftTuple.setBlockedNext(LeftTuple blockerNext) voidTupleImpl.setBlockedNext(LeftTuple blockerNext) voidEvalNodeLeftTuple.setBlockedPrevious(LeftTuple blockerPrevious) voidNotNodeLeftTuple.setBlockedPrevious(LeftTuple blockerPrevious) voidTupleImpl.setBlockedPrevious(LeftTuple blockerPrevious) voidRightTuple.setTempBlocked(LeftTuple tempBlocked)