Class BinaryGenotype<E extends Number>

java.lang.Object
de.uka.ipd.sdq.dsexplore.opt4j.genotype.BinaryGenotype<E>
Type Parameters:
E -
All Implemented Interfaces:
BinaryGenotypeRepresentation<E>, Iterable<E>, Collection<E>, List<E>

public class BinaryGenotype<E extends Number> extends Object implements BinaryGenotypeRepresentation<E>
One can view a BinaryGenotype object as the binary analogue of a Choice object. The BinaryGenotype object holds the corresponding binary representation of the value stored in a Choice object.