Uses of Class
org.jgrapht.graph.DefaultUndirectedGraph
| Package | Description |
|---|---|
| org.jgrapht.graph |
Implementations of various graphs.
|
-
Uses of DefaultUndirectedGraph in org.jgrapht.graph
Subclasses of DefaultUndirectedGraph in org.jgrapht.graph Modifier and Type Class Description classDefaultUndirectedWeightedGraph<V,E>The default implementation of an undirected weighted graph.Methods in org.jgrapht.graph that return types with arguments of type DefaultUndirectedGraph Modifier and Type Method Description static <V, E> GraphBuilder<V,E,? extends DefaultUndirectedGraph<V,E>>DefaultUndirectedGraph. createBuilder(java.lang.Class<? extends E> edgeClass)Create a builder for this kind of graph.static <V, E> GraphBuilder<V,E,? extends DefaultUndirectedGraph<V,E>>DefaultUndirectedGraph. createBuilder(java.util.function.Supplier<E> edgeSupplier)Create a builder for this kind of graph.