|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Ploidy
This interface defines the concept of "ploidy", that is to say whether a genetic object is diploid or haploid, i.e. does it have two sets of genes, or only one? Note: this was formerly called "Oid".
| Field Summary | |
|---|---|
static int |
DIPLOID
2 (two genes at a locus). |
static int |
HAPLOID
1 (one gene at a locus). |
| Method Summary | |
|---|---|
int |
getPloidy()
Method to return the genetic form for a genome, that is to say the number of independent copies of each gene there are. |
| Field Detail |
|---|
static final int DIPLOID
static final int HAPLOID
| Method Detail |
|---|
int getPloidy()
HAPLOID, i.e.
simple or DIPLOID, i.e. double.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||