Module org.jhotdraw8.graph
Package org.jhotdraw8.graph
package org.jhotdraw8.graph
References:
- Wikipedia. Path (graph theory). Walk, trail, path.
- wikipedia.org
-
ClassDescriptionAbstractDirectedGraphBuilder.AbstractDirectedGraphBuilder.Arc<V,
A> Data record for an arrow with associated data in a directed graph.This interface provides read-only indexed access to a directed graphG = (V, A)with vertex and arrow attributes of the generic typesVandA.This interface provides read-only indexed access to a directed graphG = (V, A)with vertex and arrow attributes of the generic typesVandA.BareBidiGraph<V,A> Adds methods to the interface defined inBareDirectedGraphthat allow to follow arrows in backward direction.BareDirectedGraph<V,A> A minimalistic read-only interface to a directed graph.Provides a minimal read-only interface to a directed graph.BidiGraph<V,A> Adds convenience methods to the interface defined inBareBidiGraph.A mutable indexed bi-directional graph.DirectedGraph<V,A> Adds convenience methods to the interface defined inBareDirectedGraph.DirectedGraphBuilder.Interface for a chunk of aChunkedMutableIndexedBidiGraph.ImmutableDirectedGraph.ImmutableDirectedGraph.ImmutableDirectedGraph.This interface provides read access to a directed graphG = (int, A).Provides aBidiGraphfacade for anIndexedBidiGraph.Provides indexed read access to a directed graphG = (V, A).Provides aDirectedGraphfacade for anIndexedDirectedGraph.This interface combinesIntAttributedIndexedBidiGraphandIndexedBidiGraphinto one interface.This interface adds accessors for vertex data and arrow data that is represented by an int.Stores a chunk of a graph using a "Compressed Sparse Row" representation.MutableBidiGraph<V,A> Interface for a mutable directed graph that allows to follow arrows in backward direction.MutableDirectedGraph<V,A> Interface for a mutable directed graph.MutableIndexedBidiGraph.A mutable indexed bi-directional graph.A mutable bidi graph with balanced performance for all operations.SimpleMutableDirectedGraph.Stores a chunk of a graph using a "Compressed Sparse Row" representation.