Package net.sourceforge.plantuml.graph2
Class Dijkstra
- java.lang.Object
-
- net.sourceforge.plantuml.graph2.Dijkstra
-
public class Dijkstra extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Dijkstra()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.sourceforge.plantuml.graph2.Dijkstra.Vertex
addVertex(java.lang.Object data)
java.util.List<net.sourceforge.plantuml.graph2.Dijkstra.Vertex>
getShortestPathTo(net.sourceforge.plantuml.graph2.Dijkstra.Vertex source, net.sourceforge.plantuml.graph2.Dijkstra.Vertex target)
-
-
-
Method Detail
-
addVertex
public net.sourceforge.plantuml.graph2.Dijkstra.Vertex addVertex(java.lang.Object data)
-
getShortestPathTo
public java.util.List<net.sourceforge.plantuml.graph2.Dijkstra.Vertex> getShortestPathTo(net.sourceforge.plantuml.graph2.Dijkstra.Vertex source, net.sourceforge.plantuml.graph2.Dijkstra.Vertex target)
-
-