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

java.lang.Object
org.jhotdraw8.graph.path.algo.AnyIndexedVertexReachabilityAlgo<C>
Type Parameters:
C - the numeric type of cost values
All Implemented Interfaces:
IndexedVertexReachabilityAlgo<C>

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

This implementation is optimized for IndexedDirectedGraph.