Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package Util.Graphs

Interface Summary
Graph Graph
Navigator The Navigator interface allows graph algorithms to detect (and use) the arcs from and to a certain node.
 

Class Summary
CountPaths CountPaths
EdgeGraph EdgeGraph
EdgeNavigator This navigator is used as a wrapper for another navigator.
EdgeNavigator.AddLeftFilter  
EdgeNavigator.AddRightFilter  
SCComponent SCComponent models a Strongly connected component \ of a graph.
SCComponent.SCComponentInt  
SCCTopSortedGraph SCCTopSortedGraph represents a graph of strongly connected components topologically sorted in decreasing order.
Traversals