Interface ListGenotype<E>

All Superinterfaces:
Collection<E>, Genotype, Iterable<E>, List<E>
All Known Implementing Classes:
BooleanGenotype, BooleanMapGenotype, DoubleGenotype, DoubleMapGenotype, IntegerGenotype, IntegerMapGenotype, PermutationGenotype, SelectGenotype, SelectMapGenotype

public interface ListGenotype<E> extends Genotype, List<E>
The ListGenotype is a interface for Genotypes that are derived from a List with basic objects.