protected class ParallelIndividualCompleter.Complete
extends java.lang.Object
implements java.util.concurrent.Callable<java.lang.Void>
ParallelIndividualCompleter.Complete
class completes a single Individual
.Modifier and Type | Field and Description |
---|---|
protected Control |
control |
protected Individual |
individual |
Constructor and Description |
---|
Complete(Individual individual,
Control control)
Constructs
ParallelIndividualCompleter.Complete with an Individual . |
Modifier and Type | Method and Description |
---|---|
java.lang.Void |
call() |
protected final Individual individual
protected final Control control
public Complete(Individual individual, Control control)
ParallelIndividualCompleter.Complete
with an Individual
.individual
- the individual to completecontrol
- the controlpublic java.lang.Void call() throws TerminationException
call
in interface java.util.concurrent.Callable<java.lang.Void>
TerminationException