|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Expression | |
---|---|
com.rubecula.darwin.domain.environment | |
com.rubecula.darwin.domain.helper | Darwin |
com.rubecula.darwin.examples.travelingsalesman | Traveling Salesman Example |
Uses of Expression in com.rubecula.darwin.domain.environment |
---|
Classes in com.rubecula.darwin.domain.environment that implement Expression | |
---|---|
class |
ExPhen_
Base implementation of an extended phenotype. |
class |
ExPhen_Castor
The default implementation of ExPhen , named in honor of the nature's
engineer, the Beaver (genus Castor) which creates some of the largest
extended phenotypes found in the animal kingdom, that is to say the lakes
formed by Beaver dams (we humans create even bigger ones, like the Great Wall
of China). |
class |
Trait_
Base implementation of Trait . |
class |
Trait_Discrete
Lifespan: transient. |
class |
Trait_Variable
Concrete implementation of Trait which is based on a variable value. |
Methods in com.rubecula.darwin.domain.environment that return types with arguments of type Expression | |
---|---|
java.util.Collection<Expression> |
Expresser_.express(Colony colony,
Gene... genes)
Default implementation of express simply ignores population and returns a collection of one Trait derived from invoking
Expresser.express(Gene...) . |
Uses of Expression in com.rubecula.darwin.domain.helper |
---|
Subinterfaces of Expression in com.rubecula.darwin.domain.helper | |
---|---|
interface |
ExPhen
Type to represent an "extended phenotype" that is to say a variant of an EcoFactor which has been modified by an organism whose Genome
is expressed as the ExPhen . |
interface |
Trait
A Trait is the phenotypic analog to a (genotypic) Gene . |
Methods in com.rubecula.darwin.domain.helper that return types with arguments of type Expression | |
---|---|
java.util.Collection<Expression> |
Expresser.express(Colony colony,
Gene... genes)
Express the gene in the context of the environment, potentially resulting in several expressions, each of which may be either a Trait or an
ExPhen . |
Uses of Expression in com.rubecula.darwin.examples.travelingsalesman |
---|
Classes in com.rubecula.darwin.examples.travelingsalesman that implement Expression | |
---|---|
class |
ExPhen_TS
|
Methods in com.rubecula.darwin.examples.travelingsalesman that return types with arguments of type Expression | |
---|---|
java.util.Collection<Expression> |
Expresser_TS.express(Colony colony,
Gene... genes)
TODO this is apparently called more often than necessary |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |