|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rubecula.darwin.domain.genetics.MatingFactory
public final class MatingFactory
Factory Class to create Mating objects. Applications can't change this class (it is final) but they can override the methods which call these methods.
| Method Summary | |
|---|---|
static Mating |
makeHaldanian(Genomic genomic,
Organism female,
Organism male,
org.apache.commons.math.random.RandomGenerator random)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Mating makeHaldanian(Genomic genomic,
Organism female,
Organism male,
org.apache.commons.math.random.RandomGenerator random)
genomic - female - male - random -
Mating_Haldanian based on the given
male and female and conforming to the given genomic
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||