Package | Description |
---|---|
org.jgrapht.generate |
Generators for graphs of various topologies.
|
Modifier and Type | Method and Description |
---|---|
WeightedGraphGenerator<V,E> |
WeightedGraphGenerator.edgeClass(Class<? extends E> edgeClass)
Set the edge class of the generator
|
WeightedGraphGenerator<V,E> |
WeightedGraphGenerator.edgeFactory(EdgeFactory<V,E> edgeFactory)
Set the edge factory of the generator
|
WeightedGraphGenerator<V,E> |
WeightedGraphGenerator.weights(double[][] weights)
Set the weights of the generator
|
Copyright © 2016. All rights reserved.