|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Meiosis
Defines how alleles are chosen during Meiosis.
Method Summary | |
---|---|
java.lang.String |
doMeiosis(Gene gene,
int index)
This method determines which allele will be chosen for a particular gene locus. |
Genome |
doMeiosis(Genomic genomic,
Genes genes,
Chromosome chromosome)
This method determines which alleles will be chosen for a complete chromosome. |
Methods inherited from interface net.sf.tostring0.Identifiable |
---|
getIdentifier |
Method Detail |
---|
java.lang.String doMeiosis(Gene gene, int index)
gene
- the gene from which an allele will be chosenindex
- a value which will be used to determine the allele to use
(except if <0 then a random number is chosen).
Genome doMeiosis(Genomic genomic, Genes genes, Chromosome chromosome)
genomic
- the genomicgenes
- the genes to peform meiosis onchromosome
- may be null, in which case any gene will qualify
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |