com.rubecula.darwin.core
Class Fecundity_Abstract

java.lang.Object
  extended by com.rubecula.darwin.core.Fecundity_Abstract
All Implemented Interfaces:
Fecundity
Direct Known Subclasses:
Fecundity_Default

public abstract class Fecundity_Abstract
extends Object
implements Fecundity

Base implementation of the Fecundity interface. This class provides no methods, fields or constructors.

Author:
Robin

Field Summary
protected static org.apache.commons.logging.Log log
          The logger for this class.
 
Constructor Summary
Fecundity_Abstract()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.rubecula.darwin.core.Fecundity
getFecundity
 

Field Detail

log

protected static final org.apache.commons.logging.Log log
The logger for this class.

Constructor Detail

Fecundity_Abstract

public Fecundity_Abstract()