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