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