public class Dijkstra extends Object
Constructor and Description |
---|
Dijkstra() |
Modifier and Type | Method and Description |
---|---|
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) |
public net.sourceforge.plantuml.graph2.Dijkstra.Vertex addVertex(Object data)
public List<net.sourceforge.plantuml.graph2.Dijkstra.Vertex> getShortestPathTo(net.sourceforge.plantuml.graph2.Dijkstra.Vertex source, net.sourceforge.plantuml.graph2.Dijkstra.Vertex target)
Copyright © 2015. All Rights Reserved.