diff options
author | Eduardo Pedroni <ep625@york.ac.uk> | 2014-05-14 01:32:51 +0100 |
---|---|---|
committer | Eduardo Pedroni <ep625@york.ac.uk> | 2014-05-14 01:32:51 +0100 |
commit | c35a6806df01481c1b169cd0fc47660ea1cc10fb (patch) | |
tree | 7a9a90d88a9b962bcc091533997df798ac454423 /doc/jcgp/backend/population/class-use/Chromosome.html | |
parent | 95b4a9421923cec63b6e0e8f58972d146100bd0f (diff) |
Refactored Mutable, commented a little bit of the GUI package
Diffstat (limited to 'doc/jcgp/backend/population/class-use/Chromosome.html')
-rw-r--r-- | doc/jcgp/backend/population/class-use/Chromosome.html | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/jcgp/backend/population/class-use/Chromosome.html b/doc/jcgp/backend/population/class-use/Chromosome.html index 4245432..934c1e4 100644 --- a/doc/jcgp/backend/population/class-use/Chromosome.html +++ b/doc/jcgp/backend/population/class-use/Chromosome.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_05) on Tue May 06 14:28:07 BST 2014 --> +<!-- Generated by javadoc (1.8.0_05) on Mon May 12 23:05:45 BST 2014 --> <title>Uses of Class jcgp.backend.population.Chromosome</title> -<meta name="date" content="2014-05-06"> +<meta name="date" content="2014-05-12"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -153,6 +153,13 @@ </tr> <tr class="rowColor"> <td class="colFirst"><code>static void</code></td> +<td class="colLast"><span class="typeNameLabel">ChromosomeParser.</span><code><span class="memberNameLink"><a href="../../../../jcgp/backend/parsers/ChromosomeParser.html#print-jcgp.backend.population.Chromosome-jcgp.backend.resources.Resources-">print</a></span>(<a href="../../../../jcgp/backend/population/Chromosome.html" title="class in jcgp.backend.population">Chromosome</a> chromosome, + <a href="../../../../jcgp/backend/resources/Resources.html" title="class in jcgp.backend.resources">Resources</a> resources)</code> +<div class="block">Writes a chromosome to the console in .chr format.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static void</code></td> <td class="colLast"><span class="typeNameLabel">ChromosomeParser.</span><code><span class="memberNameLink"><a href="../../../../jcgp/backend/parsers/ChromosomeParser.html#save-java.io.File-jcgp.backend.population.Chromosome-jcgp.backend.resources.Resources-">save</a></span>(java.io.File file, <a href="../../../../jcgp/backend/population/Chromosome.html" title="class in jcgp.backend.population">Chromosome</a> chromosome, <a href="../../../../jcgp/backend/resources/Resources.html" title="class in jcgp.backend.resources">Resources</a> resources)</code> |