Uses of Interface
org.drools.core.reteoo.RightTuple
-
Packages that use RightTuple Package Description org.drools.core.common 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. -
-
Uses of RightTuple in org.drools.core.common
Methods in org.drools.core.common that return RightTuple Modifier and Type Method Description RightTupleDefaultFactHandle.CompositeLinkedTuples. findFirstRightTuple(Predicate<RightTuple> rightTuplePredicate)RightTupleDefaultFactHandle. findFirstRightTuple(Predicate<RightTuple> rightTuplePredicate)RightTupleDefaultFactHandle.SingleLinkedTuples. findFirstRightTuple(Predicate<RightTuple> rightTuplePredicate)RightTupleDisconnectedFactHandle. findFirstRightTuple(Predicate<RightTuple> rightTuplePredicate)RightTupleInternalFactHandle.DummyFactHandle. findFirstRightTuple(Predicate<RightTuple> rightTuplePredicate)RightTupleInternalFactHandle. findFirstRightTuple(Predicate<RightTuple> rightTuplePredicate)RightTupleInternalFactHandle.LinkedTuples. findFirstRightTuple(Predicate<RightTuple> rightTuplePredicate)RightTupleQueryElementFactHandle. findFirstRightTuple(Predicate<RightTuple> rightTuplePredicate)RightTupleDefaultFactHandle.CompositeLinkedTuples. getFirstRightTuple(int partition)RightTupleDefaultFactHandle. getFirstRightTuple()RightTupleDefaultFactHandle.SingleLinkedTuples. getFirstRightTuple(int partition)RightTupleDisconnectedFactHandle. getFirstRightTuple()RightTupleInternalFactHandle.DummyFactHandle. getFirstRightTuple()RightTupleInternalFactHandle. getFirstRightTuple()RightTupleInternalFactHandle.LinkedTuples. getFirstRightTuple(int partition)default RightTupleInternalFactHandle.LinkedTuples. getFirstRightTuple(RuleBasePartitionId partitionId)RightTupleQueryElementFactHandle. getFirstRightTuple()RightTupleDisconnectedFactHandle. getLastRightTuple()RightTupleQueryElementFactHandle. getLastRightTuple()RightTupleDisconnectedFactHandle. getRightTuple()RightTupleQueryElementFactHandle. getRightTuple()Methods in org.drools.core.common with parameters of type RightTuple Modifier and Type Method Description voidDefaultFactHandle. addFirstRightTuple(RightTuple rightTuple)voidDefaultFactHandle.CompositeLinkedTuples. addFirstRightTuple(RightTuple rightTuple)voidDefaultFactHandle.SingleLinkedTuples. addFirstRightTuple(RightTuple rightTuple)voidDisconnectedFactHandle. addFirstRightTuple(RightTuple rightTuple)voidInternalFactHandle. addFirstRightTuple(RightTuple rightTuple)voidInternalFactHandle.DummyFactHandle. addFirstRightTuple(RightTuple rightTuple)voidInternalFactHandle.LinkedTuples. addFirstRightTuple(RightTuple rightTuple)voidQueryElementFactHandle. addFirstRightTuple(RightTuple rightTuple)voidDefaultFactHandle. addLastRightTuple(RightTuple rightTuple)voidDefaultFactHandle.CompositeLinkedTuples. addLastRightTuple(RightTuple rightTuple)voidDefaultFactHandle.SingleLinkedTuples. addLastRightTuple(RightTuple rightTuple)voidDisconnectedFactHandle. addLastRightTuple(RightTuple rightTuple)voidInternalFactHandle. addLastRightTuple(RightTuple rightTuple)voidInternalFactHandle.DummyFactHandle. addLastRightTuple(RightTuple rightTuple)voidInternalFactHandle.LinkedTuples. addLastRightTuple(RightTuple rightTuple)voidQueryElementFactHandle. addLastRightTuple(RightTuple rightTuple)voidDefaultFactHandle.CompositeLinkedTuples. removeRightTuple(RightTuple rightTuple)voidDefaultFactHandle. removeRightTuple(RightTuple rightTuple)voidDefaultFactHandle.SingleLinkedTuples. removeRightTuple(RightTuple rightTuple)voidDisconnectedFactHandle. removeRightTuple(RightTuple rightTuple)voidInternalFactHandle.DummyFactHandle. removeRightTuple(RightTuple rightTuple)voidInternalFactHandle.LinkedTuples. removeRightTuple(RightTuple rightTuple)voidInternalFactHandle. removeRightTuple(RightTuple rightTuple)voidQueryElementFactHandle. removeRightTuple(RightTuple rightTuple)voidDisconnectedFactHandle. setRightTuple(RightTuple rightTuple)voidQueryElementFactHandle. setRightTuple(RightTuple rightTuple)Method parameters in org.drools.core.common with type arguments of type RightTuple Modifier and Type Method Description RightTupleDefaultFactHandle.CompositeLinkedTuples. findFirstRightTuple(Predicate<RightTuple> rightTuplePredicate)RightTupleDefaultFactHandle. findFirstRightTuple(Predicate<RightTuple> rightTuplePredicate)RightTupleDefaultFactHandle.SingleLinkedTuples. findFirstRightTuple(Predicate<RightTuple> rightTuplePredicate)RightTupleDisconnectedFactHandle. findFirstRightTuple(Predicate<RightTuple> rightTuplePredicate)RightTupleInternalFactHandle.DummyFactHandle. findFirstRightTuple(Predicate<RightTuple> rightTuplePredicate)RightTupleInternalFactHandle. findFirstRightTuple(Predicate<RightTuple> rightTuplePredicate)RightTupleInternalFactHandle.LinkedTuples. findFirstRightTuple(Predicate<RightTuple> rightTuplePredicate)RightTupleQueryElementFactHandle. findFirstRightTuple(Predicate<RightTuple> rightTuplePredicate)voidDefaultFactHandle.CompositeLinkedTuples. forEachRightTuple(int partition, Consumer<RightTuple> rightTupleConsumer)voidDefaultFactHandle.CompositeLinkedTuples. forEachRightTuple(Consumer<RightTuple> rightTupleConsumer)voidDefaultFactHandle. forEachRightTuple(Consumer<RightTuple> rightTupleConsumer)voidDefaultFactHandle.SingleLinkedTuples. forEachRightTuple(Consumer<RightTuple> rightTupleConsumer)voidDisconnectedFactHandle. forEachRightTuple(Consumer<RightTuple> rightTupleConsumer)voidInternalFactHandle.DummyFactHandle. forEachRightTuple(Consumer<RightTuple> rightTupleConsumer)voidInternalFactHandle. forEachRightTuple(Consumer<RightTuple> rightTupleConsumer)voidInternalFactHandle.LinkedTuples. forEachRightTuple(Consumer<RightTuple> rightTupleConsumer)voidQueryElementFactHandle. forEachRightTuple(Consumer<RightTuple> rightTupleConsumer) -
Uses of RightTuple in org.drools.core.phreak
Methods in org.drools.core.phreak that return RightTuple Modifier and Type Method Description RightTupleLeftTupleEntry. getRightTuple()RightTupleRightTupleEntry. getRightTuple()RightTupleTupleEntry. getRightTuple()Methods in org.drools.core.phreak with parameters of type RightTuple Modifier and Type Method Description static voidRuleNetworkEvaluator. doExistentialUpdatesReorderChildLeftTuple(InternalWorkingMemory wm, NotNode notNode, RightTuple rightTuple)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)static voidRuleNetworkEvaluator. doUpdatesReorderChildLeftTuple(RightTuple rightTuple)static voidPhreakFromNode. propagate(LeftTupleSink sink, Tuple leftTuple, RightTuple rightTuple, BetaConstraints betaConstraints, PropagationContext propagationContext, ContextEntry[] context, boolean useLeftMemory, TupleSets<LeftTuple> trgLeftTuples, TupleSets<LeftTuple> stagedLeftTuples)protected voidPhreakAccumulateNode. reaccumulateForLeftTuple(AccumulateNode accNode, Accumulate accumulate, LeftTuple leftParent, RightTuple unused1, LeftTuple unused2, InternalWorkingMemory wm, AccumulateNode.AccumulateMemory am, AccumulateNode.BaseAccumulation accctx, boolean reaccumulate)protected voidPhreakGroupByNode. reaccumulateForLeftTuple(AccumulateNode accNode, Accumulate accumulate, LeftTuple leftTuple, RightTuple rightParent, LeftTuple match, InternalWorkingMemory wm, AccumulateNode.AccumulateMemory am, AccumulateNode.BaseAccumulation accctx, boolean reaccumulate)static booleanPhreakNotNode. updateBlockersAndPropagate(NotNode notNode, RightTuple rightTuple, InternalWorkingMemory wm, TupleMemory rtm, ContextEntry[] contextEntry, BetaConstraints constraints, boolean iterateFromStart, LeftTupleSink sink, TupleSets<LeftTuple> trgLeftTuples, TupleMemory ltm)Constructors in org.drools.core.phreak with parameters of type RightTuple Constructor Description RightTupleEntry(RightTuple rt, PropagationContext pctx, Memory nodeMemory, int propagationType) -
Uses of RightTuple in org.drools.core.reteoo
Classes in org.drools.core.reteoo that implement RightTuple Modifier and Type Class Description classRightTupleImplclassSubnetworkTupleclassWindowTupleA specialisation of RightTuples that also belong to a windowMethods in org.drools.core.reteoo that return types with arguments of type RightTuple Modifier and Type Method Description TupleSets<RightTuple>BetaMemory. getStagedRightTuples()Methods in org.drools.core.reteoo with parameters of type RightTuple Modifier and Type Method Description voidFromNode. addToCreatedHandlesMap(Map<Object,RightTuple> matches, RightTuple rightTuple)LeftTupleAccumulateNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleAccumulateNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleAsyncReceiveNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleAsyncReceiveNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleAsyncSendNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleAsyncSendNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleConditionalBranchNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleConditionalBranchNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleEvalConditionNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleEvalConditionNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleExistsNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleExistsNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleFromNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleFromNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleJoinNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleJoinNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleLeftTupleSink. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleLeftTupleSink. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleNotNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleNotNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleQueryElementNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleQueryElementNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleQueryTerminalNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleQueryTerminalNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleReactiveFromNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleReactiveFromNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleRightInputAdapterNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleRightInputAdapterNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleRuleTerminalNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleRuleTerminalNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)LeftTupleTimerNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)LeftTupleTimerNode. createLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)voidBetaNode. doDeleteRightTuple(RightTuple rightTuple, InternalWorkingMemory wm, BetaMemory memory)voidNotNode. doDeleteRightTuple(RightTuple rightTuple, InternalWorkingMemory wm, BetaMemory memory)voidModifyPreviousTuples. doRightDelete(PropagationContext pctx, InternalWorkingMemory wm, RightTuple rightTuple)voidBetaNode. doUpdateRightTuple(RightTuple rightTuple, InternalWorkingMemory wm, BetaMemory memory)static voidObjectTypeNode. expireRightTuple(RightTuple rightTuple)LeftTupleBetaNode. getFirstLeftTuple(RightTuple rightTuple, TupleMemory memory, FastIterator it)LeftTupleBetaNode. getFirstLeftTuple1(RightTuple rightTuple, TupleMemory memory, FastIterator it)FastIteratorBetaNode. getRightIterator(TupleMemory memory, RightTuple rightTuple)voidAccumulateNode. modifyRightTuple(RightTuple rightTuple, PropagationContext context, InternalWorkingMemory workingMemory)voidExistsNode. modifyRightTuple(RightTuple rightTuple, PropagationContext context, InternalWorkingMemory workingMemory)voidJoinNode. modifyRightTuple(RightTuple rightTuple, PropagationContext context, InternalWorkingMemory workingMemory)voidNotNode. modifyRightTuple(RightTuple rightTuple, PropagationContext context, InternalWorkingMemory workingMemory)voidRightTupleSink. modifyRightTuple(RightTuple rightTuple, PropagationContext context, InternalWorkingMemory workingMemory)voidWindowNode. modifyRightTuple(RightTuple rightTuple, PropagationContext context, InternalWorkingMemory workingMemory)protected voidBetaNode. reorderRightTuple(InternalWorkingMemory wm, RightTuple rightTuple)protected voidNotNode. reorderRightTuple(InternalWorkingMemory wm, RightTuple rightTuple)voidAccumulateNode. retractRightTuple(RightTuple rightTuple, PropagationContext pctx, InternalWorkingMemory workingMemory)voidExistsNode. retractRightTuple(RightTuple rightTuple, PropagationContext pctx, InternalWorkingMemory workingMemory)voidJoinNode. retractRightTuple(RightTuple rightTuple, PropagationContext pctx, InternalWorkingMemory wm)voidNotNode. retractRightTuple(RightTuple rightTuple, PropagationContext pctx, InternalWorkingMemory workingMemory)voidRightTupleSink. retractRightTuple(RightTuple rightTuple, PropagationContext context, InternalWorkingMemory workingMemory)voidWindowNode. retractRightTuple(RightTuple rightTuple, PropagationContext pctx, InternalWorkingMemory wm)voidBaseLeftTuple. setBlocker(RightTuple blocker)voidEvalNodeLeftTuple. setBlocker(RightTuple blocker)voidLeftTuple. setBlocker(RightTuple blocker)voidLeftTupleImpl. setBlocker(RightTuple blocker)voidNotNodeLeftTuple. setBlocker(RightTuple blocker)voidBaseLeftTuple. setRightParent(RightTuple rightParent)voidLeftTuple. setRightParent(RightTuple rightParent)voidRightTuple. setTempNextRightTuple(RightTuple tempNextRightTuple)voidRightTupleImpl. setTempNextRightTuple(RightTuple tempNextRightTuple)voidSubnetworkTuple. setTempNextRightTuple(RightTuple tempNextRightTuple)Method parameters in org.drools.core.reteoo with type arguments of type RightTuple Modifier and Type Method Description voidFromNode. addToCreatedHandlesMap(Map<Object,RightTuple> matches, RightTuple rightTuple)voidBetaMemory. setStagedRightTuples(TupleSets<RightTuple> stagedRightTuples)Constructors in org.drools.core.reteoo with parameters of type RightTuple Constructor Description 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)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)FromNodeLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)FromNodeLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)FromNodeLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink, boolean leftTupleMemoryEnabled)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)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)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)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)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)ReactiveFromNodeLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)RuleTerminalNodeLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)RuleTerminalNodeLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink)SubnetworkTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)SubnetworkTuple(LeftTuple leftTuple, RightTuple rightTuple, Sink sink) -
Uses of RightTuple in org.drools.core.rule
Methods in org.drools.core.rule with parameters of type RightTuple Modifier and Type Method Description abstract booleanAccumulate. tryReverse(Object workingMemoryContext, Object context, Tuple leftTuple, InternalFactHandle handle, RightTuple rightParent, LeftTuple match, WorkingMemory workingMemory)Executes the reverse (action) code for the given fact handlebooleanMultiAccumulate. tryReverse(Object workingMemoryContext, Object context, Tuple leftTuple, InternalFactHandle handle, RightTuple rightParent, LeftTuple match, WorkingMemory workingMemory)booleanSingleAccumulate. tryReverse(Object workingMemoryContext, Object context, Tuple leftTuple, InternalFactHandle handle, RightTuple rightParent, LeftTuple match, WorkingMemory workingMemory)
-