From c35a6806df01481c1b169cd0fc47660ea1cc10fb Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Wed, 14 May 2014 01:32:51 +0100 Subject: Refactored Mutable, commented a little bit of the GUI package --- doc/jcgp/backend/population/class-use/Connection.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'doc/jcgp/backend/population/class-use/Connection.html') diff --git a/doc/jcgp/backend/population/class-use/Connection.html b/doc/jcgp/backend/population/class-use/Connection.html index ab91d1e..ef3fb49 100644 --- a/doc/jcgp/backend/population/class-use/Connection.html +++ b/doc/jcgp/backend/population/class-use/Connection.html @@ -2,9 +2,9 @@ - + Uses of Interface jcgp.backend.population.Connection - + @@ -174,18 +174,18 @@ void -Output.setConnection(int index, +Mutable.setConnection(int index, Connection newConnection) -
When mutating an output, the index parameter - is simply ignored and the output source is - set.
+
This method sets the indexed connection to the specified new connection.
void -Mutable.setConnection(int index, +Output.setConnection(int index, Connection newConnection) -
This method sets the indexed connection to the specified new connection.
+
When mutating an output, the index parameter + is simply ignored and the output source is + set.
-- cgit v1.2.3