Uses of Interface
org.jhotdraw8.graph.path.AllVertexSequencesFinder
Packages that use AllVertexSequencesFinder
-
Uses of AllVertexSequencesFinder in org.jhotdraw8.graph.path
Subinterfaces of AllVertexSequencesFinder in org.jhotdraw8.graph.pathModifier and TypeInterfaceDescriptioninterfaceCombinedAllSequencesFinder<V,A, C extends Number & Comparable<C>> Interface for finding all sequences between a set of source vertices and goal vertices up to a maximal depth in a directed graph.Classes in org.jhotdraw8.graph.path that implement AllVertexSequencesFinderModifier and TypeClassDescriptionclassSimpleCombinedAllSequencesFinder<V,A, C extends Number & Comparable<C>> Implements theCombinedAllSequencesFinderinterface.