public interface LeftTupleSinkNode extends LeftTupleSink
LinkedList must implement this interface .
LeftTupleSinkNodeList
Modifier and Type | Method and Description |
---|---|
LeftTupleSinkNode |
getNextLeftTupleSinkNode()
Returns the next node
|
LeftTupleSinkNode |
getPreviousLeftTupleSinkNode()
Returns the previous node
|
void |
setNextLeftTupleSinkNode(LeftTupleSinkNode next)
Sets the next node
|
void |
setPreviousLeftTupleSinkNode(LeftTupleSinkNode previous)
Sets the previous node
|
assertLeftTuple, createLeftTuple, createLeftTuple, createLeftTuple, createLeftTuple, createLeftTuple, createPeer, getLeftInferredMask, getLeftInputOtnId, getLeftTupleSource, getType, isLeftTupleMemoryEnabled, modifyLeftTuple, modifyLeftTuple, retractLeftTuple, setLeftInputOtnId, setLeftTupleMemoryEnabled
getAssociations, getId, getPartitionId
readExternal, writeExternal
LeftTupleSinkNode getNextLeftTupleSinkNode()
void setNextLeftTupleSinkNode(LeftTupleSinkNode next)
next
- The next LinkedListNodeLeftTupleSinkNode getPreviousLeftTupleSinkNode()
void setPreviousLeftTupleSinkNode(LeftTupleSinkNode previous)
previous
- The previous LinkedListNodeCopyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.