aboutsummaryrefslogtreecommitdiffstats
path: root/src/jcgp/population/MutableElement.java
blob: 5eae4ef3d64e5d259e49e15026dc42eca7bde009 (plain)
1
2
3
4
5
6
7
package jcgp.population;

public interface MutableElement {
	
	public void setConnection(Connection newConnection);
	
}