|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Realm | |
|---|---|
| com.rubecula.darwin.domain.environment | |
| com.rubecula.darwin.domain.fitness | Math |
| com.rubecula.darwin.domain.helper | Darwin |
| com.rubecula.darwin.domain.world | Darwin |
| com.rubecula.darwin.examples.pepperedmoth | Peppered Moth Example |
| com.rubecula.darwin.examples.travelingsalesman | Traveling Salesman Example |
| com.rubecula.darwin.foundation | |
| Uses of Realm in com.rubecula.darwin.domain.environment |
|---|
| Methods in com.rubecula.darwin.domain.environment that return Realm | |
|---|---|
Realm |
Environment_.getRealm()
|
| Constructors in com.rubecula.darwin.domain.environment with parameters of type Realm | |
|---|---|
Environment_(Realm realm)
Secondary constructor of an empty unidentified environment with default initial value for ideal population (no eco factors). |
|
Environment_(java.lang.String identifier,
Realm realm)
Secondary constructor of an empty identified environment with default initial value for ideal population (no eco factors). |
|
Environment_(java.lang.String identifier,
Realm realm,
long idealPopulation)
Primary constructor an empty identified environment with given ideal population (no eco factors). |
|
Environment_Susceptible(Realm realm)
|
|
Environment_Susceptible(java.lang.String identifier,
Realm realm)
|
|
Environment_Susceptible(java.lang.String identifier,
Realm realm,
long idealPopulation)
|
|
| Uses of Realm in com.rubecula.darwin.domain.fitness |
|---|
| Methods in com.rubecula.darwin.domain.fitness that return Realm | |
|---|---|
protected Realm |
FitnessEngine_.getRealm()
|
| Constructors in com.rubecula.darwin.domain.fitness with parameters of type Realm | |
|---|---|
FitnessEngine_(com.rubecula.jexpression.Evaluator evaluator,
Realm realm)
Protected Primary Constructor |
|
| Uses of Realm in com.rubecula.darwin.domain.helper |
|---|
| Classes in com.rubecula.darwin.domain.helper that implement Realm | |
|---|---|
class |
Realm_
Base implementation of Realm. |
| Methods in com.rubecula.darwin.domain.helper that return Realm | |
|---|---|
Realm |
Taxon.getRealm()
|
| Uses of Realm in com.rubecula.darwin.domain.world |
|---|
| Classes in com.rubecula.darwin.domain.world that implement Realm | |
|---|---|
class |
Realm_Wallacian
Standard implementation of Realm. |
| Methods in com.rubecula.darwin.domain.world that return Realm | |
|---|---|
Realm |
Taxon_.getRealm()
|
Realm |
Population_.getRealm()
|
Realm |
Colony_.getRealm()
TODO consider eliminating this method |
| Constructors in com.rubecula.darwin.domain.world with parameters of type Realm | |
|---|---|
Environment_Muirian(Realm realm)
TODO consider removing this |
|
Environment_Muirian(java.lang.String identifier,
Realm realm)
|
|
Environment_Muirian(java.lang.String identifier,
Realm realm,
long idealPopulation)
TODO consider removing this TEST |
|
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. |
|
| Uses of Realm in com.rubecula.darwin.examples.pepperedmoth |
|---|
| Constructors in com.rubecula.darwin.examples.pepperedmoth with parameters of type Realm | |
|---|---|
Environment_PepperedMoth(java.lang.String identifier,
Realm realm)
|
|
FitnessEngine_PepperedMoth(com.rubecula.jexpression.Evaluator evaluator,
Realm realm)
Public primary constructor. |
|
FitnessEngine_PepperedMoth(Realm realm)
Public primary constructor. |
|
| Uses of Realm in com.rubecula.darwin.examples.travelingsalesman |
|---|
| Constructors in com.rubecula.darwin.examples.travelingsalesman with parameters of type Realm | |
|---|---|
Environment_TS(Realm realm)
|
|
FitnessEngine_TS(com.rubecula.jexpression.Evaluator evaluator,
Realm realm)
|
|
FitnessEngine_TS(Realm realm)
|
|
| Uses of Realm in com.rubecula.darwin.foundation |
|---|
| Methods in com.rubecula.darwin.foundation that return Realm | |
|---|---|
Realm |
Visualizable.getRealm()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||