Interface BinaryGenotypeRepresentation<E>
- Type Parameters:
E
-
- All Superinterfaces:
Collection<E>
,Iterable<E>
,List<E>
- All Known Implementing Classes:
BinaryGenotype
An interface visualising the implementation
of the
BinaryGenotype
class-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
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, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
-
Method Details
-
setDegreeType
-
getDegreeType
BinaryGenotypeRepresentation.TypeOfDegree getDegreeType()
-