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.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/jcgp/population/MutableElement.java b/src/jcgp/population/MutableElement.java
new file mode 100644
index 0000000..4397e46
--- /dev/null
+++ b/src/jcgp/population/MutableElement.java
@@ -0,0 +1,5 @@
+package jcgp.population;
+
+public interface MutableElement {
+
+}