public class Evaluator2 extends Operator
| Modifier and Type | Field and Description |
|---|---|
private Organism |
org |
private java.util.List<Result> |
results |
| Constructor and Description |
|---|
Evaluator2(java.util.List<Result> results,
Organism org) |
| Modifier and Type | Method and Description |
|---|---|
void |
operate() |
boolean |
terminate() |