| Package | Description | 
|---|---|
| org.jgrapht.generate | 
 Generators for graphs of various topologies. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static WindmillGraphsGenerator.Mode | 
WindmillGraphsGenerator.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static WindmillGraphsGenerator.Mode[] | 
WindmillGraphsGenerator.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
WindmillGraphsGenerator(WindmillGraphsGenerator.Mode mode,
                       int m,
                       int n)
Constructs a GeneralizedPetersenGraphGenerator used to generate a Generalized Petersen graphs
 $GP(n,k)$. 
 | 
Copyright © 2018. All rights reserved.