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 --- .../modules/problem/TestCaseProblem.TestCase.html | 320 --------------------- 1 file changed, 320 deletions(-) delete mode 100644 doc/jcgp/backend/modules/problem/TestCaseProblem.TestCase.html (limited to 'doc/jcgp/backend/modules/problem/TestCaseProblem.TestCase.html') diff --git a/doc/jcgp/backend/modules/problem/TestCaseProblem.TestCase.html b/doc/jcgp/backend/modules/problem/TestCaseProblem.TestCase.html deleted file mode 100644 index 06a8841..0000000 --- a/doc/jcgp/backend/modules/problem/TestCaseProblem.TestCase.html +++ /dev/null @@ -1,320 +0,0 @@ - - - - - -TestCaseProblem.TestCase - - - - - - - - -
- - - - - - - -
- - - -
-
jcgp.backend.modules.problem
-

Class TestCaseProblem.TestCase<U>

-
-
- -
-
    -
  • -
    -
    Type Parameters:
    -
    U - the data type of the test case.
    -
    -
    -
    Enclosing class:
    -
    TestCaseProblem<T>
    -
    -
    -
    -
    public static class TestCaseProblem.TestCase<U>
    -extends java.lang.Object
    -
    Basic data type for encapsulating test cases, it simply - contains arrays of inputs and outputs and associated getters.
    -
    -
    Author:
    -
    Eduardo Pedroni
    -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      TestCase(U[] inputs, - U[] outputs) -
      Creates a new test case, inputs and outputs - must be specified upon instantiation.
      -
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      U[]getInputs() 
      U[]getOutputs() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - - - -
        -
      • -

        TestCase

        -
        public TestCase(U[] inputs,
        -                U[] outputs)
        -
        Creates a new test case, inputs and outputs - must be specified upon instantiation.
        -
        -
        Parameters:
        -
        inputs - the array of inputs.
        -
        outputs - the array of outputs.
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getInputs

        -
        public U[] getInputs()
        -
        -
        Returns:
        -
        the complete array of inputs.
        -
        -
      • -
      - - - -
        -
      • -

        getOutputs

        -
        public U[] getOutputs()
        -
        -
        Returns:
        -
        the complete array of outputs.
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - - - -
- - - - -- cgit v1.2.3