Uses of Interface
com.rubecula.darwin.foundation.Countable

Packages that use Countable
com.rubecula.darwin.domain.environment   
com.rubecula.darwin.domain.genetics

Genetics 

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   
com.rubecula.darwin.visualization

Display Package 

 

Uses of Countable in com.rubecula.darwin.domain.environment
 

Classes in com.rubecula.darwin.domain.environment that implement Countable
 class EcoSystem
          The type holds a map of eco factors for an environment.
 class Environment_
          Abstract class defining base methods which implement Environment interface.
 class Environment_Susceptible
          Abstract class for an Environment which is Susceptible to extended-phenotype-invoked changes.
 

Uses of Countable in com.rubecula.darwin.domain.genetics
 

Classes in com.rubecula.darwin.domain.genetics that implement Countable
 class Genomic_
          Abstract class implementing base methods for the Genomic interface.
 class Genomic_Diploid
           Lifespan: permanent.
 class Genomic_Haploid
           Lifespan: permanent.
 

Uses of Countable in com.rubecula.darwin.domain.helper
 

Subinterfaces of Countable in com.rubecula.darwin.domain.helper
 interface Colony
          This super-interface of Population addresses the more basic aspects of an Evolvable, Visualizable and Countable group.
 interface Environment
          Defines the concept of an Environment, modeled as a map of EcoFactor objects.
 interface Genomic
           Defines the genetic information contained in a Taxon.
 interface Population
          Defines the properties (methods) which characterize a population in an Evolutionary Computation.
 interface PopulationExposed
          MBean interface for Population.
 

Uses of Countable in com.rubecula.darwin.domain.world
 

Classes in com.rubecula.darwin.domain.world that implement Countable
 class Colony_
           
 class Colony_Mayrian
          Default implementation of a Colony.
 class Environment_Muirian
           Lifespan: permanent.
 class Genomic_Asexual
           Lifespan: permanent.
 class Genomic_Sexual
           Lifespan: permanent.
 class Population_
          Abstract class defining the base methods and fields for an instance of the Population interface.
 class Population_Malthusian
           This concrete class is the default implementation of Population.
 class Population_Managed
          This abstract class is designed to be a base class for populations whose evolution is "managed".
 

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

Classes in com.rubecula.darwin.examples.pepperedmoth that implement Countable
 class Environment_PepperedMoth
           This class provides an implementation of the Environment interface for the peppered moth example.
 

Uses of Countable in com.rubecula.darwin.examples.travelingsalesman
 

Classes in com.rubecula.darwin.examples.travelingsalesman that implement Countable
 class Environment_TS
           
 class Population_TS
          Population model for the Traveling Salesman
 

Uses of Countable in com.rubecula.darwin.foundation
 

Subinterfaces of Countable in com.rubecula.darwin.foundation
 interface Visualizable
           
 

Uses of Countable in com.rubecula.darwin.visualization
 

Subinterfaces of Countable in com.rubecula.darwin.visualization
 interface VisualizationModel
          Defines a model to which population delegates its graphical rendering.
 

Classes in com.rubecula.darwin.visualization that implement Countable
 class VisualizationModel_
          Base implementation of fields/methods for a VisualizationModel.
 class VisualizationModel_Standard
          Standard implementation of Visualization Model.
 



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