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) |
WeightedGraphGenerator<V,E> |
WeightedGraphGenerator.edgeFactory(EdgeFactory<V,E> edgeFactory) |
WeightedGraphGenerator<V,E> |
WeightedGraphGenerator.weights(double[][] weights) |
Copyright © 2016. All rights reserved.