Uses of Class
org.jgrapht.graph.WeightedMultigraph
Packages that use WeightedMultigraph
-
Uses of WeightedMultigraph in org.jgrapht.graph
Methods in org.jgrapht.graph that return types with arguments of type WeightedMultigraphModifier and TypeMethodDescriptionstatic <V,
E> GraphBuilder<V, E, ? extends WeightedMultigraph<V, E>> WeightedMultigraph.createBuilder
(Class<? extends E> edgeClass) Create a builder for this kind of graph.static <V,
E> GraphBuilder<V, E, ? extends WeightedMultigraph<V, E>> WeightedMultigraph.createBuilder
(Supplier<E> edgeSupplier) Create a builder for this kind of graph.