Module org.jhotdraw8.graph
Package org.jhotdraw8.graph.path
package org.jhotdraw8.graph.path
-
ClassDescriptionAllArcSequencesFinder<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.AllArrowsSequencesFinder<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.AllVertexSequencesFinder<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 and a maximal cost in a directed graph.ArcSequenceFinder<V,A, C extends Number & Comparable<C>> Interface for findingArcsequences up to (inclusive) a maximal cost in a directed graph.ArrowSequenceFinder<V,A, C extends Number & Comparable<C>> Interface for finding arrow sequences up to (inclusive) a maximal cost in a directed graph.CombinedAllSequencesFinder<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.CombinedSequenceFinder<V,A, C extends Number & Comparable<C>> Interface for finding arc-, arrow- and vertex-sequences up to (inclusive) a maximal cost in a directed graph.PathBuilderException.ReachabilityChecker<V,C extends Number & Comparable<C>> Interface for checking if there is a vertex sequence up to (inclusive) a maximal cost in a directed graph.SimpleCombinedAllSequencesFinder<V,A, C extends Number & Comparable<C>> Implements theCombinedAllSequencesFinderinterface.SimpleCombinedSequenceFinder<V,A, C extends Number & Comparable<C>> Implements theCombinedSequenceFinderinterface.Implements theVertexSequenceFinderinterface.SimpleReachabilityChecker<V,A, C extends Number & Comparable<C>> Implements theReachabilityCheckerinterface.SimpleVertexSequenceFinder<V,C extends Number & Comparable<C>> Implements theVertexSequenceFinderinterface.VertexSequenceFinder<V,C extends Number & Comparable<C>> Interface for finding vertex sequences up to (inclusive) a maximal cost in a directed graph.