Class SimpleCombinedAllSequencesFinder<V,A,C extends Number & Comparable<C>>

java.lang.Object
org.jhotdraw8.graph.path.SimpleCombinedAllSequencesFinder<V,A,C>
Type Parameters:
V - the vertex data type
A - the arrow data type
C - the cost number type
All Implemented Interfaces:
AllArcSequencesFinder<V,A,C>, AllArrowsSequencesFinder<V,A,C>, AllVertexSequencesFinder<V,A,C>, CombinedAllSequencesFinder<V,A,C>

public class SimpleCombinedAllSequencesFinder<V,A,C extends Number & Comparable<C>> extends Object implements CombinedAllSequencesFinder<V,A,C>
Implements the CombinedAllSequencesFinder interface.

See AllWalksSpliterator for a description of the underlying algorithm.