aboutsummaryrefslogtreecommitdiffstats
path: root/doc/index-files/index-7.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/index-files/index-7.html')
-rw-r--r--doc/index-files/index-7.html21
1 files changed, 12 insertions, 9 deletions
diff --git a/doc/index-files/index-7.html b/doc/index-files/index-7.html
index fe440f2..2ad33db 100644
--- a/doc/index-files/index-7.html
+++ b/doc/index-files/index-7.html
@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_05) on Mon May 12 23:05:45 BST 2014 -->
+<!-- Generated by javadoc (1.8.0_05) on Thu May 22 06:02:33 BST 2014 -->
<title>G-Index</title>
-<meta name="date" content="2014-05-12">
+<meta name="date" content="2014-05-22">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
@@ -95,7 +95,10 @@
<div class="block">This method computes a list of active nodes (if necessary) and returns it.</div>
</dd>
<dt><span class="memberNameLink"><a href="../jcgp/backend/population/Output.html#getActiveNodes-java.util.ArrayList-">getActiveNodes(ArrayList&lt;Node&gt;)</a></span> - Method in class jcgp.backend.population.<a href="../jcgp/backend/population/Output.html" title="class in jcgp.backend.population">Output</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Calls <code>getActive(...)</code> on this output's
+ source.</div>
+</dd>
<dt><span class="memberNameLink"><a href="../jcgp/backend/statistics/RunEntry.html#getActiveNodes--">getActiveNodes()</a></span> - Method in class jcgp.backend.statistics.<a href="../jcgp/backend/statistics/RunEntry.html" title="class in jcgp.backend.statistics">RunEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../jcgp/backend/function/FunctionSet.html#getAllowedFunction-int-">getAllowedFunction(int)</a></span> - Method in class jcgp.backend.function.<a href="../jcgp/backend/function/FunctionSet.html" title="class in jcgp.backend.function">FunctionSet</a></dt>
@@ -322,8 +325,6 @@
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../jcgp/backend/population/Output.html#getIndex--">getIndex()</a></span> - Method in class jcgp.backend.population.<a href="../jcgp/backend/population/Output.html" title="class in jcgp.backend.population">Output</a></dt>
<dd>&nbsp;</dd>
-<dt><span class="memberNameLink"><a href="../jcgp/backend/modules/problem/TestCaseProblem.TestCase.html#getInput-int-">getInput(int)</a></span> - Method in class jcgp.backend.modules.problem.<a href="../jcgp/backend/modules/problem/TestCaseProblem.TestCase.html" title="class in jcgp.backend.modules.problem">TestCaseProblem.TestCase</a></dt>
-<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../jcgp/backend/population/Chromosome.html#getInput-int-">getInput(int)</a></span> - Method in class jcgp.backend.population.<a href="../jcgp/backend/population/Chromosome.html" title="class in jcgp.backend.population">Chromosome</a></dt>
<dd>
<div class="block">Returns a reference to the indexed input.</div>
@@ -358,8 +359,6 @@
</dd>
<dt><span class="memberNameLink"><a href="../jcgp/gui/population/GUINode.html#getNode--">getNode()</a></span> - Method in class jcgp.gui.population.<a href="../jcgp/gui/population/GUINode.html" title="class in jcgp.gui.population">GUINode</a></dt>
<dd>&nbsp;</dd>
-<dt><span class="memberNameLink"><a href="../jcgp/backend/modules/problem/TestCaseProblem.TestCase.html#getOutput-int-">getOutput(int)</a></span> - Method in class jcgp.backend.modules.problem.<a href="../jcgp/backend/modules/problem/TestCaseProblem.TestCase.html" title="class in jcgp.backend.modules.problem">TestCaseProblem.TestCase</a></dt>
-<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../jcgp/backend/population/Chromosome.html#getOutput-int-">getOutput(int)</a></span> - Method in class jcgp.backend.population.<a href="../jcgp/backend/population/Chromosome.html" title="class in jcgp.backend.population">Chromosome</a></dt>
<dd>
<div class="block">Returns a reference to the indexed output.</div>
@@ -461,13 +460,17 @@
<dt><span class="memberNameLink"><a href="../jcgp/backend/population/Node.html#getValue--">getValue()</a></span> - Method in class jcgp.backend.population.<a href="../jcgp/backend/population/Node.html" title="class in jcgp.backend.population">Node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../jcgp/gui/GUI.html#GOOD_SELECTION_COLOUR">GOOD_SELECTION_COLOUR</a></span> - Static variable in class jcgp.gui.<a href="../jcgp/gui/GUI.html" title="class in jcgp.gui">GUI</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">A string containing the hexadecimal colour used for representing a good selection.</div>
+</dd>
<dt><a href="../jcgp/gui/GUI.html" title="class in jcgp.gui"><span class="typeNameLink">GUI</span></a> - Class in <a href="../jcgp/gui/package-summary.html">jcgp.gui</a></dt>
<dd>
<div class="block">Main class for the graphical user interface (GUI).</div>
</dd>
<dt><span class="memberNameLink"><a href="../jcgp/gui/GUI.html#GUI--">GUI()</a></span> - Constructor for class jcgp.gui.<a href="../jcgp/gui/GUI.html" title="class in jcgp.gui">GUI</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Makes a new instance of GUI.</div>
+</dd>
<dt><a href="../jcgp/gui/settings/parameters/GUIBooleanParameter.html" title="class in jcgp.gui.settings.parameters"><span class="typeNameLink">GUIBooleanParameter</span></a> - Class in <a href="../jcgp/gui/settings/parameters/package-summary.html">jcgp.gui.settings.parameters</a></dt>
<dd>
<div class="block">This extension of @code{GUIParameter} uses a @code{CheckBox} to display