package jcgp.population; public interface MutableElement { public void setConnection(Connection newConnection); }