package jcgp.population; public interface Connection { public abstract int getValue(); }