Class AbstractPopulation

java.lang.Object
org.biojava.utils.AbstractChangeable
org.biojavax.ga.impl.AbstractPopulation
All Implemented Interfaces:
Changeable, Population
Direct Known Subclasses:
SimplePopulation

public abstract class AbstractPopulation extends AbstractChangeable implements Population
Most Population implementations will want to inherit from here. This class doesn't define how Organims are stored or accessed so inheriting classes can define that themselves.
Since:
1.5
Version:
1.0
Author:
Mark Schreiber