Uses of Enum Class
org.jgrapht.generate.WindmillGraphsGenerator.Mode
Packages that use WindmillGraphsGenerator.Mode
-
Uses of WindmillGraphsGenerator.Mode in org.jgrapht.generate
Subclasses with type arguments of type WindmillGraphsGenerator.Mode in org.jgrapht.generateModifier and TypeClassDescriptionstatic enumWINDMILL and DUTCHWINDMILL Modes for the ConstructorFields in org.jgrapht.generate declared as WindmillGraphsGenerator.ModeModifier and TypeFieldDescriptionprivate final WindmillGraphsGenerator.ModeWindmillGraphsGenerator.modeMethods in org.jgrapht.generate that return WindmillGraphsGenerator.ModeModifier and TypeMethodDescriptionstatic WindmillGraphsGenerator.ModeReturns 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)$.