From 2b571f08d091dc062cedbb9816c29dcf0cbd4f12 Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Thu, 22 May 2014 07:44:52 +0100 Subject: Final commit, will release later today. --- doc/jcgp/backend/population/Output.html | 99 +++++++++++++++++++++++---------- 1 file changed, 70 insertions(+), 29 deletions(-) (limited to 'doc/jcgp/backend/population/Output.html') diff --git a/doc/jcgp/backend/population/Output.html b/doc/jcgp/backend/population/Output.html index 912b2bb..98897d4 100644 --- a/doc/jcgp/backend/population/Output.html +++ b/doc/jcgp/backend/population/Output.html @@ -2,9 +2,9 @@ - + Output - + @@ -18,7 +18,7 @@ catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10}; +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -120,7 +120,11 @@ implements Author:
Eduardo Pedroni
@@ -193,7 +197,10 @@ implements
void -getActiveNodes(java.util.ArrayList<Node> activeNodes)  +getActiveNodes(java.util.ArrayList<Node> activeNodes) +
Calls getActive(...) on this output's + source.
+ int @@ -205,14 +212,17 @@ implements void -setConnection(int index, - Connection newConnection) -
When mutating an output, the index parameter - is simply ignored and the output source is - set.
+mutate() +
This method performs an arbitrary mutation on the Mutable.
+void +setSource(Connection newConnection) +
This method sets the output source to the specified connection.
+ + + java.lang.String toString()  @@ -283,45 +293,54 @@ implements

getIndex

public int getIndex()
+
+
Returns:
+
this output's index.
+
-
+ - + - + @@ -361,6 +380,28 @@ implements + + + -- cgit v1.2.3