aboutsummaryrefslogtreecommitdiffstats
path: root/src/jcgp/population/MutableElement.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/jcgp/population/MutableElement.java')
-rw-r--r--src/jcgp/population/MutableElement.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/jcgp/population/MutableElement.java b/src/jcgp/population/MutableElement.java
index 4397e46..5eae4ef 100644
--- a/src/jcgp/population/MutableElement.java
+++ b/src/jcgp/population/MutableElement.java
@@ -2,4 +2,6 @@ package jcgp.population;
public interface MutableElement {
+ public void setConnection(Connection newConnection);
+
}