Uses of Interface
org.jhotdraw8.graph.BidiGraph
Packages that use BidiGraph
-
Uses of BidiGraph in org.jhotdraw8.graph
Subinterfaces of BidiGraph in org.jhotdraw8.graphModifier and TypeInterfaceDescriptioninterfaceMutableBidiGraph<V,A> Interface for a mutable directed graph that allows to follow arrows in backward direction.Classes in org.jhotdraw8.graph that implement BidiGraphModifier and TypeClassDescriptionclassImmutableDirectedGraph.classProvides aBidiGraphfacade for anIndexedBidiGraph.classA mutable bidi graph with balanced performance for all operations.Constructors in org.jhotdraw8.graph with parameters of type BidiGraphModifierConstructorDescriptionCreates a new instance from the specified graph.