Uses of Interface
com.rubecula.darwin.domain.helper.SinkCensus

Packages that use SinkCensus
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 

 

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

Classes in com.rubecula.darwin.domain.helper that implement SinkCensus
 class Census_Sink
          Base implementation the SinkCensus interface.
 class Census_Standard
          Class to provide a default implementation of Census_Sink
 

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

Classes in com.rubecula.darwin.domain.world that implement SinkCensus
 class Census_Darwinian
          Class to provide a default implementation of Census_Sink TODO do we really need this class? No it is obsolete!
 class Census_Detail
          Implementation of SinkCensus specifically which tries to do sensible things for general types of phenotypes and genotypes.
 

Methods in com.rubecula.darwin.domain.world with parameters of type SinkCensus
 void FrequencyMap.output(SinkCensus sinkCensus)
           
 

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

Classes in com.rubecula.darwin.examples.pepperedmoth that implement SinkCensus
 class Census_WingColor
          Implementation of SinkCensus specifically for the PepperedMoth example and which concentrates on showing the mean wing color (and numbers of organisms with each trait).
 

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

Classes in com.rubecula.darwin.examples.travelingsalesman that implement SinkCensus
 class Census_TS
           
 



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