com.rubecula.darwin.core
Class Fitness_Abstract

java.lang.Object
  extended by com.rubecula.darwin.core.Fitness_Abstract
All Implemented Interfaces:
Fitness
Direct Known Subclasses:
Fitness_Default

public abstract class Fitness_Abstract
extends Object
implements Fitness

Defines the base methods and fields for an implementation of Fitness interface. Contains no fields, methods or constructors.

Author:
Robin

Field Summary
protected static org.apache.commons.logging.Log log
          The logger for this class.
 
Constructor Summary
Fitness_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.Fitness
getFitness, getWeight
 

Field Detail

log

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

Constructor Detail

Fitness_Abstract

public Fitness_Abstract()