Package harpoon.Util.Graphs

Interface Summary
Navigator The Navigator interface allows graph algorithms to detect (and use) the arcs from and to a certain node.
Reachability.Action Interface for passing a method as parameter.
SCComponent.Navigator Indentical to harpoon.Util.Graphs.Navigator.
 

Class Summary
Reachability Reachability
SCComponent SCComponent models a Strongly connected component \ of a graph.
SCCTopSortedGraph SCCTopSortedGraph represents a graph of strongly connected components topologically sorted in decreasing order.