com.rubecula.darwin.core
Interface Census

All Known Implementing Classes:
Census_Abstract, Census_Default, Census_TS, Census_WingColor

public interface Census

This application interface is used to define how an individual object should be processed for a census.

Author:
Robin Hillyard

Method Summary
 void enumerateIndividual(Object individual, PrintWriter writer)
          Output census information about the individual specified.
 

Method Detail

enumerateIndividual

void enumerateIndividual(Object individual,
                         PrintWriter writer)
Output census information about the individual specified. The results should go to the printstream defined by out.

Parameters:
individual - the object to be censused.
writer - the print writer which will accept the census results.
Throws:
IOException