Uses of Class
org.jgrapht.generate.WeightedGraphGenerator
-
Packages that use WeightedGraphGenerator Package Description org.jgrapht.generate Generators for graphs of various topologies. -
-
Uses of WeightedGraphGenerator in org.jgrapht.generate
Methods in org.jgrapht.generate that return WeightedGraphGenerator Modifier and Type Method Description WeightedGraphGenerator<V,E>
WeightedGraphGenerator. edgeClass(java.lang.Class<? extends E> edgeClass)
Set the edge class of the generatorWeightedGraphGenerator<V,E>
WeightedGraphGenerator. edgeFactory(EdgeFactory<V,E> edgeFactory)
Set the edge factory of the generatorWeightedGraphGenerator<V,E>
WeightedGraphGenerator. weights(double[][] weights)
Set the weights of the generator
-