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

Packages that use Sink
com.rubecula.darwin.domain.environment   
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   
 

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

Methods in com.rubecula.darwin.domain.environment that return Sink
 Sink Environment_.getSink()
           
 

Methods in com.rubecula.darwin.domain.environment with parameters of type Sink
 void Environment_.setSink(Sink sink)
           
 

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

Subinterfaces of Sink in com.rubecula.darwin.domain.helper
 interface SinkCensus
           This application interface is used to define how an individual object should be processed for a census.
 

Classes in com.rubecula.darwin.domain.helper that implement Sink
 class Census_Sink
          Base implementation the SinkCensus interface.
 class Census_Standard
          Class to provide a default implementation of Census_Sink
 class Sink_
           
 class Sink_Bucket
          This is the bit bucket.
 class Sink_Log
           
 

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

Classes in com.rubecula.darwin.domain.world that implement Sink
 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 that return Sink
 Sink Population_.getSink()
           
 Sink Colony_.getSink()
           
 

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

Classes in com.rubecula.darwin.examples.pepperedmoth that implement Sink
 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 Sink in com.rubecula.darwin.examples.travelingsalesman
 

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

Uses of Sink in com.rubecula.darwin.foundation
 

Methods in com.rubecula.darwin.foundation that return Sink
 Sink Visualizable.getSink()
           
 



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