com.rubecula.darwin.core
Class Mortality_Abstract

java.lang.Object
  extended by 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.
 
Constructor Summary
protected Mortality_Abstract()
          Protected constructor.
 
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.Mortality
calculateMortality
 

Field Detail

log

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

Constructor Detail

Mortality_Abstract

protected Mortality_Abstract()
Protected constructor.