Uses of Class
org.jgrapht.graph.DefaultUndirectedGraph
Packages that use DefaultUndirectedGraph
-
Uses of DefaultUndirectedGraph in org.jgrapht.graph
Subclasses of DefaultUndirectedGraph in org.jgrapht.graphModifier and TypeClassDescriptionclass
The default implementation of an undirected weighted graph.Methods in org.jgrapht.graph that return types with arguments of type DefaultUndirectedGraphModifier and TypeMethodDescriptionstatic <V,
E> GraphBuilder<V, E, ? extends DefaultUndirectedGraph<V, E>> DefaultUndirectedGraph.createBuilder
(Class<? extends E> edgeClass) Create a builder for this kind of graph.static <V,
E> GraphBuilder<V, E, ? extends DefaultUndirectedGraph<V, E>> DefaultUndirectedGraph.createBuilder
(Supplier<E> edgeSupplier) Create a builder for this kind of graph.