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