Uses of Class
org.jgrapht.generate.WindmillGraphsGenerator.Mode
| Package | Description |
|---|---|
| org.jgrapht.generate |
Generators for graphs of various topologies.
|
-
Uses of WindmillGraphsGenerator.Mode in org.jgrapht.generate
Methods in org.jgrapht.generate that return WindmillGraphsGenerator.Mode Modifier and Type Method Description static WindmillGraphsGenerator.ModeWindmillGraphsGenerator.Mode. valueOf(java.lang.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.Constructors in org.jgrapht.generate with parameters of type WindmillGraphsGenerator.Mode Constructor Description WindmillGraphsGenerator(WindmillGraphsGenerator.Mode mode, int m, int n)Constructs a GeneralizedPetersenGraphGenerator used to generate a Generalized Petersen graphs $GP(n,k)$.