Uses of Interface
org.jhotdraw8.graph.BareDirectedVertexGraph
Packages that use BareDirectedVertexGraph
-
Uses of BareDirectedVertexGraph in org.jhotdraw8.graph
Subinterfaces of BareDirectedVertexGraph in org.jhotdraw8.graphModifier and TypeInterfaceDescriptioninterfaceBareBidiGraph<V,A> Adds methods to the interface defined inBareDirectedGraphthat allow to follow arrows in backward direction.interfaceBareDirectedGraph<V,A> A minimalistic read-only interface to a directed graph.interfaceBidiGraph<V,A> Adds convenience methods to the interface defined inBareBidiGraph.interfaceDirectedGraph<V,A> Adds convenience methods to the interface defined inBareDirectedGraph.interfaceMutableBidiGraph<V,A> Interface for a mutable directed graph that allows to follow arrows in backward direction.interfaceMutableDirectedGraph<V,A> Interface for a mutable directed graph.Classes in org.jhotdraw8.graph that implement BareDirectedVertexGraphModifier and TypeClassDescriptionclassImmutableDirectedGraph.classImmutableDirectedGraph.classImmutableDirectedGraph.classProvides aBidiGraphfacade for anIndexedBidiGraph.classProvides aDirectedGraphfacade for anIndexedDirectedGraph.classA mutable bidi graph with balanced performance for all operations.classSimpleMutableDirectedGraph.