public abstract class PreserveHelper
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
numPreserved |
| Constructor and Description |
|---|
PreserveHelper() |
| Modifier and Type | Method and Description |
|---|---|
int |
getNumberPreserved() |
abstract void |
preserve(Organism[] pop,
java.util.List<Result> results,
int startIndex) |