aboutsummaryrefslogtreecommitdiffstats
path: root/src/jcgp/population/Connection.java
blob: 3312de3bd05fb1776185a0a263709304a4292364 (plain)
1
2
3
4
5
6
7
package jcgp.population;

public interface Connection {

	public int getValue();

}