net.sourceforge.plantuml.graph2
Class Dijkstra

java.lang.Object
  extended by net.sourceforge.plantuml.graph2.Dijkstra

public class Dijkstra
extends Object


Constructor Summary
Dijkstra()
           
 
Method Summary
 net.sourceforge.plantuml.graph2.Dijkstra.Vertex addVertex(Object data)
           
 List<net.sourceforge.plantuml.graph2.Dijkstra.Vertex> getShortestPathTo(net.sourceforge.plantuml.graph2.Dijkstra.Vertex source, net.sourceforge.plantuml.graph2.Dijkstra.Vertex target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dijkstra

public Dijkstra()
Method Detail

addVertex

public net.sourceforge.plantuml.graph2.Dijkstra.Vertex addVertex(Object data)

getShortestPathTo

public List<net.sourceforge.plantuml.graph2.Dijkstra.Vertex> getShortestPathTo(net.sourceforge.plantuml.graph2.Dijkstra.Vertex source,
                                                                               net.sourceforge.plantuml.graph2.Dijkstra.Vertex target)


Copyright © 2014. All Rights Reserved.