public abstract class ShortestPathAlgorithm extends Object implements Serializable
| Constructor and Description |
|---|
ShortestPathAlgorithm(WeightedGraph wgraph) |
| Modifier and Type | Method and Description |
|---|---|
abstract WeightedGraph |
shortestPath(Vertex from)
Abstract method to be implemented by subclasses to determine
a shortest path spanning tree from a given vertex in the form
of a graph.
|
public ShortestPathAlgorithm(WeightedGraph wgraph)
public abstract WeightedGraph shortestPath(Vertex from)
Copyright © 2019 JULIE Lab, Germany. All rights reserved.