Uses of Enum Class
org.jgrapht.generate.WindmillGraphsGenerator.Mode
Packages that use WindmillGraphsGenerator.Mode
-
Uses of WindmillGraphsGenerator.Mode in org.jgrapht.generate
Fields in org.jgrapht.generate declared as WindmillGraphsGenerator.ModeModifier and TypeFieldDescriptionprivate final WindmillGraphsGenerator.Mode
WindmillGraphsGenerator.mode
Methods in org.jgrapht.generate that return WindmillGraphsGenerator.ModeModifier and TypeMethodDescriptionstatic WindmillGraphsGenerator.Mode
Returns the enum constant of this class with the specified name.static WindmillGraphsGenerator.Mode[]
WindmillGraphsGenerator.Mode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jgrapht.generate with parameters of type WindmillGraphsGenerator.ModeModifierConstructorDescriptionWindmillGraphsGenerator
(WindmillGraphsGenerator.Mode mode, int m, int n) Constructs a GeneralizedPetersenGraphGenerator used to generate a Generalized Petersen graphs $GP(n,k)$.