public class Dijkstra
extends java.lang.Object
Constructor and Description |
---|
Dijkstra() |
Modifier and Type | Method and 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) |
public net.sourceforge.plantuml.graph2.Dijkstra.Vertex addVertex(java.lang.Object data)
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)