org.dellroad.stuff.graph
Interface TopologicalSorter.EdgeLister<E>

All Known Implementing Classes:
SchemaUpdateEdgeLister
Enclosing class:
TopologicalSorter<E>

public static interface TopologicalSorter.EdgeLister<E>

Implemented by classes that can enumerate the outgoing edges from a node in a graph.


Method Summary
 Set<E> getOutEdges(E node)
          Get the set of all nodes X for which there is an edge from node to X.
 

Method Detail

getOutEdges

Set<E> getOutEdges(E node)
Get the set of all nodes X for which there is an edge from node to X.