|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OutboundGraph<T>
Graph that describes the outbound edges for a node.
Method Summary | |
---|---|
java.util.Iterator<T> |
getTargets(T node)
Returns the nodes that point from a node to other nodes |
Method Detail |
---|
java.util.Iterator<T> getTargets(T node)
node
- the given node
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |