Uses of Interface
org.jhotdraw8.graph.MutableDirectedGraph
Packages that use MutableDirectedGraph
-
Uses of MutableDirectedGraph in org.jhotdraw8.graph
Subinterfaces of MutableDirectedGraph 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 MutableDirectedGraphModifier and TypeClassDescriptionclassA mutable bidi graph with balanced performance for all operations.classSimpleMutableDirectedGraph.Methods in org.jhotdraw8.graph that return MutableDirectedGraphModifier and TypeMethodDescription<V,A> @NonNull MutableDirectedGraph <V, A> DirectedGraphBuilder.inverseOfDirectedGraph(@NonNull DirectedGraph<V, A> graph) Creates a builder which contains a copy of the specified graph with all arrows inverted.<V,A> @NonNull MutableDirectedGraph <V, A> DirectedGraphBuilder.subsetOfDirectedGraph(@NonNull DirectedGraph<V, A> graph, @NonNull Predicate<V> vertexPredicate) Creates a builder which contains the specified vertices, and only arrows from the directed graph, for the specified vertices.Methods in org.jhotdraw8.graph with parameters of type MutableDirectedGraphModifier and TypeMethodDescription<V,A> void DirectedGraphBuilder.addAll(@NonNull DirectedGraph<V, A> source, @NonNull MutableDirectedGraph<V, A> target) Adds the source graph to the target graph.<V,A, VV, AA>
voidDirectedGraphBuilder.addAll(@NonNull DirectedGraph<VV, AA> source, @NonNull MutableDirectedGraph<V, A> target, @NonNull Function<VV, V> vertexMapper, @NonNull Function<AA, A> arrowMapper) Adds the source graph to the target graph. -
Uses of MutableDirectedGraph in org.jhotdraw8.graph.io
Methods in org.jhotdraw8.graph.io that return MutableDirectedGraphModifier and TypeMethodDescriptionConstructor parameters in org.jhotdraw8.graph.io with type arguments of type MutableDirectedGraph