com.rubecula.darwin.core
Class Census_Abstract

java.lang.Object
  extended by com.rubecula.darwin.core.Census_Abstract
All Implemented Interfaces:
Census
Direct Known Subclasses:
Census_Default, Census_TS, Census_WingColor

public abstract class Census_Abstract
extends Object
implements Census

Base implementation the Census interface.

Author:
Robin

Constructor Summary
Census_Abstract()
           
 
Method Summary
 void enumerateIndividual(Object individual, PrintWriter out)
          Output census information about the individual specified.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Census_Abstract

public Census_Abstract()
Method Detail

enumerateIndividual

public void enumerateIndividual(Object individual,
                                PrintWriter out)
Description copied from interface: Census
Output census information about the individual specified. The results should go to the printstream defined by out.

Specified by:
enumerateIndividual in interface Census
Parameters:
individual - the object to be censused.
out - the print writer which will accept the census results.