org.drools.reteoo
Interface ObjectSinkNode

All Superinterfaces:
Externalizable, NetworkNode, ObjectSink, Serializable, Sink
All Known Implementing Classes:
AccumulateNode, AlphaNode, BetaNode, ElseNode, ExistsNode, JoinNode, LeftInputAdapterNode, NotNode, PropagationQueuingNode

public interface ObjectSinkNode
extends ObjectSink

Items placed in a LinkedList must implement this interface .

See Also:
LeftTupleSinkNodeList

Method Summary
 ObjectSinkNode getNextObjectSinkNode()
          Returns the next node
 ObjectSinkNode getPreviousObjectSinkNode()
          Returns the previous node
 void setNextObjectSinkNode(ObjectSinkNode next)
          Sets the next node
 void setPreviousObjectSinkNode(ObjectSinkNode previous)
          Sets the previous node
 
Methods inherited from interface org.drools.reteoo.ObjectSink
assertObject, modifyObject
 
Methods inherited from interface org.drools.common.NetworkNode
getId, getPartitionId
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 

Method Detail

getNextObjectSinkNode

ObjectSinkNode getNextObjectSinkNode()
Returns the next node

Returns:
The next LinkedListNode

setNextObjectSinkNode

void setNextObjectSinkNode(ObjectSinkNode next)
Sets the next node

Parameters:
next - The next LinkedListNode

getPreviousObjectSinkNode

ObjectSinkNode getPreviousObjectSinkNode()
Returns the previous node

Returns:
The previous LinkedListNode

setPreviousObjectSinkNode

void setPreviousObjectSinkNode(ObjectSinkNode previous)
Sets the previous node

Parameters:
previous - The previous LinkedListNode


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.