Module org.jhotdraw8.graph
Package org.jhotdraw8.graph.path
Interface CombinedAllSequencesFinder<V,A,C extends Number & Comparable<C>>
- Type Parameters:
V- the vertex data typeA- the arrow data typeC- 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.
-
Method Summary
Methods inherited from interface org.jhotdraw8.graph.path.AllArcSequencesFinder
findAllArcSequencesMethods inherited from interface org.jhotdraw8.graph.path.AllArrowsSequencesFinder
findAllArrowSequencesMethods inherited from interface org.jhotdraw8.graph.path.AllVertexSequencesFinder
findAllVertexSequences