Uses of Interface
org.drools.core.reteoo.LeftTuple
-
Packages that use LeftTuple Package Description org.drools.core.base org.drools.core.common org.drools.core.marshalling org.drools.core.phreak org.drools.core.reteoo org.drools.core.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.org.drools.core.runtime.rule.impl -
-
Uses of LeftTuple in org.drools.core.base
Methods in org.drools.core.base that return types with arguments of type LeftTuple Modifier and Type Method Description TupleSets<LeftTuple>DroolsQuery. getResultLeftTupleSets()Methods in org.drools.core.base with parameters of type LeftTuple Modifier and Type Method Description voidAbstractQueryViewListener. rowAdded(RuleImpl rule, LeftTuple tuple, ReteEvaluator reteEvaluator)voidInternalViewChangedEventListener. rowAdded(RuleImpl rule, LeftTuple tuple, ReteEvaluator reteEvaluator)voidAbstractQueryViewListener. rowRemoved(RuleImpl rule, LeftTuple tuple, ReteEvaluator reteEvaluator)voidInternalViewChangedEventListener. rowRemoved(RuleImpl rule, LeftTuple tuple, ReteEvaluator reteEvaluator)voidAbstractQueryViewListener. rowUpdated(RuleImpl rule, LeftTuple tuple, ReteEvaluator reteEvaluator)voidInternalViewChangedEventListener. rowUpdated(RuleImpl rule, LeftTuple leftTuple, ReteEvaluator reteEvaluator)Constructor parameters in org.drools.core.base with type arguments of type LeftTuple Constructor Description DroolsQuery(String name, Object[] params, InternalViewChangedEventListener resultsCollector, boolean open, StackEntry stackEntry, List<PathMemory> pmems, TupleSets<LeftTuple> resultLeftTuples, QueryElementNode.QueryElementNodeMemory qmem, LeftTupleSink sink) -
Uses of LeftTuple in org.drools.core.common
Methods in org.drools.core.common that return LeftTuple Modifier and Type Method Description LeftTupleDefaultFactHandle.CompositeLinkedTuples. findFirstLeftTuple(Predicate<LeftTuple> lefttTuplePredicate)LeftTupleDefaultFactHandle. findFirstLeftTuple(Predicate<LeftTuple> lefttTuplePredicate)LeftTupleDefaultFactHandle.SingleLinkedTuples. findFirstLeftTuple(Predicate<LeftTuple> lefttTuplePredicate)LeftTupleDisconnectedFactHandle. findFirstLeftTuple(Predicate<LeftTuple> lefttTuplePredicate)LeftTupleInternalFactHandle.DummyFactHandle. findFirstLeftTuple(Predicate<LeftTuple> lefttTuplePredicate)LeftTupleInternalFactHandle. findFirstLeftTuple(Predicate<LeftTuple> lefttTuplePredicate)LeftTupleInternalFactHandle.LinkedTuples. findFirstLeftTuple(Predicate<LeftTuple> leftTuplePredicate)LeftTupleQueryElementFactHandle. findFirstLeftTuple(Predicate<LeftTuple> lefttTuplePredicate)LeftTupleDefaultFactHandle.CompositeLinkedTuples. getFirstLeftTuple(int partition)LeftTupleDefaultFactHandle. getFirstLeftTuple()LeftTupleDefaultFactHandle.SingleLinkedTuples. getFirstLeftTuple(int partition)LeftTupleDisconnectedFactHandle. getFirstLeftTuple()LeftTupleInternalFactHandle.DummyFactHandle. getFirstLeftTuple()LeftTupleInternalFactHandle. getFirstLeftTuple()LeftTupleInternalFactHandle.LinkedTuples. getFirstLeftTuple(int partition)default LeftTupleInternalFactHandle.LinkedTuples. getFirstLeftTuple(RuleBasePartitionId partitionId)LeftTupleQueryElementFactHandle. getFirstLeftTuple()LeftTupleDisconnectedFactHandle. getLastLeftTuple()LeftTupleQueryElementFactHandle. getLastLeftTuple()LeftTupleVisitedAgendaGroup. getTuple()Methods in org.drools.core.common with parameters of type LeftTuple Modifier and Type Method Description voidDefaultFactHandle. addFirstLeftTuple(LeftTuple leftTuple)voidDefaultFactHandle.CompositeLinkedTuples. addFirstLeftTuple(LeftTuple leftTuple)voidDefaultFactHandle.SingleLinkedTuples. addFirstLeftTuple(LeftTuple leftTuple)voidDisconnectedFactHandle. addFirstLeftTuple(LeftTuple leftTuple)voidInternalFactHandle. addFirstLeftTuple(LeftTuple leftTuple)voidInternalFactHandle.DummyFactHandle. addFirstLeftTuple(LeftTuple leftTuple)voidInternalFactHandle.LinkedTuples. addFirstLeftTuple(LeftTuple leftTuple)voidQueryElementFactHandle. addFirstLeftTuple(LeftTuple leftTuple)voidDefaultFactHandle. addLastLeftTuple(LeftTuple leftTuple)voidDefaultFactHandle.CompositeLinkedTuples. addLastLeftTuple(LeftTuple leftTuple)voidDefaultFactHandle.SingleLinkedTuples. addLastLeftTuple(LeftTuple leftTuple)voidDisconnectedFactHandle. addLastLeftTuple(LeftTuple leftTuple)voidInternalFactHandle. addLastLeftTuple(LeftTuple leftTuple)voidInternalFactHandle.DummyFactHandle. addLastLeftTuple(LeftTuple leftTuple)voidInternalFactHandle.LinkedTuples. addLastLeftTuple(LeftTuple leftTuple)voidQueryElementFactHandle. addLastLeftTuple(LeftTuple leftTuple)default List<Object>AgendaItem. getObjectsDeep(LeftTuple entry)voidDefaultFactHandle.CompositeLinkedTuples. removeLeftTuple(LeftTuple leftTuple)voidDefaultFactHandle. removeLeftTuple(LeftTuple leftTuple)voidDefaultFactHandle.SingleLinkedTuples. removeLeftTuple(LeftTuple leftTuple)voidDisconnectedFactHandle. removeLeftTuple(LeftTuple leftTuple)voidInternalFactHandle.DummyFactHandle. removeLeftTuple(LeftTuple leftTuple)voidInternalFactHandle.LinkedTuples. removeLeftTuple(LeftTuple leftTuple)voidInternalFactHandle. removeLeftTuple(LeftTuple leftTuple)voidQueryElementFactHandle. removeLeftTuple(LeftTuple leftTuple)voidDefaultFactHandle.CompositeLinkedTuples. setFirstLeftTuple(LeftTuple firstLeftTuple, int partition)voidDefaultFactHandle. setFirstLeftTuple(LeftTuple firstLeftTuple)voidDefaultFactHandle.SingleLinkedTuples. setFirstLeftTuple(LeftTuple firstLeftTuple, int partition)voidDisconnectedFactHandle. setFirstLeftTuple(LeftTuple leftTuple)voidInternalFactHandle.DummyFactHandle. setFirstLeftTuple(LeftTuple firstLeftTuple)voidInternalFactHandle.LinkedTuples. setFirstLeftTuple(LeftTuple firstLeftTuple, int partition)default voidInternalFactHandle.LinkedTuples. setFirstLeftTuple(LeftTuple firstLeftTuple, RuleBasePartitionId partitionId)voidInternalFactHandle. setFirstLeftTuple(LeftTuple firstLeftTuple)voidQueryElementFactHandle. setFirstLeftTuple(LeftTuple leftTuple)voidDisconnectedFactHandle. setLastLeftTuple(LeftTuple leftTuple)voidQueryElementFactHandle. setLastLeftTuple(LeftTuple leftTuple)Method parameters in org.drools.core.common with type arguments of type LeftTuple Modifier and Type Method Description LeftTupleDefaultFactHandle.CompositeLinkedTuples. findFirstLeftTuple(Predicate<LeftTuple> lefttTuplePredicate)LeftTupleDefaultFactHandle. findFirstLeftTuple(Predicate<LeftTuple> lefttTuplePredicate)LeftTupleDefaultFactHandle.SingleLinkedTuples. findFirstLeftTuple(Predicate<LeftTuple> lefttTuplePredicate)LeftTupleDisconnectedFactHandle. findFirstLeftTuple(Predicate<LeftTuple> lefttTuplePredicate)LeftTupleInternalFactHandle.DummyFactHandle. findFirstLeftTuple(Predicate<LeftTuple> lefttTuplePredicate)LeftTupleInternalFactHandle. findFirstLeftTuple(Predicate<LeftTuple> lefttTuplePredicate)LeftTupleInternalFactHandle.LinkedTuples. findFirstLeftTuple(Predicate<LeftTuple> leftTuplePredicate)LeftTupleQueryElementFactHandle. findFirstLeftTuple(Predicate<LeftTuple> lefttTuplePredicate)voidDefaultFactHandle.CompositeLinkedTuples. forEachLeftTuple(int partition, Consumer<LeftTuple> leftTupleConsumer)voidDefaultFactHandle.CompositeLinkedTuples. forEachLeftTuple(Consumer<LeftTuple> leftTupleConsumer)voidDefaultFactHandle. forEachLeftTuple(Consumer<LeftTuple> leftTupleConsumer)voidDefaultFactHandle.SingleLinkedTuples. forEachLeftTuple(Consumer<LeftTuple> leftTupleConsumer)voidDisconnectedFactHandle. forEachLeftTuple(Consumer<LeftTuple> leftTupleConsumer)voidInternalFactHandle.DummyFactHandle. forEachLeftTuple(Consumer<LeftTuple> leftTupleConsumer)voidInternalFactHandle. forEachLeftTuple(Consumer<LeftTuple> leftTupleConsumer)voidInternalFactHandle.LinkedTuples. forEachLeftTuple(Consumer<LeftTuple> leftTupleConsumer)voidQueryElementFactHandle. forEachLeftTuple(Consumer<LeftTuple> leftTupleConsumer) -
Uses of LeftTuple in org.drools.core.marshalling
Methods in org.drools.core.marshalling that return types with arguments of type LeftTuple Modifier and Type Method Description Map<Integer,LeftTuple>MarshallerReaderContext. getTerminalTupleMap()Methods in org.drools.core.marshalling with parameters of type LeftTuple Modifier and Type Method Description InternalFactHandleMarshallerReaderContext. createAccumulateHandle(EntryPointId entryPointId, ReteEvaluator reteEvaluator, LeftTuple leftTuple, Object result, int nodeId) -
Uses of LeftTuple in org.drools.core.phreak
Methods in org.drools.core.phreak that return LeftTuple Modifier and Type Method Description LeftTuplePhreakJoinNode. doLeftUpdatesProcessChildren(LeftTuple childLeftTuple, LeftTuple leftTuple, RightTuple rightTuple, TupleSets<LeftTuple> stagedLeftTuples, ContextEntry[] contextEntry, BetaConstraints constraints, LeftTupleSink sink, FastIterator it, TupleSets<LeftTuple> trgLeftTuples)LeftTuplePhreakJoinNode. doRightUpdatesProcessChildren(LeftTuple childLeftTuple, LeftTuple leftTuple, RightTuple rightTuple, TupleSets<LeftTuple> stagedLeftTuples, ContextEntry[] contextEntry, BetaConstraints constraints, LeftTupleSink sink, FastIterator it, TupleSets<LeftTuple> trgLeftTuples)LeftTupleLeftTupleEntry. getLeftTuple()LeftTupleRightTupleEntry. getLeftTuple()LeftTupleTupleEntry. getLeftTuple()Methods in org.drools.core.phreak that return types with arguments of type LeftTuple Modifier and Type Method Description static TupleSets<LeftTuple>AddRemoveRule. createLeftTupleTupleSets(LeftTuple leftTuple, short stagedType)TupleSets<LeftTuple>RuleNetworkEvaluator. evalNode(PathMemory pmem, NetworkNode node, long bit, Memory nodeMem, SegmentMemory[] smems, int smemIndex, ActivationsManager activationsManager, LinkedList<StackEntry> stack, boolean processRian, RuleExecutor executor, TupleSets<LeftTuple> srcTuples, SegmentMemory smem, TupleSets<LeftTuple> stagedLeftTuples, LeftTupleSinkNode sink)TupleSets<LeftTuple>StackEntry. getTrgTuples()Methods in org.drools.core.phreak with parameters of type LeftTuple Modifier and Type Method Description static TupleSets<LeftTuple>AddRemoveRule. createLeftTupleTupleSets(LeftTuple leftTuple, short stagedType)static voidPhreakFromNode. deleteChildLeftTuple(PropagationContext propagationContext, TupleSets<LeftTuple> trgLeftTuples, TupleSets<LeftTuple> stagedLeftTuples, LeftTuple childLeftTuple)static voidRuleNetworkEvaluator. deleteChildLeftTuple(LeftTuple childLeftTuple, TupleSets<LeftTuple> trgLeftTuples, TupleSets<LeftTuple> stagedLeftTuples)static voidPhreakRuleTerminalNode. doLeftTupleInsert(TerminalNode rtnNode, RuleExecutor executor, ActivationsManager activationsManager, RuleAgendaItem ruleAgendaItem, LeftTuple leftTuple)static voidPhreakRuleTerminalNode. doLeftTupleUpdate(TerminalNode rtnNode, RuleExecutor executor, ActivationsManager activationsManager, LeftTuple leftTuple)LeftTuplePhreakJoinNode. doLeftUpdatesProcessChildren(LeftTuple childLeftTuple, LeftTuple leftTuple, RightTuple rightTuple, TupleSets<LeftTuple> stagedLeftTuples, ContextEntry[] contextEntry, BetaConstraints constraints, LeftTupleSink sink, FastIterator it, TupleSets<LeftTuple> trgLeftTuples)LeftTuplePhreakJoinNode. doRightUpdatesProcessChildren(LeftTuple childLeftTuple, LeftTuple leftTuple, RightTuple rightTuple, TupleSets<LeftTuple> stagedLeftTuples, ContextEntry[] contextEntry, BetaConstraints constraints, LeftTupleSink sink, FastIterator it, TupleSets<LeftTuple> trgLeftTuples)protected voidPhreakAccumulateNode. evaluateResultConstraints(AccumulateNode accNode, LeftTupleSink sink, Accumulate accumulate, LeftTuple leftTuple, PropagationContext context, ReteEvaluator reteEvaluator, AccumulateNode.AccumulateMemory memory, AccumulateNode.BaseAccumulation accctx, TupleSets<LeftTuple> trgLeftTuples, TupleSets<LeftTuple> stagedLeftTuples)protected voidPhreakGroupByNode. evaluateResultConstraints(AccumulateNode accNode, LeftTupleSink sink, Accumulate accumulate, LeftTuple leftTuple, PropagationContext context, ReteEvaluator reteEvaluator, AccumulateNode.AccumulateMemory memory, AccumulateNode.BaseAccumulation accctx, TupleSets<LeftTuple> trgLeftTuples, TupleSets<LeftTuple> stagedLeftTuples)static voidRuleNetworkEvaluator. findLeftTupleBlocker(BetaNode betaNode, TupleMemory rtm, ContextEntry[] contextEntry, BetaConstraints constraints, LeftTuple leftTuple, boolean useLeftMemory)static PathMemoryAddRemoveRule. findPathToFlush(SegmentMemory sm, LeftTuple leftTuple, boolean streamMode)static booleanAddRemoveRule. flushLeftTupleIfNecessary(ReteEvaluator reteEvaluator, SegmentMemory sm, LeftTuple leftTuple, boolean streamMode, short stagedType)static voidRuleNetworkEvaluator. normalizeStagedTuples(TupleSets<LeftTuple> stagedLeftTuples, LeftTuple childLeftTuple)protected voidPhreakAccumulateNode. propagateResult(AccumulateNode accNode, LeftTupleSink sink, LeftTuple leftTuple, PropagationContext context, ReteEvaluator reteEvaluator, AccumulateNode.AccumulateMemory memory, TupleSets<LeftTuple> trgLeftTuples, TupleSets<LeftTuple> stagedLeftTuples, Object key, Object result, AccumulateNode.AccumulateContextEntry accPropCtx, PropagationContext propagationContext, boolean allowNullPropagation)protected voidPhreakAccumulateNode. reaccumulateForLeftTuple(AccumulateNode accNode, Accumulate accumulate, LeftTuple leftParent, RightTuple unused1, LeftTuple unused2, ReteEvaluator reteEvaluator, AccumulateNode.AccumulateMemory am, AccumulateNode.BaseAccumulation accctx, boolean reaccumulate)protected voidPhreakGroupByNode. reaccumulateForLeftTuple(AccumulateNode accNode, Accumulate accumulate, LeftTuple leftTuple, RightTuple rightParent, LeftTuple match, ReteEvaluator reteEvaluator, AccumulateNode.AccumulateMemory am, AccumulateNode.BaseAccumulation accctx, boolean reaccumulate)static voidRuleNetworkEvaluator. unlinkAndDeleteChildLeftTuple(LeftTuple childLeftTuple, TupleSets<LeftTuple> trgLeftTuples, TupleSets<LeftTuple> stagedLeftTuples)static voidPhreakJoinNode. updateChildLeftTuple(LeftTuple childLeftTuple, TupleSets<LeftTuple> stagedLeftTuples, TupleSets<LeftTuple> trgLeftTuples)Method parameters in org.drools.core.phreak with type arguments of type LeftTuple Modifier and Type Method Description static voidPhreakFromNode. deleteChildLeftTuple(PropagationContext propagationContext, TupleSets<LeftTuple> trgLeftTuples, TupleSets<LeftTuple> stagedLeftTuples, LeftTuple childLeftTuple)static voidRuleNetworkEvaluator. deleteChildLeftTuple(LeftTuple childLeftTuple, TupleSets<LeftTuple> trgLeftTuples, TupleSets<LeftTuple> stagedLeftTuples)voidPhreakBranchNode. doLeftDeletes(LeftTupleSink sink, ActivationsManager activationsManager, TupleSets<LeftTuple> srcLeftTuples, TupleSets<LeftTuple> trgLeftTuples, TupleSets<LeftTuple> stagedLeftTuples, RuleExecutor executor)voidPhreakEvalNode. doLeftDeletes(TupleSets<LeftTuple> srcLeftTuples, TupleSets<LeftTuple> trgLeftTuples, TupleSets<LeftTuple> stagedLeftTuples)voidPhreakExistsNode. doLeftDeletes(BetaMemory bm, TupleSets<LeftTuple> srcLeftTuples, TupleSets<LeftTuple> trgLeftTuples, TupleSets<LeftTuple> stagedLeftTuples)voidPhreakFromNode. doLeftDeletes(FromNode.FromMemory fm, TupleSets<LeftTuple> srcLeftTuples, TupleSets<LeftTuple> trgLeftTuples, TupleSets<LeftTuple> stagedLeftTuples)voidPhreakJoinNode. doLeftDeletes(BetaMemory bm, TupleSets<LeftTuple> srcLeftTuples, TupleSets<LeftTuple> trgLeftTuples, TupleSets<LeftTuple> stagedLeftTuples)voidPhreakNotNode. doLeftDeletes(BetaMemory bm, TupleSets<LeftTuple> srcLeftTuples, TupleSets<LeftTuple> trgLeftTuples, TupleSets<LeftTuple> stagedLeftTuples)voidPhreakQueryNode. doLeftDeletes(QueryElementNode.QueryElementNodeMemory qmem, ReteEvaluator reteEvaluator, TupleSets<LeftTuple> srcLeftTuples, TupleSets<LeftTuple> trgLeftTuples, TupleSets<LeftTuple> stagedLeftTuples)voidPhreakQueryTerminalNode. doLeftDeletes(QueryTerminalNode qtnNode, ActivationsManager activationsManager, TupleSets<LeftTuple> srcLeftTuples, LinkedList<StackEntry> stack)voidPhreakRuleTerminalNode. doLeftDeletes(ActivationsManager activationsManager, TupleSets<LeftTuple> srcLeftTuples, RuleExecutor executor)voidPhreakTimerNode. doLeftDeletes(TimerNode timerNode, TimerNode.TimerNodeMemory tm, PathMemory pmem, LeftTupleSink sink, ActivationsManager activationsManager, TupleSets<LeftTuple> srcLeftTuples, TupleSets<LeftTuple> trgLeftTuples, TupleSets<LeftTuple> stagedLeftTuples)voidPhreakAsyncSendNode. doLeftInserts(AsyncSendNode node, AsyncSendNode.AsyncSendMemory memory, ReteEvaluator reteEvaluator, TupleSets<LeftTuple> srcLeftTuples)voidPhreakBranchNode. doLeftInserts(ConditionalBranchNode branchNode, ConditionalBranchNode.ConditionalBranchMemory cbm, LeftTupleSink sink, ActivationsManager activationsManager, TupleSets<LeftTuple> srcLeftTuples, TupleSets<LeftTuple> trgLeftTuples, RuleExecutor executor)voidPhreakEvalNode. doLeftInserts(EvalConditionNode evalNode, EvalConditionNode.EvalMemory em, LeftTupleSink sink, ReteEvaluator reteEvaluator, TupleSets<LeftTuple> srcLeftTuples, TupleSets<LeftTuple> trgLeftTuples)voidPhreakExistsNode. doLeftInserts(ExistsNode existsNode, LeftTupleSink sink, BetaMemory bm, ReteEvaluator reteEvaluator, TupleSets<LeftTuple> srcLeftTuples, TupleSets<LeftTuple> trgLeftTuples)voidPhreakFromNode. doLeftInserts(FromNode fromNode, FromNode.FromMemory fm, LeftTupleSink sink, ReteEvaluator reteEvaluator, TupleSets<LeftTuple> srcLeftTuples, TupleSets<LeftTuple> trgLeftTuples)voidPhreakJoinNode. doLeftInserts(JoinNode joinNode, LeftTupleSink sink, BetaMemory bm, ReteEvaluator reteEvaluator, TupleSets<LeftTuple> srcLeftTuples, TupleSets<LeftTuple> trgLeftTuples)voidPhreakNotNode. doLeftInserts(NotNode notNode, LeftTupleSink sink, BetaMemory bm, ReteEvaluator reteEvaluator, TupleSets<LeftTuple> srcLeftTuples, TupleSets<LeftTuple> trgLeftTuples)voidPhreakQueryNode. doLeftInserts(QueryElementNode queryNode, QueryElementNode.QueryElementNodeMemory qmem, StackEntry stackEntry, ReteEvaluator reteEvaluator, TupleSets<LeftTuple> srcLeftTuples)voidPhreakQueryTerminalNode. doLeftInserts(QueryTerminalNode qtnNode, ActivationsManager activationsManager, TupleSets<LeftTuple> srcLeftTuples, LinkedList<StackEntry> stack)voidPhreakRuleTerminalNode. doLeftInserts(TerminalNode rtnNode, ActivationsManager activationsManager, TupleSets<LeftTuple> srcLeftTuples, RuleExecutor executor)voidPhreakTimerNode. doLeftInserts(TimerNode timerNode, TimerNode.TimerNodeMemory tm, PathMemory pmem, SegmentMemory smem, LeftTupleSink sink, ActivationsManager activationsManager, TupleSets<LeftTuple> srcLeftTuples, TupleSets<LeftTuple> trgLeftTuples)voidPhreakBranchNode. doLeftUpdates(ConditionalBranchNode branchNode, ConditionalBranchNode.ConditionalBranchMemory cbm, LeftTupleSink sink, ActivationsManager activationsManager, TupleSets<LeftTuple> srcLeftTuples, TupleSets<LeftTuple> trgLeftTuples, TupleSets<LeftTuple> stagedLeftTuples, RuleExecutor executor)voidPhreakEvalNode. doLeftUpdates(EvalConditionNode evalNode, EvalConditionNode.EvalMemory em, LeftTupleSink sink, ReteEvaluator reteEvaluator, TupleSets<LeftTuple> srcLeftTuples, TupleSets<LeftTuple> trgLeftTuples, TupleSets<LeftTuple> stagedLeftTuples)voidPhreakExistsNode. doLeftUpdates(ExistsNode existsNode, LeftTupleSink sink, BetaMemory bm, ReteEvaluator reteEvaluator, TupleSets<LeftTuple> srcLeftTuples, TupleSets<LeftTuple> trgLeftTuples, TupleSets<LeftTuple> stagedLeftTuples)voidPhreakFromNode. doLeftUpdates(FromNode fromNode, FromNode.FromMemory fm, LeftTupleSink sink, ReteEvaluator reteEvaluator, TupleSets<LeftTuple> srcLeftTuples, TupleSets<LeftTuple> trgLeftTuples, TupleSets<LeftTuple> stagedLeftTuples)voidPhreakJoinNode. doLeftUpdates(JoinNode joinNode, LeftTupleSink sink, BetaMemory bm, ReteEvaluator reteEvaluator, TupleSets<LeftTuple> srcLeftTuples, TupleSets<LeftTuple> trgLeftTuples, TupleSets<LeftTuple> stagedLeftTuples)voidPhreakNotNode. doLeftUpdates(NotNode notNode, LeftTupleSink sink, BetaMemory bm, ReteEvaluator reteEvaluator, TupleSets<LeftTuple> srcLeftTuples, TupleSets<LeftTuple> trgLeftTuples, TupleSets<LeftTuple> stagedLeftTuples)voidPhreakQueryNode. doLeftUpdates(QueryElementNode queryNode, QueryElementNode.QueryElementNodeMemory qmem, ReteEvaluator reteEvaluator, TupleSets<LeftTuple> srcLeftTuples)voidPhreakQueryTerminalNode. doLeftUpdates(QueryTerminalNode qtnNode, ActivationsManager activationsManager, TupleSets<LeftTuple> srcLeftTuples, LinkedList<StackEntry> stack)voidPhreakRuleTerminalNode. doLeftUpdates(TerminalNode rtnNode, ActivationsManager activationsManager, TupleSets<LeftTuple> srcLeftTuples, RuleExecutor executor)voidPhreakTimerNode. doLeftUpdates(TimerNode timerNode, TimerNode.TimerNodeMemory tm, PathMemory pmem, SegmentMemory smem, LeftTupleSink sink, ActivationsManager activationsManager, TupleSets<LeftTuple> srcLeftTuples, TupleSets<LeftTuple> trgLeftTuples, TupleSets<LeftTuple> stagedLeftTuples)LeftTuplePhreakJoinNode. doLeftUpdatesProcessChildren(LeftTuple childLeftTuple, LeftTuple leftTuple, RightTuple rightTuple, TupleSets<LeftTuple> stagedLeftTuples, ContextEntry[] contextEntry, BetaConstraints constraints, LeftTupleSink sink, FastIterator it, TupleSets<LeftTuple> trgLeftTuples)voidPhreakAccumulateNode. doNode(AccumulateNode accNode, LeftTupleSink sink, AccumulateNode.AccumulateMemory am, ReteEvaluator reteEvaluator, TupleSets<LeftTuple> srcLeftTuples, TupleSets<LeftTuple> trgLeftTuples, TupleSets<LeftTuple> stagedLeftTuples)voidPhreakAsyncReceiveNode. doNode(AsyncReceiveNode node, AsyncReceiveNode.AsyncReceiveMemory memory, LeftTupleSink sink, ReteEvaluator reteEvaluator, TupleSets<LeftTuple> srcLeftTuples, TupleSets<LeftTuple> trgLeftTuples)voidPhreakAsyncSendNode. doNode(AsyncSendNode node, AsyncSendNode.AsyncSendMemory memory, ReteEvaluator reteEvaluator, TupleSets<LeftTuple> srcLeftTuples)voidPhreakBranchNode. doNode(ConditionalBranchNode branchNode, ConditionalBranchNode.ConditionalBranchMemory cbm, LeftTupleSink sink, ActivationsManager activationsManager, TupleSets<LeftTuple> srcLeftTuples, TupleSets<LeftTuple> trgLeftTuples, TupleSets<LeftTuple> stagedLeftTuples, RuleExecutor executor)voidPhreakEvalNode. doNode(EvalConditionNode evalNode, EvalConditionNode.EvalMemory em, LeftTupleSink sink, ReteEvaluator reteEvaluator, TupleSets<LeftTuple> srcLeftTuples, TupleSets<LeftTuple> trgLeftTuples, TupleSets<LeftTuple> stagedLeftTuples)voidPhreakExistsNode. doNode(ExistsNode existsNode, LeftTupleSink sink, BetaMemory bm, ReteEvaluator reteEvaluator, TupleSets<LeftTuple> srcLeftTuples, TupleSets<LeftTuple> trgLeftTuples, TupleSets<LeftTuple> stagedLeftTuples)voidPhreakFromNode. doNode(FromNode fromNode, FromNode.FromMemory fm, LeftTupleSink sink, ReteEvaluator reteEvaluator, TupleSets<LeftTuple> srcLeftTuples, TupleSets<LeftTuple> trgLeftTuples, TupleSets<LeftTuple> stagedLeftTuples)voidPhreakJoinNode. doNode(JoinNode joinNode, LeftTupleSink sink, BetaMemory bm, ReteEvaluator reteEvaluator, TupleSets<LeftTuple> srcLeftTuples, TupleSets<LeftTuple> trgLeftTuples, TupleSets<LeftTuple> stagedLeftTuples)voidPhreakNotNode. doNode(NotNode notNode, LeftTupleSink sink, BetaMemory bm, ReteEvaluator reteEvaluator, TupleSets<LeftTuple> srcLeftTuples, TupleSets<LeftTuple> trgLeftTuples, TupleSets<LeftTuple> stagedLeftTuples)voidPhreakQueryNode. doNode(QueryElementNode queryNode, QueryElementNode.QueryElementNodeMemory qmem, StackEntry stackEntry, ReteEvaluator reteEvaluator, TupleSets<LeftTuple> srcLeftTuples, TupleSets<LeftTuple> trgLeftTuples, TupleSets<LeftTuple> stagedLeftTuples)voidPhreakQueryTerminalNode. doNode(QueryTerminalNode qtnNode, ActivationsManager activationsManager, TupleSets<LeftTuple> srcLeftTuples, LinkedList<StackEntry> stack)voidPhreakReactiveFromNode. doNode(ReactiveFromNode fromNode, ReactiveFromNode.ReactiveFromMemory fm, LeftTupleSink sink, ReteEvaluator reteEvaluator, TupleSets<LeftTuple> srcLeftTuples, TupleSets<LeftTuple> trgLeftTuples, TupleSets<LeftTuple> stagedLeftTuples)voidPhreakRuleTerminalNode. doNode(TerminalNode rtnNode, ActivationsManager activationsManager, TupleSets<LeftTuple> srcLeftTuples, RuleExecutor executor)voidPhreakTimerNode. doNode(TimerNode timerNode, TimerNode.TimerNodeMemory tm, PathMemory pmem, SegmentMemory smem, LeftTupleSink sink, ActivationsManager activationsManager, TupleSets<LeftTuple> srcLeftTuples, TupleSets<LeftTuple> trgLeftTuples, TupleSets<LeftTuple> stagedLeftTuples)voidPhreakExistsNode. doNormalNode(ExistsNode existsNode, LeftTupleSink sink, BetaMemory bm, ReteEvaluator reteEvaluator, TupleSets<LeftTuple> srcLeftTuples, TupleSets<LeftTuple> trgLeftTuples, TupleSets<LeftTuple> stagedLeftTuples)voidPhreakNotNode. doNormalNode(NotNode notNode, LeftTupleSink sink, BetaMemory bm, ReteEvaluator reteEvaluator, TupleSets<LeftTuple> srcLeftTuples, TupleSets<LeftTuple> trgLeftTuples, TupleSets<LeftTuple> stagedLeftTuples)LeftTuplePhreakJoinNode. doRightUpdatesProcessChildren(LeftTuple childLeftTuple, LeftTuple leftTuple, RightTuple rightTuple, TupleSets<LeftTuple> stagedLeftTuples, ContextEntry[] contextEntry, BetaConstraints constraints, LeftTupleSink sink, FastIterator it, TupleSets<LeftTuple> trgLeftTuples)static voidPhreakSubnetworkNotExistsNode. doSubNetworkNode(BetaNode node, LeftTupleSink sink, BetaMemory bm, TupleSets<LeftTuple> srcLeftTuples, TupleSets<LeftTuple> trgLeftTuples, TupleSets<LeftTuple> stagedLeftTuples)static voidRuleNetworkEvaluator. doUpdatesExistentialReorderLeftMemory(BetaMemory bm, TupleSets<LeftTuple> srcLeftTuples)static voidRuleNetworkEvaluator. doUpdatesReorderLeftMemory(BetaMemory bm, TupleSets<LeftTuple> srcLeftTuples)TupleSets<LeftTuple>RuleNetworkEvaluator. evalNode(PathMemory pmem, NetworkNode node, long bit, Memory nodeMem, SegmentMemory[] smems, int smemIndex, ActivationsManager activationsManager, LinkedList<StackEntry> stack, boolean processRian, RuleExecutor executor, TupleSets<LeftTuple> srcTuples, SegmentMemory smem, TupleSets<LeftTuple> stagedLeftTuples, LeftTupleSinkNode sink)protected voidPhreakAccumulateNode. evaluateResultConstraints(AccumulateNode accNode, LeftTupleSink sink, Accumulate accumulate, LeftTuple leftTuple, PropagationContext context, ReteEvaluator reteEvaluator, AccumulateNode.AccumulateMemory memory, AccumulateNode.BaseAccumulation accctx, TupleSets<LeftTuple> trgLeftTuples, TupleSets<LeftTuple> stagedLeftTuples)protected voidPhreakGroupByNode. evaluateResultConstraints(AccumulateNode accNode, LeftTupleSink sink, Accumulate accumulate, LeftTuple leftTuple, PropagationContext context, ReteEvaluator reteEvaluator, AccumulateNode.AccumulateMemory memory, AccumulateNode.BaseAccumulation accctx, TupleSets<LeftTuple> trgLeftTuples, TupleSets<LeftTuple> stagedLeftTuples)static voidAddRemoveRule. forceFlushLeftTuple(PathMemory pmem, SegmentMemory sm, ReteEvaluator reteEvaluator, TupleSets<LeftTuple> leftTupleSets)voidRuleNetworkEvaluator. innerEval(PathMemory pmem, NetworkNode node, long bit, Memory nodeMem, SegmentMemory[] smems, int smemIndex, TupleSets<LeftTuple> trgTuples, ActivationsManager activationsManager, LinkedList<StackEntry> stack, boolean processRian, RuleExecutor executor)static voidRuleNetworkEvaluator. normalizeStagedTuples(TupleSets<LeftTuple> stagedLeftTuples, LeftTuple childLeftTuple)voidRuleNetworkEvaluator. outerEval(PathMemory pmem, NetworkNode node, long bit, Memory nodeMem, SegmentMemory[] smems, int smemIndex, TupleSets<LeftTuple> trgTuples, ActivationsManager activationsManager, LinkedList<StackEntry> stack, boolean processRian, RuleExecutor executor)static voidPhreakFromNode. propagate(LeftTupleSink sink, Tuple leftTuple, RightTuple rightTuple, BetaConstraints betaConstraints, PropagationContext propagationContext, ContextEntry[] context, boolean useLeftMemory, TupleSets<LeftTuple> trgLeftTuples, TupleSets<LeftTuple> stagedLeftTuples)static voidSegmentPropagator. propagate(SegmentMemory sourceSegment, TupleSets<LeftTuple> leftTuples, ReteEvaluator reteEvaluator)protected voidPhreakAccumulateNode. propagateDelete(TupleSets<LeftTuple> trgLeftTuples, TupleSets<LeftTuple> stagedLeftTuples, Object accPropCtx)protected voidPhreakGroupByNode. propagateDelete(TupleSets<LeftTuple> trgLeftTuples, TupleSets<LeftTuple> stagedLeftTuples, Object accctx)protected voidPhreakAccumulateNode. propagateResult(AccumulateNode accNode, LeftTupleSink sink, LeftTuple leftTuple, PropagationContext context, ReteEvaluator reteEvaluator, AccumulateNode.AccumulateMemory memory, TupleSets<LeftTuple> trgLeftTuples, TupleSets<LeftTuple> stagedLeftTuples, Object key, Object result, AccumulateNode.AccumulateContextEntry accPropCtx, PropagationContext propagationContext, boolean allowNullPropagation)static voidRuleNetworkEvaluator. unlinkAndDeleteChildLeftTuple(LeftTuple childLeftTuple, TupleSets<LeftTuple> trgLeftTuples, TupleSets<LeftTuple> stagedLeftTuples)static booleanPhreakNotNode. updateBlockersAndPropagate(NotNode notNode, RightTuple rightTuple, ReteEvaluator reteEvaluator, TupleMemory rtm, ContextEntry[] contextEntry, BetaConstraints constraints, boolean iterateFromStart, LeftTupleSink sink, TupleSets<LeftTuple> trgLeftTuples, TupleMemory ltm)static voidPhreakJoinNode. updateChildLeftTuple(LeftTuple childLeftTuple, TupleSets<LeftTuple> stagedLeftTuples, TupleSets<LeftTuple> trgLeftTuples)Constructors in org.drools.core.phreak with parameters of type LeftTuple Constructor Description LeftTupleEntry(LeftTuple lt, PropagationContext pctx, Memory nodeMemory, int propagationType)Constructor parameters in org.drools.core.phreak with type arguments of type LeftTuple Constructor Description StackEntry(NetworkNode node, long bit, LeftTupleSinkNode sink, PathMemory pmem, Memory nodeMem, SegmentMemory[] smems, int smemIndex, TupleSets<LeftTuple> trgTuples, boolean resumeFromNextNode, boolean processRian) -
Uses of LeftTuple in org.drools.core.reteoo
Classes in org.drools.core.reteoo that implement LeftTuple Modifier and Type Class Description classBaseLeftTupleA parent class for all specific LeftTuple specializationsclassEvalNodeLeftTupleclassFromNodeLeftTupleclassJoinNodeLeftTupleclassLeftTupleImplclassNotNodeLeftTupleclassQueryElementNodeLeftTupleclassQueryRiaFixerNodeLeftTupleclassReactiveFromNodeLeftTupleclassRuleTerminalNodeLeftTupleclassSubnetworkTupleFields in org.drools.core.reteoo declared as LeftTuple Modifier and Type Field Description protected LeftTupleQueryElementNode.UnificationNodeViewChangedEventListener. leftTupleMethods in org.drools.core.reteoo that return LeftTuple Modifier and Type Method Description LeftTupleAccumulateNode. createLeftTuple(InternalFactHandle factHandle, boolean leftTupleMemoryEnabled)LeftTupleAccumulateNode. createLeftTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)LeftTupleAccumulateNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleAccumulateNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleAccumulateNode. createLeftTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)LeftTupleAsyncReceiveNode. createLeftTuple(InternalFactHandle factHandle, boolean leftTupleMemoryEnabled)LeftTupleAsyncReceiveNode. createLeftTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)LeftTupleAsyncReceiveNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleAsyncReceiveNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleAsyncReceiveNode. createLeftTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)LeftTupleAsyncSendNode. createLeftTuple(InternalFactHandle factHandle, boolean leftTupleMemoryEnabled)LeftTupleAsyncSendNode. createLeftTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)LeftTupleAsyncSendNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleAsyncSendNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleAsyncSendNode. createLeftTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)LeftTupleConditionalBranchNode. createLeftTuple(InternalFactHandle factHandle, boolean leftTupleMemoryEnabled)LeftTupleConditionalBranchNode. createLeftTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)LeftTupleConditionalBranchNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleConditionalBranchNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleConditionalBranchNode. createLeftTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)LeftTupleEvalConditionNode. createLeftTuple(InternalFactHandle factHandle, boolean leftTupleMemoryEnabled)LeftTupleEvalConditionNode. createLeftTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)LeftTupleEvalConditionNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleEvalConditionNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleEvalConditionNode. createLeftTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)LeftTupleExistsNode. createLeftTuple(InternalFactHandle factHandle, boolean leftTupleMemoryEnabled)LeftTupleExistsNode. createLeftTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)LeftTupleExistsNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleExistsNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleExistsNode. createLeftTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)LeftTupleFromNode. createLeftTuple(InternalFactHandle factHandle, boolean leftTupleMemoryEnabled)LeftTupleFromNode. createLeftTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)LeftTupleFromNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleFromNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleFromNode. createLeftTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)LeftTupleJoinNode. createLeftTuple(InternalFactHandle factHandle, boolean leftTupleMemoryEnabled)LeftTupleJoinNode. createLeftTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)LeftTupleJoinNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleJoinNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleJoinNode. createLeftTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)LeftTupleLeftTupleSink. createLeftTuple(InternalFactHandle factHandle, boolean leftTupleMemoryEnabled)LeftTupleLeftTupleSink. createLeftTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)LeftTupleLeftTupleSink. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleLeftTupleSink. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleLeftTupleSink. createLeftTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)LeftTupleNotNode. createLeftTuple(InternalFactHandle factHandle, boolean leftTupleMemoryEnabled)LeftTupleNotNode. createLeftTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)LeftTupleNotNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleNotNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleNotNode. createLeftTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)LeftTupleQueryElementNode. createLeftTuple(InternalFactHandle factHandle, boolean leftTupleMemoryEnabled)LeftTupleQueryElementNode. createLeftTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)LeftTupleQueryElementNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleQueryElementNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleQueryElementNode. createLeftTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)LeftTupleQueryTerminalNode. createLeftTuple(InternalFactHandle factHandle, boolean leftTupleMemoryEnabled)LeftTupleQueryTerminalNode. createLeftTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)LeftTupleQueryTerminalNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleQueryTerminalNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleQueryTerminalNode. createLeftTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)LeftTupleReactiveFromNode. createLeftTuple(InternalFactHandle factHandle, boolean leftTupleMemoryEnabled)LeftTupleReactiveFromNode. createLeftTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)LeftTupleReactiveFromNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleReactiveFromNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleReactiveFromNode. createLeftTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)LeftTupleRightInputAdapterNode. createLeftTuple(InternalFactHandle factHandle, boolean leftTupleMemoryEnabled)LeftTupleRightInputAdapterNode. createLeftTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)LeftTupleRightInputAdapterNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleRightInputAdapterNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleRightInputAdapterNode. createLeftTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)LeftTupleRuleTerminalNode. createLeftTuple(InternalFactHandle factHandle, boolean leftTupleMemoryEnabled)LeftTupleRuleTerminalNode. createLeftTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)LeftTupleRuleTerminalNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleRuleTerminalNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleRuleTerminalNode. createLeftTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)LeftTupleTimerNode. createLeftTuple(InternalFactHandle factHandle, boolean leftTupleMemoryEnabled)LeftTupleTimerNode. createLeftTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)LeftTupleTimerNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleTimerNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleTimerNode. createLeftTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)LeftTupleAbstractTerminalNode. createPeer(LeftTuple original)LeftTupleAccumulateNode. createPeer(LeftTuple original)LeftTupleAsyncReceiveNode. createPeer(LeftTuple original)LeftTupleAsyncSendNode. createPeer(LeftTuple original)LeftTupleConditionalBranchNode. createPeer(LeftTuple original)LeftTupleEvalConditionNode. createPeer(LeftTuple original)LeftTupleExistsNode. createPeer(LeftTuple original)LeftTupleFromNode. createPeer(LeftTuple original)LeftTupleJoinNode. createPeer(LeftTuple original)LeftTupleLeftInputAdapterNode. createPeer(LeftTuple original)LeftTupleLeftTupleSink. createPeer(LeftTuple original)abstract LeftTupleLeftTupleSource. createPeer(LeftTuple original)LeftTupleNotNode. createPeer(LeftTuple original)LeftTupleQueryElementNode. createPeer(LeftTuple original)LeftTupleQueryTerminalNode. createPeer(LeftTuple original)LeftTupleReactiveFromNode. createPeer(LeftTuple original)LeftTupleTimerNode. createPeer(LeftTuple original)LeftTupleAgendaComponentFactory.AgendaComponentFactoryImpl. createTerminalTuple()LeftTupleAgendaComponentFactory.AgendaComponentFactoryImpl. createTerminalTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)LeftTupleAgendaComponentFactory.AgendaComponentFactoryImpl. createTerminalTuple(InternalFactHandle factHandle, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleAgendaComponentFactory.AgendaComponentFactoryImpl. createTerminalTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleAgendaComponentFactory.AgendaComponentFactoryImpl. createTerminalTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleAgendaComponentFactory.AgendaComponentFactoryImpl. createTerminalTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)LeftTupleAgendaComponentFactory. createTerminalTuple()LeftTupleAgendaComponentFactory. createTerminalTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)LeftTupleAgendaComponentFactory. createTerminalTuple(InternalFactHandle factHandle, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleAgendaComponentFactory. createTerminalTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleAgendaComponentFactory. createTerminalTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleAgendaComponentFactory. createTerminalTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)LeftTupleRightTuple. getBlocked()LeftTupleRightTupleImpl. getBlocked()LeftTupleSubnetworkTuple. getBlocked()LeftTupleBaseLeftTuple. getBlockedNext()LeftTupleEvalNodeLeftTuple. getBlockedNext()LeftTupleLeftTuple. getBlockedNext()LeftTupleLeftTupleImpl. getBlockedNext()LeftTupleNotNodeLeftTuple. getBlockedNext()LeftTupleBaseLeftTuple. getBlockedPrevious()LeftTupleEvalNodeLeftTuple. getBlockedPrevious()LeftTupleLeftTuple. getBlockedPrevious()LeftTupleLeftTupleImpl. getBlockedPrevious()LeftTupleNotNodeLeftTuple. getBlockedPrevious()LeftTupleBaseLeftTuple. getFirstChild()LeftTupleRightTupleImpl. getFirstChild()LeftTupleTuple. getFirstChild()LeftTupleBetaNode. getFirstLeftTuple(RightTuple rightTuple, TupleMemory memory, FastIterator it)LeftTupleBetaNode. getFirstLeftTuple1(RightTuple rightTuple, TupleMemory memory, FastIterator it)LeftTupleBaseLeftTuple. getHandleNext()LeftTupleBaseLeftTuple. getHandlePrevious()LeftTupleBaseLeftTuple. getLastChild()LeftTupleRightTupleImpl. getLastChild()LeftTupleTuple. getLastChild()LeftTupleBaseLeftTuple. getLeftParent()LeftTupleLeftTuple. getLeftParent()LeftTupleQueryElementNode.UnificationNodeViewChangedEventListener. getLeftTuple()LeftTupleBaseLeftTuple. getNextParentWithHandle()LeftTupleLeftTuple. getNextParentWithHandle()protected LeftTupleQueryElementNode.QueryElementNodeMemory.QueryTupleSets. getNextTuple(LeftTuple tuple)LeftTupleBaseLeftTuple. getParent()LeftTupleLeftTuple. getParent()LeftTupleBaseLeftTuple. getPeer()LeftTupleLeftTuple. getPeer()protected LeftTupleQueryElementNode.QueryElementNodeMemory.QueryTupleSets. getPreviousTuple(LeftTuple tuple)LeftTupleAccumulateNode.AccumulateContextEntry. getResultLeftTuple()LeftTupleBaseLeftTuple. getRightParentNext()LeftTupleLeftTuple. getRightParentNext()LeftTupleBaseLeftTuple. getRightParentPrevious()LeftTupleLeftTuple. getRightParentPrevious()LeftTupleBaseLeftTuple. getStagedNext()LeftTupleBaseLeftTuple. getStagedPrevious()LeftTupleBetaNode. getStartTuple(LeftTuple lt)LeftTupleBaseLeftTuple. getSubTuple(int elements)LeftTupleRightTuple. getTempBlocked()LeftTupleRightTupleImpl. getTempBlocked()LeftTupleSubnetworkTuple. getTempBlocked()LeftTupleRuleTerminalNodeLeftTuple. getTuple()Retrieve the tuple.LeftTupleModifyPreviousTuples. peekLeftTuple(int partition)LeftTupleModifyPreviousTuples. peekLeftTuple(RuleBasePartitionId partitionId)protected LeftTupleLeftInputAdapterNode. processDeletesFromModify(ModifyPreviousTuples modifyPreviousTuples, PropagationContext context, ReteEvaluator reteEvaluator, ObjectTypeNode.Id otnId)Methods in org.drools.core.reteoo that return types with arguments of type LeftTuple Modifier and Type Method Description TupleSets<LeftTuple>QueryElementNode.QueryElementNodeMemory. getResultLeftTuples()TupleSets<LeftTuple>ReactiveFromNode.ReactiveFromMemory. getStagedLeftTuples()TupleSets<LeftTuple>SegmentMemory. getStagedLeftTuples()Methods in org.drools.core.reteoo with parameters of type LeftTuple Modifier and Type Method Description voidRightTuple. addBlocked(LeftTuple leftTuple)voidRightTupleImpl. addBlocked(LeftTuple leftTuple)voidSubnetworkTuple. addBlocked(LeftTuple leftTuple)voidAsyncReceiveNode.AsyncReceiveMemory. addInsertOrUpdateLeftTuple(LeftTuple leftTuple)voidAccumulateNode.GroupByContext. addMatchOnLastTupleList(LeftTuple match)protected QueryElementNode.UnificationNodeViewChangedEventListenerQueryElementNode. createCollector(LeftTuple leftTuple, int[] varIndexes, boolean tupleMemoryEnabled)DroolsQueryQueryElementNode. createDroolsQuery(LeftTuple leftTuple, InternalFactHandle handle, StackEntry stackEntry, List<PathMemory> pmems, QueryElementNode.QueryElementNodeMemory qmem, LeftTupleSink sink, ReteEvaluator reteEvaluator)InternalFactHandleQueryElementNode. createFactHandle(PropagationContext context, ReteEvaluator reteEvaluator, LeftTuple leftTuple)LeftTupleAccumulateNode. createLeftTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)LeftTupleAccumulateNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleAccumulateNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleAccumulateNode. createLeftTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)LeftTupleAsyncReceiveNode. createLeftTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)LeftTupleAsyncReceiveNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleAsyncReceiveNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleAsyncReceiveNode. createLeftTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)LeftTupleAsyncSendNode. createLeftTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)LeftTupleAsyncSendNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleAsyncSendNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleAsyncSendNode. createLeftTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)LeftTupleConditionalBranchNode. createLeftTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)LeftTupleConditionalBranchNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleConditionalBranchNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleConditionalBranchNode. createLeftTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)LeftTupleEvalConditionNode. createLeftTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)LeftTupleEvalConditionNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleEvalConditionNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleEvalConditionNode. createLeftTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)LeftTupleExistsNode. createLeftTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)LeftTupleExistsNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleExistsNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleExistsNode. createLeftTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)LeftTupleFromNode. createLeftTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)LeftTupleFromNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleFromNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleFromNode. createLeftTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)LeftTupleJoinNode. createLeftTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)LeftTupleJoinNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleJoinNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleJoinNode. createLeftTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)LeftTupleLeftTupleSink. createLeftTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)LeftTupleLeftTupleSink. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleLeftTupleSink. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleLeftTupleSink. createLeftTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)LeftTupleNotNode. createLeftTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)LeftTupleNotNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleNotNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleNotNode. createLeftTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)LeftTupleQueryElementNode. createLeftTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)LeftTupleQueryElementNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleQueryElementNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleQueryElementNode. createLeftTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)LeftTupleQueryTerminalNode. createLeftTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)LeftTupleQueryTerminalNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleQueryTerminalNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleQueryTerminalNode. createLeftTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)LeftTupleReactiveFromNode. createLeftTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)LeftTupleReactiveFromNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleReactiveFromNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleReactiveFromNode. createLeftTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)LeftTupleRightInputAdapterNode. createLeftTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)LeftTupleRightInputAdapterNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleRightInputAdapterNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleRightInputAdapterNode. createLeftTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)LeftTupleRuleTerminalNode. createLeftTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)LeftTupleRuleTerminalNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleRuleTerminalNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleRuleTerminalNode. createLeftTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)LeftTupleTimerNode. createLeftTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)LeftTupleTimerNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleTimerNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleTimerNode. createLeftTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)LeftTupleAbstractTerminalNode. createPeer(LeftTuple original)LeftTupleAccumulateNode. createPeer(LeftTuple original)LeftTupleAsyncReceiveNode. createPeer(LeftTuple original)LeftTupleAsyncSendNode. createPeer(LeftTuple original)LeftTupleConditionalBranchNode. createPeer(LeftTuple original)LeftTupleEvalConditionNode. createPeer(LeftTuple original)LeftTupleExistsNode. createPeer(LeftTuple original)LeftTupleFromNode. createPeer(LeftTuple original)LeftTupleJoinNode. createPeer(LeftTuple original)LeftTupleLeftInputAdapterNode. createPeer(LeftTuple original)LeftTupleLeftTupleSink. createPeer(LeftTuple original)abstract LeftTupleLeftTupleSource. createPeer(LeftTuple original)LeftTupleNotNode. createPeer(LeftTuple original)LeftTupleQueryElementNode. createPeer(LeftTuple original)LeftTupleQueryTerminalNode. createPeer(LeftTuple original)LeftTupleReactiveFromNode. createPeer(LeftTuple original)SubnetworkTupleRightInputAdapterNode. createPeer(LeftTuple original)LeftTupleTimerNode. createPeer(LeftTuple original)InternalFactHandleAccumulateNode. createResultFactHandle(PropagationContext context, ReteEvaluator reteEvaluator, LeftTuple leftTuple, Object result)protected RightTupleQueryElementNode.UnificationNodeViewChangedEventListener. createResultRightTuple(QueryElementFactHandle resultHandle, LeftTuple resultLeftTuple, boolean open)RightTupleFromNode. createRightTuple(LeftTuple leftTuple, PropagationContext context, ReteEvaluator reteEvaluator, Object object)LeftTupleAgendaComponentFactory.AgendaComponentFactoryImpl. createTerminalTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)LeftTupleAgendaComponentFactory.AgendaComponentFactoryImpl. createTerminalTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleAgendaComponentFactory.AgendaComponentFactoryImpl. createTerminalTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleAgendaComponentFactory.AgendaComponentFactoryImpl. createTerminalTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)LeftTupleAgendaComponentFactory. createTerminalTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)LeftTupleAgendaComponentFactory. createTerminalTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleAgendaComponentFactory. createTerminalTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleAgendaComponentFactory. createTerminalTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)static voidLeftInputAdapterNode. doDeleteObject(LeftTuple leftTuple, PropagationContext context, SegmentMemory sm, ReteEvaluator reteEvaluator, LeftInputAdapterNode liaNode, boolean linkOrNotify, LeftInputAdapterNode.LiaNodeMemory lm)voidModifyPreviousTuples. doDeleteObject(PropagationContext pctx, ReteEvaluator reteEvaluator, LeftTuple leftTuple)static List<PathMemory>LeftInputAdapterNode. doInsertSegmentMemory(ReteEvaluator reteEvaluator, boolean linkOrNotify, LeftInputAdapterNode.LiaNodeMemory lm, SegmentMemory sm, LeftTuple leftTuple, boolean streamMode)static voidLeftInputAdapterNode. doInsertSegmentMemoryWithFlush(ReteEvaluator reteEvaluator, boolean notifySegment, LeftInputAdapterNode.LiaNodeMemory lm, SegmentMemory sm, LeftTuple leftTuple, boolean streamMode)static voidLeftInputAdapterNode. doUpdateObject(LeftTuple leftTuple, PropagationContext context, ReteEvaluator reteEvaluator, LeftInputAdapterNode liaNode, boolean linkOrNotify, LeftInputAdapterNode.LiaNodeMemory lm, SegmentMemory sm)voidTupleIterator.OnLeaf. execute(LeftTuple leafLeftTuple)static voidObjectTypeNode. expireLeftTuple(LeftTuple leftTuple)Object[]QueryElementNode. getActualArguments(LeftTuple leftTuple, ReteEvaluator reteEvaluator)protected LeftTupleQueryElementNode.QueryElementNodeMemory.QueryTupleSets. getNextTuple(LeftTuple tuple)protected LeftTupleQueryElementNode.QueryElementNodeMemory.QueryTupleSets. getPreviousTuple(LeftTuple tuple)protected shortQueryElementNode.QueryElementNodeMemory.QueryTupleSets. getStagedType(LeftTuple tuple)LeftTupleBetaNode. getStartTuple(LeftTuple lt)voidRightTuple. removeBlocked(LeftTuple leftTuple)voidRightTupleImpl. removeBlocked(LeftTuple leftTuple)voidSubnetworkTuple. removeBlocked(LeftTuple leftTuple)voidAlphaTerminalNode. retractLeftTuple(LeftTuple leftTuple, PropagationContext context, ReteEvaluator reteEvaluator)voidLeftInputAdapterNode. retractLeftTuple(LeftTuple leftTuple, PropagationContext context, ReteEvaluator reteEvaluator)voidQueryElementNode.UnificationNodeViewChangedEventListener. rowAdded(RuleImpl rule, LeftTuple resultLeftTuple, ReteEvaluator reteEvaluator)voidQueryElementNode.UnificationNodeViewChangedEventListener. rowRemoved(RuleImpl rule, LeftTuple resultLeftTuple, ReteEvaluator reteEvaluator)voidQueryElementNode.UnificationNodeViewChangedEventListener. rowUpdated(RuleImpl rule, LeftTuple resultLeftTuple, ReteEvaluator reteEvaluator)voidRightTuple. setBlocked(LeftTuple leftTuple)voidRightTupleImpl. setBlocked(LeftTuple leftTuple)voidSubnetworkTuple. setBlocked(LeftTuple leftTuple)voidBaseLeftTuple. setBlockedNext(LeftTuple blockerNext)voidEvalNodeLeftTuple. setBlockedNext(LeftTuple blockerNext)voidLeftTuple. setBlockedNext(LeftTuple blockerNext)voidLeftTupleImpl. setBlockedNext(LeftTuple blockerNext)voidNotNodeLeftTuple. setBlockedNext(LeftTuple blockerNext)voidBaseLeftTuple. setBlockedPrevious(LeftTuple blockerPrevious)voidEvalNodeLeftTuple. setBlockedPrevious(LeftTuple blockerPrevious)voidLeftTuple. setBlockedPrevious(LeftTuple blockerPrevious)voidLeftTupleImpl. setBlockedPrevious(LeftTuple blockerPrevious)voidNotNodeLeftTuple. setBlockedPrevious(LeftTuple blockerPrevious)voidBaseLeftTuple. setFirstChild(LeftTuple firstChild)voidRightTupleImpl. setFirstChild(LeftTuple firstChild)voidTuple. setFirstChild(LeftTuple firstChild)voidBaseLeftTuple. setLastChild(LeftTuple lastChild)voidRightTupleImpl. setLastChild(LeftTuple lastChild)voidTuple. setLastChild(LeftTuple firstChild)voidBaseLeftTuple. setLeftParent(LeftTuple leftParent)voidLeftTuple. setLeftParent(LeftTuple leftParent)protected voidQueryElementNode.QueryElementNodeMemory.QueryTupleSets. setNextTuple(LeftTuple tuple, LeftTuple stagedNext)voidBaseLeftTuple. setPeer(LeftTuple peer)voidLeftTuple. setPeer(LeftTuple peer)protected voidQueryElementNode.QueryElementNodeMemory.QueryTupleSets. setPreviousTuple(LeftTuple tuple, LeftTuple stagedPrevious)voidAccumulateNode.AccumulateContextEntry. setResultLeftTuple(LeftTuple resultLeftTuple)voidBaseLeftTuple. setRightParentNext(LeftTuple rightParentRight)voidLeftTuple. setRightParentNext(LeftTuple rightParentRight)voidBaseLeftTuple. setRightParentPrevious(LeftTuple rightParentLeft)voidLeftTuple. setRightParentPrevious(LeftTuple rightParentLeft)protected voidQueryElementNode.QueryElementNodeMemory.QueryTupleSets. setStagedType(LeftTuple tuple, short type)voidRightTuple. setTempBlocked(LeftTuple tempBlocked)voidRightTupleImpl. setTempBlocked(LeftTuple tempBlocked)voidSubnetworkTuple. setTempBlocked(LeftTuple tempBlocked)static voidTupleIterator. traverse(LeftTuple rootLeftTuple, LeftTuple leftTuple, TupleIterator.OnLeaf onLeaf)Method parameters in org.drools.core.reteoo with type arguments of type LeftTuple Modifier and Type Method Description voidQueryElementNode.QueryElementNodeMemory.QueryTupleSets. addTo(TupleSets<LeftTuple> tupleSets)Constructors in org.drools.core.reteoo with parameters of type LeftTuple Constructor Description BaseLeftTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)BaseLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)BaseLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)BaseLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink, boolean leftTupleMemoryEnabled)BaseLeftTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)EvalNodeLeftTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)EvalNodeLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)EvalNodeLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)EvalNodeLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink, boolean leftTupleMemoryEnabled)EvalNodeLeftTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)FromNodeLeftTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)FromNodeLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)FromNodeLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)FromNodeLeftTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)JoinNodeLeftTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)JoinNodeLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)JoinNodeLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)JoinNodeLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink, boolean leftTupleMemoryEnabled)JoinNodeLeftTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)LeftTupleImpl(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)LeftTupleImpl(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleImpl(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleImpl(LeftTuple leftTuple, RightTuple rightTuple, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleImpl(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)NotNodeLeftTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)NotNodeLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)NotNodeLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)NotNodeLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink, boolean leftTupleMemoryEnabled)NotNodeLeftTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)QueryElementNodeLeftTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)QueryElementNodeLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)QueryElementNodeLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)QueryElementNodeLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink, boolean leftTupleMemoryEnabled)QueryElementNodeLeftTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)QueryRiaFixerNodeLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)QueryRiaFixerNodeLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)QueryRiaFixerNodeLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink, boolean leftTupleMemoryEnabled)QueryRiaFixerNodeLeftTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)ReactiveFromNodeLeftTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)ReactiveFromNodeLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)RuleTerminalNodeLeftTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)RuleTerminalNodeLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)RuleTerminalNodeLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)RuleTerminalNodeLeftTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)SubnetworkTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)SubnetworkTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)SubnetworkTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)SubnetworkTuple(LeftTuple leftTuple, Sink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)UnificationNodeViewChangedEventListener(LeftTuple leftTuple, int[] variables, QueryElementNode node, boolean tupleMemoryEnabled) -
Uses of LeftTuple in org.drools.core.rule
Methods in org.drools.core.rule with parameters of type LeftTuple Modifier and Type Method Description static ObjectQueryArgument. evaluateDeclaration(ReteEvaluator reteEvaluator, LeftTuple leftTuple, Declaration declaration)ObjectQueryArgument.Declr. getValue(ReteEvaluator reteEvaluator, LeftTuple leftTuple)ObjectQueryArgument. getValue(ReteEvaluator reteEvaluator, LeftTuple leftTuple)ObjectQueryArgument.Literal. getValue(ReteEvaluator reteEvaluator, LeftTuple leftTuple)ObjectQueryArgument.Null. getValue(ReteEvaluator reteEvaluator, LeftTuple leftTuple)ObjectQueryArgument.Var. getValue(ReteEvaluator reteEvaluator, LeftTuple leftTuple)abstract booleanAccumulate. tryReverse(Object workingMemoryContext, Object context, Tuple leftTuple, InternalFactHandle handle, RightTuple rightParent, LeftTuple match, ReteEvaluator reteEvaluator)Executes the reverse (action) code for the given fact handlebooleanMultiAccumulate. tryReverse(Object workingMemoryContext, Object context, Tuple leftTuple, InternalFactHandle handle, RightTuple rightParent, LeftTuple match, ReteEvaluator reteEvaluator)booleanSingleAccumulate. tryReverse(Object workingMemoryContext, Object context, Tuple leftTuple, InternalFactHandle handle, RightTuple rightParent, LeftTuple match, ReteEvaluator reteEvaluator) -
Uses of LeftTuple in org.drools.core.runtime.rule.impl
Methods in org.drools.core.runtime.rule.impl with parameters of type LeftTuple Modifier and Type Method Description voidOpenQueryViewChangedEventListenerAdapter. rowAdded(RuleImpl rule, LeftTuple tuple, ReteEvaluator reteEvaluator)voidOpenQueryViewChangedEventListenerAdapter. rowRemoved(RuleImpl rule, LeftTuple tuple, ReteEvaluator reteEvaluator)voidOpenQueryViewChangedEventListenerAdapter. rowUpdated(RuleImpl rule, LeftTuple tuple, ReteEvaluator reteEvaluator)
-