com.rubecula.darwin.examples.pepperedmoth
Class Registry_PepperedMoth

java.lang.Object
  extended by com.rubecula.darwin.domain.world.Registry_
      extended by com.rubecula.darwin.examples.pepperedmoth.Registry_PepperedMoth
All Implemented Interfaces:
Registry

public class Registry_PepperedMoth
extends Registry_

Author:
Robin Hillyard

Constructor Summary
Registry_PepperedMoth(java.io.PrintWriter writer)
           
 
Method Summary
 void registerBirths(Colony colony, java.util.Collection<Organism> neonates)
          Note the births
 
Methods inherited from class com.rubecula.darwin.domain.world.Registry_
getOrganismFrequencyMap, registerDeaths, registerMarriages
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Registry_PepperedMoth

public Registry_PepperedMoth(java.io.PrintWriter writer)
Parameters:
writer - the writer to which output will be sent.
Method Detail

registerBirths

public void registerBirths(Colony colony,
                           java.util.Collection<Organism> neonates)
Note the births

Specified by:
registerBirths in interface Registry
Overrides:
registerBirths in class Registry_
See Also:
Registry_.registerBirths(Colony, java.util.Collection)


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