Package | Description |
---|---|
org.jgrapht.generate |
Generators for graphs of various topologies.
|
Modifier and Type | Method and Description |
---|---|
SimpleWeightedBipartiteGraphMatrixGenerator<V,E> |
SimpleWeightedBipartiteGraphMatrixGenerator.first(List<? extends V> first)
Set the first partition of the generator.
|
SimpleWeightedBipartiteGraphMatrixGenerator<V,E> |
SimpleWeightedBipartiteGraphMatrixGenerator.second(List<? extends V> second)
Set the second partition of the generator.
|
SimpleWeightedBipartiteGraphMatrixGenerator<V,E> |
SimpleWeightedBipartiteGraphMatrixGenerator.weights(double[][] weights)
Set the weights of the generator.
|
Copyright © 2019. All rights reserved.