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

import jcgp.backend.population.Connection;

public interface GUIMutable {

	GUIConnection getGUIConnection(Connection connection);
	
}