edu.stanford.nlp.graph
Class DijkstraShortestPath

java.lang.Object
  extended by edu.stanford.nlp.graph.DijkstraShortestPath

public class DijkstraShortestPath
extends Object


Method Summary
static
<V,E> List<V>
getShortestPath(DirectedMultiGraph<V,E> graph, V node1, V node2, boolean directionSensitive)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getShortestPath

public static <V,E> List<V> getShortestPath(DirectedMultiGraph<V,E> graph,
                                            V node1,
                                            V node2,
                                            boolean directionSensitive)


Stanford NLP Group