1 10 package org.jgap.distr; 11 12 import org.jgap.*; 13 14 22 public class DistributedGenotype 23 extends Genotype { 24 25 private static final String CVS_REVISION = "$Revision: 1.7 $"; 26 27 public DistributedGenotype(Configuration a_activeConfiguration, 28 Population a_population) 29 throws InvalidConfigurationException { 30 super(a_activeConfiguration, a_population); 31 } 32 33 34 } 35 | Popular Tags |