From 4f26361eb08aa09334d1eea0a124110c20d809ce Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Sat, 18 Oct 2014 15:21:45 +0200 Subject: Moved javadocs to a different repository for hosting, updated README --- doc/jcgp/gui/population/GUIGene.GUIGeneState.html | 429 ---------------------- 1 file changed, 429 deletions(-) delete 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 deleted file mode 100644 index cd0c1d8..0000000 --- a/doc/jcgp/gui/population/GUIGene.GUIGeneState.html +++ /dev/null @@ -1,429 +0,0 @@ - - - - - -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