Uses of Class
org.jgrapht.generate.SimpleWeightedGraphMatrixGenerator
-
Packages that use SimpleWeightedGraphMatrixGenerator Package Description org.jgrapht.generate Generators for graphs of various topologies. -
-
Uses of SimpleWeightedGraphMatrixGenerator in org.jgrapht.generate
Methods in org.jgrapht.generate that return SimpleWeightedGraphMatrixGenerator Modifier and Type Method Description SimpleWeightedGraphMatrixGenerator<V,E>
SimpleWeightedGraphMatrixGenerator. vertices(java.util.List<V> vertices)
Set the generator vertices.SimpleWeightedGraphMatrixGenerator<V,E>
SimpleWeightedGraphMatrixGenerator. weights(double[][] weights)
Set the weights of the generator.
-