Uses of Class
org.jgrapht.generate.WeightedGraphGeneratorAdapter
-
Packages that use WeightedGraphGeneratorAdapter Package Description org.jgrapht.generate Generators for graphs of various topologies. -
-
Uses of WeightedGraphGeneratorAdapter in org.jgrapht.generate
Subclasses of WeightedGraphGeneratorAdapter in org.jgrapht.generate Modifier and Type Class Description class
SimpleWeightedBipartiteGraphMatrixGenerator<V,E>
A simple weighted bipartite graph matrix generator.class
SimpleWeightedGraphMatrixGenerator<V,E>
A simple weighted graph matrix generator.Methods in org.jgrapht.generate that return WeightedGraphGeneratorAdapter Modifier and Type Method Description WeightedGraphGeneratorAdapter<V,E,T>
WeightedGraphGeneratorAdapter. weights(double[][] weights)
Set the weights of the generator.
-