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

public interface Connection {

	public abstract int getValue();
}