|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Nuclear | |
---|---|
com.rubecula.darwin.domain.genetics | Genetics |
com.rubecula.darwin.domain.helper | Darwin |
com.rubecula.darwin.domain.world | Darwin |
Uses of Nuclear in com.rubecula.darwin.domain.genetics |
---|
Classes in com.rubecula.darwin.domain.genetics that implement Nuclear | |
---|---|
class |
Nuclear_
TODO need a better name for this Nuclear concept. |
class |
Nuclear_Clone
Lifespan: transient. |
class |
Nuclear_Zygote
Lifespan: transient. |
Fields in com.rubecula.darwin.domain.genetics declared as Nuclear | |
---|---|
protected Nuclear |
Mating_._Female
The female mate (mother-to-be). |
protected Nuclear |
Mating_._Male
The male mate (father-to-be). |
Methods in com.rubecula.darwin.domain.genetics that return Nuclear | |
---|---|
static Nuclear |
NuclearFactory.makeClone(Genome genome,
java.lang.String colonyId)
|
static Nuclear |
NuclearFactory.makeNuclear(java.lang.Class<? extends Nuclear> clazz,
Genome genome,
java.lang.String popId)
|
static Nuclear |
NuclearFactory.makeZygote(Genome genome,
java.lang.String colonyId)
|
Nuclear |
Mating_.progeny()
Each of the parents in this Mating object produce a gamete. |
Method parameters in com.rubecula.darwin.domain.genetics with type arguments of type Nuclear | |
---|---|
static Nuclear |
NuclearFactory.makeNuclear(java.lang.Class<? extends Nuclear> clazz,
Genome genome,
java.lang.String popId)
|
Constructors in com.rubecula.darwin.domain.genetics with parameters of type Nuclear | |
---|---|
Mating_(Nuclear parent1,
Nuclear parent2,
org.apache.commons.math.random.RandomGenerator random,
Genomic genomic)
Protected primary constructor for a new instance of Mating_. |
|
Mating_Haldanian(Nuclear parent1,
Nuclear parent2,
org.apache.commons.math.random.RandomGenerator random,
Genomic genomic)
Primary constructor. |
Uses of Nuclear in com.rubecula.darwin.domain.helper |
---|
Methods in com.rubecula.darwin.domain.helper that return Nuclear | |
---|---|
Nuclear |
Organism.getNuclear()
|
Nuclear |
Mating.progeny()
Method to create progeny for this mating. |
Uses of Nuclear in com.rubecula.darwin.domain.world |
---|
Fields in com.rubecula.darwin.domain.world declared as Nuclear | |
---|---|
protected Nuclear |
Organism_._nuclear
The cell (in effect the nuclear DNA) to which this organism conforms. |
Methods in com.rubecula.darwin.domain.world that return Nuclear | |
---|---|
Nuclear |
Organism_.getNuclear()
|
Methods in com.rubecula.darwin.domain.world with parameters of type Nuclear | |
---|---|
static Organism |
OrganismFactory.makeOrganism(java.lang.Class<? extends Organism> clazz,
Nuclear nuclear,
Population population,
java.lang.String identifier)
|
static Organism |
OrganismFactory.makeOrganism(Nuclear nuclear,
Colony colony,
java.lang.String identifier)
Factory method for a new Organism. |
Constructors in com.rubecula.darwin.domain.world with parameters of type Nuclear | |
---|---|
Organism_(java.lang.String identifier,
Colony colony,
Nuclear nuclear)
Construct a new organism with the following attributes: |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |