aboutsummaryrefslogtreecommitdiffstats
path: root/doc/index-files/index-12.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/index-files/index-12.html')
-rw-r--r--doc/index-files/index-12.html20
1 files changed, 16 insertions, 4 deletions
diff --git a/doc/index-files/index-12.html b/doc/index-files/index-12.html
index 999529d..f64a1e9 100644
--- a/doc/index-files/index-12.html
+++ b/doc/index-files/index-12.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>M-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>
@@ -75,7 +75,9 @@
<h2 class="title">M</h2>
<dl>
<dt><span class="memberNameLink"><a href="../jcgp/gui/GUI.html#main-java.lang.String:A-">main(String[])</a></span> - Static method 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">Start JCGP with the user interface.</div>
+</dd>
<dt><span class="memberNameLink"><a href="../jcgp/JCGP.html#main-java.lang.String...-">main(String...)</a></span> - Static method in class jcgp.<a href="../jcgp/JCGP.html" title="class in jcgp">JCGP</a></dt>
<dd>
<div class="block">JCGP main method, this is used to execute JCGP from the command line.</div>
@@ -89,7 +91,9 @@
<div class="block">Makes the specified region drag resizable.</div>
</dd>
<dt><span class="memberNameLink"><a href="../jcgp/gui/GUI.html#MEDIUM_HIGHLIGHT_COLOUR">MEDIUM_HIGHLIGHT_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 a medium highlight.</div>
+</dd>
<dt><a href="../jcgp/backend/resources/ModifiableResources.html" title="class in jcgp.backend.resources"><span class="typeNameLink">ModifiableResources</span></a> - Class in <a href="../jcgp/backend/resources/package-summary.html">jcgp.backend.resources</a></dt>
<dd>
<div class="block">This subclass of Resources allows modifications to be made.</div>
@@ -132,6 +136,14 @@
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../jcgp/backend/modules/mutator/ProbabilisticMutator.html#mutate-jcgp.backend.population.Chromosome-">mutate(Chromosome)</a></span> - Method in class jcgp.backend.modules.mutator.<a href="../jcgp/backend/modules/mutator/ProbabilisticMutator.html" title="class in jcgp.backend.modules.mutator">ProbabilisticMutator</a></dt>
<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="../jcgp/backend/population/Mutable.html#mutate--">mutate()</a></span> - Method in interface jcgp.backend.population.<a href="../jcgp/backend/population/Mutable.html" title="interface in jcgp.backend.population">Mutable</a></dt>
+<dd>
+<div class="block">This method performs an arbitrary mutation on the <code>Mutable</code>.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="../jcgp/backend/population/Node.html#mutate--">mutate()</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/backend/population/Output.html#mutate--">mutate()</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><a href="../jcgp/backend/modules/mutator/Mutator.html" title="class in jcgp.backend.modules.mutator"><span class="typeNameLink">Mutator</span></a> - Class in <a href="../jcgp/backend/modules/mutator/package-summary.html">jcgp.backend.modules.mutator</a></dt>
<dd>
<div class="block">This class specifies the basic characteristics of a mutation operator.</div>