aboutsummaryrefslogtreecommitdiffstats
path: root/doc/jcgp/backend/population/MutableElement.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/jcgp/backend/population/MutableElement.html')
-rw-r--r--doc/jcgp/backend/population/MutableElement.html30
1 files changed, 15 insertions, 15 deletions
diff --git a/doc/jcgp/backend/population/MutableElement.html b/doc/jcgp/backend/population/MutableElement.html
index 4af7b7e..d3a6b6d 100644
--- a/doc/jcgp/backend/population/MutableElement.html
+++ b/doc/jcgp/backend/population/MutableElement.html
@@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_05) on Tue May 06 14:28:06 BST 2014 -->
-<title>MutableElement</title>
+<title>Mutable</title>
<meta name="date" content="2014-05-06">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="MutableElement";
+ parent.document.title="Mutable";
}
}
catch(err) {
@@ -40,7 +40,7 @@ var activeTableTab = "activeTableTab";
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/MutableElement.html">Use</a></li>
+<li><a href="class-use/Mutable.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-files/index-1.html">Index</a></li>
@@ -53,8 +53,8 @@ var activeTableTab = "activeTableTab";
<li><a href="../../../jcgp/backend/population/Node.html" title="class in jcgp.backend.population"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
-<li><a href="../../../index.html?jcgp/backend/population/MutableElement.html" target="_top">Frames</a></li>
-<li><a href="MutableElement.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="../../../index.html?jcgp/backend/population/Mutable.html" target="_top">Frames</a></li>
+<li><a href="Mutable.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
@@ -93,7 +93,7 @@ var activeTableTab = "activeTableTab";
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">jcgp.backend.population</div>
-<h2 title="Interface MutableElement" class="title">Interface MutableElement</h2>
+<h2 title="Interface Mutable" class="title">Interface Mutable</h2>
</div>
<div class="contentContainer">
<div class="description">
@@ -105,8 +105,8 @@ var activeTableTab = "activeTableTab";
</dl>
<hr>
<br>
-<pre>public interface <span class="typeNameLabel">MutableElement</span></pre>
-<div class="block"><code>MutableElement</code> declares the expected behaviour of any
+<pre>public interface <span class="typeNameLabel">Mutable</span></pre>
+<div class="block"><code>Mutable</code> declares the expected behaviour of any
part of a chromosome that is mutable, more specifically
nodes or outputs. Inputs are not mutable since they don't have
connections or functions.
@@ -139,7 +139,7 @@ var activeTableTab = "activeTableTab";
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../jcgp/backend/population/MutableElement.html#copyOf-jcgp.backend.population.MutableElement-">copyOf</a></span>(<a href="../../../jcgp/backend/population/MutableElement.html" title="interface in jcgp.backend.population">MutableElement</a>&nbsp;element)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../jcgp/backend/population/Mutable.html#copyOf-jcgp.backend.population.Mutable-">copyOf</a></span>(<a href="../../../jcgp/backend/population/Mutable.html" title="interface in jcgp.backend.population">Mutable</a>&nbsp;element)</code>
<div class="block">Asserts if the specified element is a copy of the elements
this is called on.<br>
This method returns true if and only if:
@@ -162,7 +162,7 @@ var activeTableTab = "activeTableTab";
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../jcgp/backend/population/MutableElement.html#setConnection-int-jcgp.backend.population.Connection-">setConnection</a></span>(int&nbsp;index,
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../jcgp/backend/population/Mutable.html#setConnection-int-jcgp.backend.population.Connection-">setConnection</a></span>(int&nbsp;index,
<a href="../../../jcgp/backend/population/Connection.html" title="interface in jcgp.backend.population">Connection</a>&nbsp;newConnection)</code>
<div class="block">This method sets the indexed connection to the specified new connection.</div>
</td>
@@ -200,13 +200,13 @@ var activeTableTab = "activeTableTab";
</dl>
</li>
</ul>
-<a name="copyOf-jcgp.backend.population.MutableElement-">
+<a name="copyOf-jcgp.backend.population.Mutable-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>copyOf</h4>
-<pre>boolean&nbsp;copyOf(<a href="../../../jcgp/backend/population/MutableElement.html" title="interface in jcgp.backend.population">MutableElement</a>&nbsp;element)</pre>
+<pre>boolean&nbsp;copyOf(<a href="../../../jcgp/backend/population/Mutable.html" title="interface in jcgp.backend.population">Mutable</a>&nbsp;element)</pre>
<div class="block">Asserts if the specified element is a copy of the elements
this is called on.<br>
This method returns true if and only if:
@@ -252,7 +252,7 @@ var activeTableTab = "activeTableTab";
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/MutableElement.html">Use</a></li>
+<li><a href="class-use/Mutable.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-files/index-1.html">Index</a></li>
@@ -265,8 +265,8 @@ var activeTableTab = "activeTableTab";
<li><a href="../../../jcgp/backend/population/Node.html" title="class in jcgp.backend.population"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
-<li><a href="../../../index.html?jcgp/backend/population/MutableElement.html" target="_top">Frames</a></li>
-<li><a href="MutableElement.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="../../../index.html?jcgp/backend/population/Mutable.html" target="_top">Frames</a></li>
+<li><a href="Mutable.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li>