org.opt4j.core.genotype
Interface ListGenotype<E>

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

public interface ListGenotype<E>
extends Genotype, java.util.List<E>

The ListGenotype is an interface for Genotypes that are derived from a List with basic objects.


Method Summary
 
Methods inherited from interface org.opt4j.core.Genotype
newInstance, size
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray