Interface VertexPathSearchAlgo<V,C extends Number & Comparable<C>>

Type Parameters:
V - the vertex data type
C - the cost number type
All Known Implementing Classes:
AnyShortestVertexPathSearchAlgo, AnyVertexPathSearchAlgo, UniqueOnAcyclicGraphVertexPathSearchAlgo, UniqueOrOneHopVertexPathSearchAlgo, UniqueShortestVertexPathSearchAlgo, UniqueVertexPathSearchAlgo

public interface VertexPathSearchAlgo<V,C extends Number & Comparable<C>>
Interface for a vertex path search algorithm.