Uses of Class
org.jgrapht.generate.SimpleWeightedBipartiteGraphMatrixGenerator
Package | Description |
---|---|
org.jgrapht.generate |
Generators for graphs of various topologies.
|
-
Uses of SimpleWeightedBipartiteGraphMatrixGenerator in org.jgrapht.generate
Methods in org.jgrapht.generate that return SimpleWeightedBipartiteGraphMatrixGenerator Modifier and Type Method Description SimpleWeightedBipartiteGraphMatrixGenerator<V,E>
SimpleWeightedBipartiteGraphMatrixGenerator. first(java.util.List<? extends V> first)
Set the first partition of the generator.SimpleWeightedBipartiteGraphMatrixGenerator<V,E>
SimpleWeightedBipartiteGraphMatrixGenerator. second(java.util.List<? extends V> second)
Set the second partition of the generator.SimpleWeightedBipartiteGraphMatrixGenerator<V,E>
SimpleWeightedBipartiteGraphMatrixGenerator. weights(double[][] weights)
Set the weights of the generator.