com.ibm.portal
Interface OutboundGraph<T>


public interface OutboundGraph<T>

Graph that describes the outbound edges for a node.

Since:
8.0.0

Method Summary
 java.util.Iterator<T> getTargets(T node)
          Returns the nodes that point from a node to other nodes
 

Method Detail

getTargets

java.util.Iterator<T> getTargets(T node)
Returns the nodes that point from a node to other nodes

Parameters:
node - the given node
Returns:
outbound edges