com.rubecula.darwin.core
Class Census_Abstract
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Census_Abstract
public Census_Abstract()
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.