|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.tostring0.AToString com.rubecula.darwin.domain.genetics.Meiosis_ com.rubecula.darwin.domain.genetics.Meiosis_Locus
public final class Meiosis_Locus
Lifespan: permanent.
Default implementation for the Meiosis
interface. Its behavior is to
choose alleles purely randomly. Formerly known as Meiosis_Random.
Field Summary |
---|
Fields inherited from class com.rubecula.darwin.domain.genetics.Meiosis_ |
---|
LOG |
Fields inherited from interface net.sf.tostring0.IToString |
---|
ANGBR_OPEN, ANGBRA_CLSE, BRA_CLSE, BRA_OPEN, BRCE_OPEN, BRCS_CLSE, COLON, LIST_SEPARATOR, MAX_ELEMENTS_DEFAULT, S_MT, S_PERCENT, SEPARATOR, SPACE |
Constructor Summary | |
---|---|
Meiosis_Locus(org.apache.commons.math.random.RandomGenerator random)
Public primary constructor for an implementer of Meiosis with
given random number source. |
Method Summary | |
---|---|
Genome |
doMeiosis(Genomic genomic,
Genes genes,
Chromosome chromosome)
This method does meiosis for a set of genes. |
Methods inherited from class com.rubecula.darwin.domain.genetics.Meiosis_ |
---|
doMeiosis, doMeiosisChromosome, getIdentifier, getRandom |
Methods inherited from class net.sf.tostring0.AToString |
---|
toString, toString, toStringBrief, toStringId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Meiosis_Locus(org.apache.commons.math.random.RandomGenerator random)
Meiosis
with
given random number source.
random
- a source of random numbers.Method Detail |
---|
public Genome doMeiosis(Genomic genomic, Genes genes, Chromosome chromosome)
Meiosis.doMeiosis(Gene, int)
.
genomic
- genes
- the genes to processchromosome
- the chromosome of interest (or null, if all are of interest).
Meiosis.doMeiosis(Genomic,
com.rubecula.darwin.domain.helper.Genes,
com.rubecula.darwin.domain.helper.Chromosome)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |