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