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

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

 

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

Methods in com.rubecula.darwin.domain.environment with parameters of type Census
 boolean Trait_.censusMe(Census census, java.lang.Object context)
           
 boolean TraitMap_.censusMe(Census census, java.lang.Object context)
           
 boolean Environment_.censusMe(Census census, java.lang.Object context)
           
 boolean EcoFactor_.censusMe(Census census, java.lang.Object context)
           
 

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

Methods in com.rubecula.darwin.domain.genetics with parameters of type Census
 boolean Nuclear_.censusMe(Census census, java.lang.Object context)
           
 boolean Genotype_.censusMe(Census census, java.lang.Object context)
           
 boolean Gene_.censusMe(Census census, java.lang.Object context)
           
 boolean Allele_.censusMe(Census census, java.lang.Object context)
           
 

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

Subinterfaces of Census 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 Census
 class Census_
           
 class Census_Log
           
 class Census_Sink
          Base implementation the SinkCensus interface.
 class Census_Standard
          Class to provide a default implementation of Census_Sink
 

Methods in com.rubecula.darwin.domain.helper that return Census
 Census Taxon.getCensusTaker()
           
 

Methods in com.rubecula.darwin.domain.helper with parameters of type Census
 boolean Censusible.censusMe(Census census, java.lang.Object context)
          Method to census this object.
protected static void Census_.doCensus(Census censuser, Censusible censusible, int depth, java.lang.Object context)
           
 

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

Classes in com.rubecula.darwin.domain.world that implement Census
 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.
 

Fields in com.rubecula.darwin.domain.world declared as Census
protected  Census Taxon_._censusTaker
          The census taker which implements the Census in order to make a census of this Taxon.
 

Methods in com.rubecula.darwin.domain.world that return Census
 Census Taxon_.getCensusTaker()
          XXX
 

Methods in com.rubecula.darwin.domain.world with parameters of type Census
 boolean Taxon_.censusMe(Census census, java.lang.Object prefix)
           
 boolean Population_.censusMe(Census census, java.lang.Object context)
          TODO perhaps census the colonies too? or is that taken care of with children mechanism?
 boolean Organism_.censusMe(Census census, java.lang.Object context)
          There are two paths through this method: 1) if context is an instance of OrganismCensusContext, then we call Organism_.doCensusInContext(OrganismCensusContext) and consider ourselves done (no need for going deeper through children); 2) otherwise, we output information about this Organism and return true (OK not yet done -- need to iterate through children).
 boolean Colony_.censusMe(Census census, java.lang.Object context)
           
protected  boolean Colony_.doCensusDetail(Census census, java.lang.Object context)
           
 

Constructors in com.rubecula.darwin.domain.world with parameters of type Census
Taxon_(java.lang.String identifier, Realm realm, Genomic genomic, Phenome phenome, Census censusTaker, Mortality mortality, MateChoice chooser, Fecundity fecundity)
          Constructor to create a Taxon with no populations.
Taxon_Darwinian(java.lang.String identifier, Realm realm, Genomic genomic, Phenome phenome, Census censusTaker, double infantMortality, MateChoice chooser, Fecundity fecundity, org.apache.commons.math.random.RandomGenerator random)
          Constructor to create a Taxon with no populations, and with the default mortality implementer.
Taxon_Darwinian(java.lang.String identifier, Realm realm, Genomic genomic, Phenome phenome, Census censusTaker, Mortality mortality, MateChoice chooser, Fecundity fecundity)
          Constructor to create a Taxon with no populations.
VisualizableListener_Census(Census censusTaker)
          Public constructor to create a VisualizableListener_Census with given implementations of (print) writer and (census) taker.
 

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

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

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



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