com.rubecula.darwin.core
Class Mortality_Abstract
java.lang.Object
com.rubecula.darwin.core.Mortality_Abstract
- All Implemented Interfaces:
- Mortality
- Direct Known Subclasses:
- Mortality_Default, Mortality_TS
public abstract class Mortality_Abstract
- extends Object
- implements Mortality
Abstract class which defines the base methods and fields needed to implement
the Mortality interface.
- Author:
- Robin Hillyard
|
Field Summary |
protected static org.apache.commons.logging.Log |
log
The logger for this class. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static final org.apache.commons.logging.Log log
- The logger for this class.
Mortality_Abstract
protected Mortality_Abstract()
- Protected constructor.