Uses of Class
com.rubecula.darwin.domain.helper.Attribute_

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
 

Subclasses of Attribute_ in com.rubecula.darwin.domain.environment
 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
 

Subclasses of Attribute_ in com.rubecula.darwin.domain.genetics
 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
 

Subclasses of Attribute_ in com.rubecula.darwin.domain.helper
 class Attribute_Standard
          Default implementation of Attribute.
 

Uses of Attribute_ in com.rubecula.darwin.examples.pepperedmoth
 

Subclasses of Attribute_ in com.rubecula.darwin.examples.pepperedmoth
 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
 

Subclasses of Attribute_ in com.rubecula.darwin.examples.travelingsalesman
 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
           
 



Copyright © 2010 Rubecula Software, LLC. All Rights Reserved.