From 8189116ea4b5db4675e31dfd04a5687d55e29262 Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Tue, 6 May 2014 14:29:37 +0100 Subject: Added javadocs, made minor changes to the comments --- doc/jcgp/gui/population/GUIGene.GUIGeneState.html | 429 ++++++++++++++++++++++ 1 file changed, 429 insertions(+) create mode 100644 doc/jcgp/gui/population/GUIGene.GUIGeneState.html (limited to 'doc/jcgp/gui/population/GUIGene.GUIGeneState.html') diff --git a/doc/jcgp/gui/population/GUIGene.GUIGeneState.html b/doc/jcgp/gui/population/GUIGene.GUIGeneState.html new file mode 100644 index 0000000..e3987de --- /dev/null +++ b/doc/jcgp/gui/population/GUIGene.GUIGeneState.html @@ -0,0 +1,429 @@ + + + + + +GUIGene.GUIGeneState + + + + + + + + +
+ + + + + + + +
+ + + +
+
jcgp.gui.population
+

Enum GUIGene.GUIGeneState

+
+
+ +
+ +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static GUIGene.GUIGeneState[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (GUIGene.GUIGeneState c : GUIGene.GUIGeneState.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static GUIGene.GUIGeneState valueOf(java.lang.String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        +
        java.lang.NullPointerException - if the argument is null
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + -- cgit v1.2.3