com.rubecula.darwin.domain.helper
Interface Registry
- All Known Subinterfaces:
- Taxon
- All Known Implementing Classes:
- Registry_, Registry_None, Registry_PepperedMoth, Registry_TS, Taxon_, Taxon_Darwinian
public interface Registry
- Author:
- Robin Hillyard
registerBirths
void registerBirths(Colony colony,
java.util.Collection<Organism> neonates)
- TODO consider changing parameter to Colony
- Parameters:
colony
- neonates
-
registerDeaths
void registerDeaths(Colony colony,
java.util.Collection<Organism> deaths)
- Parameters:
colony
- deaths
-
registerMarriages
void registerMarriages(Colony colony,
java.util.Collection<Mating> marriages)
- Parameters:
colony
- marriages
-
Copyright © 2010 Rubecula Software, LLC. All Rights Reserved.