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

Class TestCaseParser

-
-
- -
-
    -
  • -
    -
    -
    public abstract class TestCaseParser
    -extends java.lang.Object
    -
    Contains a static method for parsing values from a - CGP problem data file. The actual file extension - varies from problem to problem, and is therefore - defined in the experiment's Problem instance.
    -
    -
    Author:
    -
    Eduardo Pedroni
    -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

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

      Method Summary

      - - - - - - - - - - -
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static voidparse(java.io.File file, - TestCaseProblem<?> problem, - ModifiableResources resources) -
      Sets the number of inputs and outputs in the resources - to match the given file, and parses each test case - from the file into the specified problem.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        TestCaseParser

        -
        public TestCaseParser()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        parse

        -
        public static void parse(java.io.File file,
        -                         TestCaseProblem<?> problem,
        -                         ModifiableResources resources)
        -
        Sets the number of inputs and outputs in the resources - to match the given file, and parses each test case - from the file into the specified problem.
        -
        -
        Parameters:
        -
        file - the problem file to parse.
        -
        problem - the problem into which to parse the problem data.
        -
        resources - a modifiable reference to the experiment's resources
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - - - -
- - - - -- cgit v1.2.3