package jcgp.population; public interface Connection { public Object getValue(); public String getDescription(); }