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