Class AnyIndexedVertexPathSearchAlgo<C extends Number & Comparable<C>>

java.lang.Object
org.jhotdraw8.graph.path.algo.AnyIndexedVertexPathSearchAlgo<C>
Type Parameters:
C - the cost number type
All Implemented Interfaces:
IndexedVertexPathSearchAlgo<C>

public class AnyIndexedVertexPathSearchAlgo<C extends Number & Comparable<C>> extends Object implements IndexedVertexPathSearchAlgo<C>
See AnyArcPathSearchAlgo for a description of this algorithm.

This implementation is optimized for IndexedDirectedGraph.