edu.uci.ics.jung.algorithms.shortestpath
Class ShortestPathUtils

java.lang.Object
  extended by edu.uci.ics.jung.algorithms.shortestpath.ShortestPathUtils

public class ShortestPathUtils
extends Object


Constructor Summary
ShortestPathUtils()
           
 
Method Summary
static List getPath(ShortestPath sp, Vertex source, Vertex target)
          Returns a List of the edges on the shortest path from source to target, in order of their occurrence on this path.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShortestPathUtils

public ShortestPathUtils()
Method Detail

getPath

public static List getPath(ShortestPath sp,
                           Vertex source,
                           Vertex target)
Returns a List of the edges on the shortest path from source to target, in order of their occurrence on this path.