|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TraitMap | |
---|---|
com.rubecula.darwin.domain.environment | |
com.rubecula.darwin.domain.helper | Darwin |
com.rubecula.darwin.domain.world | Darwin |
com.rubecula.darwin.examples.travelingsalesman | Traveling Salesman Example |
Uses of TraitMap in com.rubecula.darwin.domain.environment |
---|
Classes in com.rubecula.darwin.domain.environment that implement TraitMap | |
---|---|
class |
Phenotype_
Abstract class to define the base methods and fields for an implementation of Phenotype . |
class |
Phenotype_Dawkinsian
Lifespan: transient. |
class |
TraitMap_
Abstract class to define base methods and fields for a String-keyed map of Variant objects. |
class |
TraitMap_ReadOnly
|
Methods in com.rubecula.darwin.domain.environment that return TraitMap | |
---|---|
TraitMap |
Phenotype_.getSexTraits()
|
Uses of TraitMap in com.rubecula.darwin.domain.helper |
---|
Subinterfaces of TraitMap in com.rubecula.darwin.domain.helper | |
---|---|
interface |
Phenotype
Defines the methods supported by instances of Phenotype interface. |
Methods in com.rubecula.darwin.domain.helper that return TraitMap | |
---|---|
TraitMap |
Phenotype.getSexTraits()
|
Methods in com.rubecula.darwin.domain.helper with parameters of type TraitMap | |
---|---|
void |
FitnessCache.addFitness(TraitMap traits,
FitnessEngine fitnessEngine,
Environment environment,
java.lang.Double fitness)
|
void |
FitnessCache.flush(TraitMap traits,
FitnessEngine engine,
Environment environment)
Flush the cache for the given combination of traits/engine. |
java.lang.Double |
FitnessCache.getFitness(TraitMap traits,
FitnessEngine fitnessEngine,
Environment environment)
|
Constructors in com.rubecula.darwin.domain.helper with parameters of type TraitMap | |
---|---|
FitnessCacheKey(TraitMap traits,
FitnessEngine engine,
Environment environment)
|
Uses of TraitMap in com.rubecula.darwin.domain.world |
---|
Methods in com.rubecula.darwin.domain.world with parameters of type TraitMap | |
---|---|
double |
Attraction_Uniform.getAttraction(TraitMap female,
TraitMap male)
Default method for getAttraction. |
double |
Attraction.getAttraction(TraitMap female,
TraitMap male)
Compare the sex-linked traits of the male and the female and determine the attraction. |
Uses of TraitMap in com.rubecula.darwin.examples.travelingsalesman |
---|
Classes in com.rubecula.darwin.examples.travelingsalesman that implement TraitMap | |
---|---|
class |
Phenotype_TS
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |