com.rubecula.darwin.core
Class Gene_Diploid
java.lang.Object
com.rubecula.util.AuditableObject
com.rubecula.darwin.core.Gene_Abstract
com.rubecula.darwin.core.Gene_Diploid
- All Implemented Interfaces:
- Gene, Auditable, Identifiable, Cloneable
public class Gene_Diploid
- extends Gene_Abstract
Concrete class to model a diploid gene (locus).
- Author:
- Robin
|
Constructor Summary |
Gene_Diploid(Allele allele0,
Allele allele1)
Constructor to create a diploid gene
with allele0 in slot 0 and allele1 in slot 1. |
Gene_Diploid
public Gene_Diploid(Allele allele0,
Allele allele1)
- Constructor to create a diploid gene
with allele0 in slot 0 and allele1 in slot 1.
- Parameters:
allele0 - allele1 -