net.sourceforge.plantuml.graph2
Class Dijkstra
java.lang.Object
net.sourceforge.plantuml.graph2.Dijkstra
public class Dijkstra
- extends Object
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 |
Dijkstra
public Dijkstra()
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.