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