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

Class ChromosomeParser

-
-
- -
-
    -
  • -
    -
    -
    public abstract class ChromosomeParser
    -extends java.lang.Object
    -
    This class contains a method for parsing .chr files and another - for writing .chr files from given chromosomes.
    -
    -
    Author:
    -
    Eduardo Pedroni
    -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

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

      Method Summary

      - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static voidparse(java.io.File file, - Chromosome chromosome, - Resources resources) -
      Use this method to parse .chr files into a given chromosome.
      -
      static voidprint(Chromosome chromosome, - Resources resources) -
      Writes a chromosome to the console in .chr format.
      -
      static voidsave(java.io.File file, - Chromosome chromosome, - Resources resources) -
      Writes a chromosome into the specified .chr file.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        ChromosomeParser

        -
        public ChromosomeParser()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        parse

        -
        public static void parse(java.io.File file,
        -                         Chromosome chromosome,
        -                         Resources resources)
        -
        Use this method to parse .chr files into a given chromosome. -

        - This is not fully defensive as it doesn't check for number of inputs, - doesn't compare rows and columns individually and doesn't account for levels back. It - is not viable to implement these defensive measures with the chromosome format used - by CGP.
        -
        -
        Parameters:
        -
        file - the .chr file to parse from.
        -
        chromosome - the chromosome to configure.
        -
        resources - the experiment resources.
        -
        -
      • -
      - - - -
        -
      • -

        save

        -
        public static void save(java.io.File file,
        -                        Chromosome chromosome,
        -                        Resources resources)
        -
        Writes a chromosome into the specified .chr file. -

        - The file is written in the standard .chr format and can - be read by the original CGP implementation.
        -
        -
        Parameters:
        -
        file - the file to write to.
        -
        chromosome - the chromosome to save.
        -
        resources - a reference to the experiment's resources.
        -
        -
      • -
      - - - -
        -
      • -

        print

        -
        public static void print(Chromosome chromosome,
        -                         Resources resources)
        -
        Writes a chromosome to the console in .chr format. Note - that, if using a GUI console, that console must be flushed for the - output to appear.
        -
        -
        Parameters:
        -
        chromosome - the chromosome to save.
        -
        resources - a reference to the experiment's resources.
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - - - -
- - - - -- cgit v1.2.3