Uses of Class
org.jgrapht.graph.DefaultUndirectedGraph
-
Uses of DefaultUndirectedGraph in org.jgrapht.graph
Modifier and TypeClassDescriptionclass
The default implementation of an undirected weighted graph.Modifier 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.