Uses of Enum
org.jgrapht.generate.WindmillGraphsGenerator.Mode
-
Uses of WindmillGraphsGenerator.Mode in org.jgrapht.generate
Modifier and TypeMethodDescriptionstatic WindmillGraphsGenerator.Mode
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.ModifierConstructorDescriptionWindmillGraphsGenerator
(WindmillGraphsGenerator.Mode mode, int m, int n) Constructs a GeneralizedPetersenGraphGenerator used to generate a Generalized Petersen graphs $GP(n,k)$.