aboutsummaryrefslogtreecommitdiffstats
path: root/src/jcgp/gui/population/GUIMutable.java
blob: b210672a7e75e1667a511c79d6aa14d35f52a366 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
package jcgp.gui.population;

/**
 * A loose equivalent to {@link jcgp.backend.population.Mutable}.
 * <br>
 * This defines behaviour that all GUI representations of mutables
 * should be capable of.
 * 
 * @author Eduardo Pedroni
 *
 */
public interface GUIMutable {}