Class AnyShortestVertexPathSearchAlgo<V,C extends Number & Comparable<C>>

java.lang.Object
org.jhotdraw8.graph.path.algo.AnyShortestVertexPathSearchAlgo<V,C>
Type Parameters:
V - the vertex data type
C - the cost number type
All Implemented Interfaces:
VertexPathSearchAlgo<V,C>

public class AnyShortestVertexPathSearchAlgo<V,C extends Number & Comparable<C>> extends Object implements VertexPathSearchAlgo<V,C>
See AnyShortestArcPathSearchAlgo for a description of this algorithm.