com.rubecula.darwin.examples.pepperedmoth
Class ApplicationDefinitions

java.lang.Object
  extended by com.rubecula.darwin.examples.pepperedmoth.ApplicationDefinitions_
      extended by com.rubecula.darwin.examples.pepperedmoth.ApplicationDefinitions

public final class ApplicationDefinitions
extends ApplicationDefinitions_

TODO eliminate this class.

This class defines an evolutionary process for a Darwinian System, namely the evolution of the peppered moth. This example does not pretend to be the last word (or even the first) on actual peppered moths. It is just a (toy) sample application whose raison d'etre is documentation and exemplification. Serious applications would be found in the Evolutions subdirectory (parallel to the Darwin subdirectory).

The details of the simulation are as follows:

Note that all the fields and methods of this class are static.

Version:
$Revision: 1.31 $
Author:
Robin Hillyard

Field Summary
static java.lang.String[] $Colors
          TODO replace this usage by reference to the WingColor enum.
 
Fields inherited from class com.rubecula.darwin.examples.pepperedmoth.ApplicationDefinitions_
$IdealPopulationDefault, $SeedPopulationDefault, $SeedPopulationRatio
 
Constructor Summary
ApplicationDefinitions()
           
 
Method Summary
 
Methods inherited from class com.rubecula.darwin.examples.pepperedmoth.ApplicationDefinitions_
LookupIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

$Colors

public static final java.lang.String[] $Colors
TODO replace this usage by reference to the WingColor enum. An array of four colors: white, typica (light grey), carbonaria (dark grey), black

Constructor Detail

ApplicationDefinitions

public ApplicationDefinitions()


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