public class GenerateWorker
extends java.lang.Object
implements java.lang.Runnable
| Constructor and Description |
|---|
GenerateWorker(AbstractPrgGenerator theOwner,
PrgPopulation thePopulation)
Construct the worker.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
public GenerateWorker(AbstractPrgGenerator theOwner, PrgPopulation thePopulation)
theOwner - The owner.thePopulation - The target population.