Uses of Interface
org.jhotdraw8.graph.BareBidiGraph
Packages that use BareBidiGraph
-
Uses of BareBidiGraph in org.jhotdraw8.graph
Subinterfaces of BareBidiGraph in org.jhotdraw8.graphModifier and TypeInterfaceDescriptioninterfaceBidiGraph<V,A> Adds convenience methods to the interface defined inBareBidiGraph.interfaceMutableBidiGraph<V,A> Interface for a mutable directed graph that allows to follow arrows in backward direction.Classes in org.jhotdraw8.graph that implement BareBidiGraphModifier and TypeClassDescriptionclassImmutableDirectedGraph.classProvides aBidiGraphfacade for anIndexedBidiGraph.classA mutable bidi graph with balanced performance for all operations.