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

Class FunctionParser

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

      Constructor Summary

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

      Method Summary

      - - - - - - - - - - -
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static voidparse(java.io.File file, - FunctionSet functionSet, - Resources resources) -
      Reads the specified file and attempts to enable - and disable the functions in the FunctionSet - accordingly.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        FunctionParser

        -
        public FunctionParser()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        parse

        -
        public static void parse(java.io.File file,
        -                         FunctionSet functionSet,
        -                         Resources resources)
        -
        Reads the specified file and attempts to enable - and disable the functions in the FunctionSet - accordingly. -

        - Standard CGP .par files do not contain enough information - to determine if they match the currently selected function set. - For this reason, the parser assumes the function set is correct - and treats functions by their index rather than their name. Any - index outside the bounds of the function set is ignored and a - warning message is printed once parsing is complete.
        -
        -
        Parameters:
        -
        file - the .par file to parse.
        -
        functionSet - the function set whose functions should be modified.
        -
        resources - used for printing console messages.
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - - - -
- - - - -- cgit v1.2.3