Interface FindPathsAlgorithm<V,E extends GEdge<V>>

All Known Implementing Classes:
IterativeFindPathsAlgorithm, RecursiveFindPathsAlgorithm

public interface FindPathsAlgorithm<V,E extends GEdge<V>>