com.rubecula.darwin.examples.travelingsalesman
Class Registry_TS

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

public class Registry_TS
extends Registry_

Author:
Robin Hillyard

Constructor Summary
Registry_TS(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_TS

public Registry_TS(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.