aboutsummaryrefslogtreecommitdiffstats
path: root/src/jcgp/gui/population/GUIOutput.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/jcgp/gui/population/GUIOutput.java')
-rw-r--r--src/jcgp/gui/population/GUIOutput.java15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/jcgp/gui/population/GUIOutput.java b/src/jcgp/gui/population/GUIOutput.java
index 9ffef1d..3bc81d9 100644
--- a/src/jcgp/gui/population/GUIOutput.java
+++ b/src/jcgp/gui/population/GUIOutput.java
@@ -47,6 +47,13 @@ public class GUIOutput extends GUIGene implements GUIMutable {
}
/**
+ * @return the {@code Output} instance associated with this object.
+ */
+ public Output getOutput() {
+ return output;
+ }
+
+ /**
* Associates this instance with a new output.
*
* @param output the new output.
@@ -56,14 +63,6 @@ public class GUIOutput extends GUIGene implements GUIMutable {
}
/**
- * @return the {@code Output} instance associated with this object.
- */
- public Output getOutput() {
- return output;
- }
-
-
- /**
* @return this output's single connection line.
*/
public Line getLine() {