Package org.drools.core.reteoo
Interface LeftTupleSinkNode
- All Superinterfaces:
LeftTupleNode,LeftTupleSink,NetworkNode,Serializable,Sink
- All Known Subinterfaces:
PathEndNode,TerminalNode
- All Known Implementing Classes:
AbstractTerminalNode,AccumulateNode,AsyncReceiveNode,AsyncSendNode,BetaNode,ConditionalBranchNode,EvalConditionNode,ExistsNode,FromNode,JoinNode,NotNode,QueryElementNode,QueryTerminalNode,ReactiveFromNode,RightInputAdapterNode,RuleTerminalNode,TimerNode
Items placed in a
LinkedList must implement this interface .- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the next nodeReturns the previous nodevoidSets the next nodevoidSets the previous nodeMethods inherited from interface org.drools.core.reteoo.LeftTupleNode
getLeftTupleSource, getObjectCount, getPathIndex, getSinkPropagator, setObjectCountMethods inherited from interface org.drools.core.reteoo.LeftTupleSink
getLeftInferredMask, getLeftInputOtnId, isLeftTupleMemoryEnabled, setLeftInputOtnId, setPartitionIdWithSinksMethods inherited from interface org.drools.base.common.NetworkNode
addAssociatedTerminal, getAssociatedRules, getAssociatedTerminalsSize, getId, getPartitionId, getSinks, getType, hasAssociatedTerminal, isAssociatedWith, isRightInputIsRiaNode, removeAssociatedTerminal
-
Method Details
-
getNextLeftTupleSinkNode
LeftTupleSinkNode getNextLeftTupleSinkNode()Returns the next node- Returns:
- The next LinkedListNode
-
setNextLeftTupleSinkNode
Sets the next node- Parameters:
next- The next LinkedListNode
-
getPreviousLeftTupleSinkNode
LeftTupleSinkNode getPreviousLeftTupleSinkNode()Returns the previous node- Returns:
- The previous LinkedListNode
-
setPreviousLeftTupleSinkNode
Sets the previous node- Parameters:
previous- The previous LinkedListNode
-