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

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

public class UniqueShortestVertexPathSearchAlgo<V,C extends Number & Comparable<C>> extends Object implements VertexPathSearchAlgo<V,C>
See UniqueShortestArcPathSearchAlgo for a description of this algorithm.
  • Constructor Details

    • UniqueShortestVertexPathSearchAlgo

      public UniqueShortestVertexPathSearchAlgo()
  • Method Details