Class SimpleReachabilityChecker<V,A,C extends Number & Comparable<C>>

java.lang.Object
org.jhotdraw8.graph.path.SimpleReachabilityChecker<V,A,C>
Type Parameters:
V - the vertex data type
A - the arrow data type
C - the cost number type
All Implemented Interfaces:
ReachabilityChecker<V,C>

public class SimpleReachabilityChecker<V,A,C extends Number & Comparable<C>> extends Object implements ReachabilityChecker<V,C>
Implements the ReachabilityChecker interface.