|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Phenome | |
---|---|
com.rubecula.darwin.domain.environment | |
com.rubecula.darwin.domain.helper | Darwin |
com.rubecula.darwin.domain.world | Darwin |
Uses of Phenome in com.rubecula.darwin.domain.environment |
---|
Classes in com.rubecula.darwin.domain.environment that implement Phenome | |
---|---|
class |
Phenome_
Abstract class defining base methods and fields for implementations of Phenome interface. |
class |
Phenome_Gouldian
Lifespan: permanent. |
class |
Phenome_Numerical
Lifespan: permanent. |
Uses of Phenome in com.rubecula.darwin.domain.helper |
---|
Methods in com.rubecula.darwin.domain.helper that return Phenome | |
---|---|
Phenome |
Taxon.getPhenome()
Method to get the phenome for this system, i.e. |
Uses of Phenome in com.rubecula.darwin.domain.world |
---|
Fields in com.rubecula.darwin.domain.world declared as Phenome | |
---|---|
protected Phenome |
Taxon_._phenome
The Phenome of this Taxon (fixed). |
Methods in com.rubecula.darwin.domain.world that return Phenome | |
---|---|
Phenome |
Taxon_.getPhenome()
XXX |
Constructors in com.rubecula.darwin.domain.world with parameters of type Phenome | |
---|---|
Taxon_(java.lang.String identifier,
Realm realm,
Genomic genomic,
Phenome phenome,
Census censusTaker,
Mortality mortality,
MateChoice chooser,
Fecundity fecundity)
Constructor to create a Taxon with no populations. |
|
Taxon_Darwinian(java.lang.String identifier,
Realm realm,
Genomic genomic,
Phenome phenome,
Census censusTaker,
double infantMortality,
MateChoice chooser,
Fecundity fecundity,
org.apache.commons.math.random.RandomGenerator random)
Constructor to create a Taxon with no populations, and with the default mortality implementer. |
|
Taxon_Darwinian(java.lang.String identifier,
Realm realm,
Genomic genomic,
Phenome phenome,
Census censusTaker,
Mortality mortality,
MateChoice chooser,
Fecundity fecundity)
Constructor to create a Taxon with no populations. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |