public class ParallelScoreTask
extends java.lang.Object
implements java.lang.Runnable
| Constructor and Description |
|---|
ParallelScoreTask(Genome genome,
ParallelScore theOwner)
Construct the parallel task.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Perform the task.
|
public ParallelScoreTask(Genome genome, ParallelScore theOwner)
genome - The genome.theOwner - The owner.