Interface CombinedAllSequencesFinder<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 Superinterfaces:
AllArcSequencesFinder<V,A,C>, AllArrowsSequencesFinder<V,A,C>, AllVertexSequencesFinder<V,A,C>
All Known Implementing Classes:
SimpleCombinedAllSequencesFinder

public interface CombinedAllSequencesFinder<V,A,C extends Number & Comparable<C>> extends AllArcSequencesFinder<V,A,C>, AllArrowsSequencesFinder<V,A,C>, AllVertexSequencesFinder<V,A,C>
Interface for finding all sequences between a set of source vertices and goal vertices up to a maximal depth in a directed graph.