Module org.jhotdraw8.graph
Package org.jhotdraw8.graph.path.backlink
package org.jhotdraw8.graph.path.backlink
-
ClassesClassDescriptionAbstractBackLink<T extends AbstractBackLink<T>>Abstract base class for back links.Abstract base class for back links.ArcBackLink<V,
A> Represents an arc back link with depth.Represents an arc back link with depth and a set of ancestors.ArcBackLinkWithCost<V,A, C extends Number & Comparable<C>> Represents an arc back link with cost and depth.Represents an indexed vertex back link with depth.Represents an indexed vertex back link with cost and depth.Represents a vertex back link with depth.Represents a vertex back link with depth and a set of ancestors.VertexBackLinkWithCost<V,C extends Number & Comparable<C>> Represents a vertex back link with cost and depth.