Interface ArcPathSearchAlgo<V,A,C extends Number & Comparable<C>>

Type Parameters:
V - the vertex data type
A - the arrow data type
C - the cost number type
All Known Implementing Classes:
AnyArcPathSearchAlgo, AnyShortestArcPathSearchAlgo, UniqueArcPathSearchAlgo, UniqueOnAcyclicGraphArcPathSearchAlgo, UniqueShortestArcPathSearchAlgo

public interface ArcPathSearchAlgo<V,A,C extends Number & Comparable<C>>
Interface for an arc path search algorithm over a directed graph.