|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Mortality | |
|---|---|
| com.rubecula.darwin.domain.genetics | Genetics |
| com.rubecula.darwin.domain.helper | Darwin |
| com.rubecula.darwin.domain.world | Darwin |
| com.rubecula.darwin.examples.travelingsalesman | Traveling Salesman Example |
| Uses of Mortality in com.rubecula.darwin.domain.genetics |
|---|
| Classes in com.rubecula.darwin.domain.genetics that implement Mortality | |
|---|---|
class |
Mortality_
Abstract class which defines the base methods and fields needed to implement the Mortality interface. |
class |
Mortality_Reaper
Lifespan: permanent. |
| Uses of Mortality in com.rubecula.darwin.domain.helper |
|---|
| Methods in com.rubecula.darwin.domain.helper that return Mortality | |
|---|---|
Mortality |
Taxon.getMortality()
|
| Uses of Mortality in com.rubecula.darwin.domain.world |
|---|
| Fields in com.rubecula.darwin.domain.world declared as Mortality | |
|---|---|
protected Mortality |
Taxon_._mortality
The "Grim Reaper" which implements the Mortality to determine when organisms in this system will die. |
| Methods in com.rubecula.darwin.domain.world that return Mortality | |
|---|---|
Mortality |
Taxon_.getMortality()
|
protected Mortality |
Organism_.getMortality()
Get the mortality for this mortal object (from the system of the colony to which this organism belongs). |
| Constructors in com.rubecula.darwin.domain.world with parameters of type Mortality | |
|---|---|
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,
Mortality mortality,
MateChoice chooser,
Fecundity fecundity)
Constructor to create a Taxon with no populations. |
|
| Uses of Mortality in com.rubecula.darwin.examples.travelingsalesman |
|---|
| Classes in com.rubecula.darwin.examples.travelingsalesman that implement Mortality | |
|---|---|
class |
Mortality_TS
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||