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/backend/parsers/ParameterParser.html | 294 -------------------------- 1 file changed, 294 deletions(-) delete mode 100644 doc/jcgp/backend/parsers/ParameterParser.html (limited to 'doc/jcgp/backend/parsers/ParameterParser.html') diff --git a/doc/jcgp/backend/parsers/ParameterParser.html b/doc/jcgp/backend/parsers/ParameterParser.html deleted file mode 100644 index 5ec09a4..0000000 --- a/doc/jcgp/backend/parsers/ParameterParser.html +++ /dev/null @@ -1,294 +0,0 @@ - - - - - -ParameterParser - - - - - - - - -
- - - - - - - -
- - - -
-
jcgp.backend.parsers
-

Class ParameterParser

-
-
- -
-
    -
  • -
    -
    -
    public abstract class ParameterParser
    -extends java.lang.Object
    -
    Contains a static method for parsing parameters from a - .par file.
    -
    -
    Author:
    -
    Eduardo Pedroni
    -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      ParameterParser() 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - -
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static voidparse(java.io.File file, - ModifiableResources resources) -
      Parses the parameters from a specified CGP parameter file and - modifies the experiment resources appropriately.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ParameterParser

        -
        public ParameterParser()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        parse

        -
        public static void parse(java.io.File file,
        -                         ModifiableResources resources)
        -
        Parses the parameters from a specified CGP parameter file and - modifies the experiment resources appropriately. -

        - CGP .par files do not follow a very strict convention, so this - parser does its best to cope with format irregularities. Parsing - works even if the parameters are in the wrong order, and unknown - parameters are simply ignored.
        -
        -
        Parameters:
        -
        file - the .par file to parse.
        -
        resources - a reference to the resources object that must be modified.
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - - - -
- - - - -- cgit v1.2.3