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
|
createLeftTuple, createLeftTuple, createLeftTuple, createLeftTuple, createLeftTuple, createPeer, getLeftInferredMask, getLeftInputOtnId, isLeftTupleMemoryEnabled, setLeftInputOtnId, setLeftTupleMemoryEnabled, setPartitionIdWithSinks
getLeftTupleSource, getPositionInPath, getSinkPropagator
getAssociatedRuleSize, getAssociationsSize, getAssociationsSize, getId, getPartitionId, getType, isAssociatedWith, thisNodeEquals
LeftTupleSinkNode getNextLeftTupleSinkNode()
void setNextLeftTupleSinkNode(LeftTupleSinkNode next)
next
- The next LinkedListNodeLeftTupleSinkNode getPreviousLeftTupleSinkNode()
void setPreviousLeftTupleSinkNode(LeftTupleSinkNode previous)
previous
- The previous LinkedListNodeCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.