|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attribute | |
---|---|
com.rubecula.darwin.domain.environment | |
com.rubecula.darwin.domain.genetics | Genetics |
com.rubecula.darwin.domain.helper | Darwin |
com.rubecula.darwin.examples.pepperedmoth | Peppered Moth Example |
com.rubecula.darwin.examples.travelingsalesman | Traveling Salesman Example |
Uses of Attribute in com.rubecula.darwin.domain.environment |
---|
Classes in com.rubecula.darwin.domain.environment that implement Attribute | |
---|---|
class |
EcoFactor_
Abstract class providing base functionality for implementers of EcoFactor . |
class |
EcoFactor_Humboldtian
|
class |
EcoFactor_Number
This abstract implementer of EcoFactor represents an environmental
factor with a double value. |
class |
Trait_VisitingSequence
|
class |
Variant_
This abstract class defines the base methods and fields for an implementation of Variant . |
class |
Variant_Basic
Lifespan: permanent. |
class |
Variant_Numeric
Numerical Variant. |
Uses of Attribute in com.rubecula.darwin.domain.genetics |
---|
Classes in com.rubecula.darwin.domain.genetics that implement Attribute | |
---|---|
class |
Allele_
This abstract provides base operations for implementations of Allele ,
which are specific, competing genes which may appear at a Locus . |
class |
Allele_Binary
Abstract type of allele which has two values, based on a boolean. |
class |
Allele_Dominance
Lifespan: permanent. |
class |
Allele_Sex
Unlike Allele_Dominance , which uses upper and lower case to denote
dominance, the two different alleles of the Allele_Sex type are "Y"
and "X" for male and female, respectively. |
Uses of Attribute in com.rubecula.darwin.domain.helper |
---|
Subinterfaces of Attribute in com.rubecula.darwin.domain.helper | |
---|---|
interface |
Allele
Models the concept of an Allele, that is to say a specific instance of a Gene s which "compete" for presence at a Locus |
interface |
EcoFactor
Defines the methods supported by the EcoFactor interface. |
interface |
Variant
Defines the methods support by instances of the Variant interface. |
Classes in com.rubecula.darwin.domain.helper that implement Attribute | |
---|---|
class |
Attribute_
Abstract class representing a named attribute, and is the base class for Variant_, Allele_ and EcoFactor_. |
class |
Attribute_Standard
Default implementation of Attribute . |
Uses of Attribute in com.rubecula.darwin.examples.pepperedmoth |
---|
Classes in com.rubecula.darwin.examples.pepperedmoth that implement Attribute | |
---|---|
class |
EcoFactor_SootDensity
Class which extends EcoFactor_Number and which is specific to the
soot density of the peppered moth example. |
class |
Variant_WingColor
|
Uses of Attribute in com.rubecula.darwin.examples.travelingsalesman |
---|
Classes in com.rubecula.darwin.examples.travelingsalesman that implement Attribute | |
---|---|
class |
Allele_Number
This class is at the heart of the solution to the traveling salesman problem. |
class |
EcoFactor_Clients
This eco factor represents the clients that currently need to be visited and their two-dimensional locations. |
class |
EcoFactor_TravelTimes
This eco factor represents the travel times between various clients. |
class |
EcoFactor_TS
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |