+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

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)
          Return 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
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD