Package org.opt4j.common.completer
Class ParallelIndividualCompleter.Complete
- java.lang.Object
-
- org.opt4j.common.completer.ParallelIndividualCompleter.Complete
-
- Enclosing class:
- ParallelIndividualCompleter
protected class ParallelIndividualCompleter.Complete extends Object implements Callable<Void>
TheParallelIndividualCompleter.Complete
class completes a singleIndividual
.
-
-
Field Summary
Fields Modifier and Type Field Description protected Control
control
protected Individual
individual
-
Constructor Summary
Constructors Constructor Description Complete(Individual individual, Control control)
ConstructsParallelIndividualCompleter.Complete
with anIndividual
.
-
-
-
Field Detail
-
individual
protected final Individual individual
-
control
protected final Control control
-
-
Constructor Detail
-
Complete
public Complete(Individual individual, Control control)
ConstructsParallelIndividualCompleter.Complete
with anIndividual
.- Parameters:
individual
- the individual to completecontrol
- the control
-
-
Method Detail
-
call
public Void call() throws TerminationException
- Specified by:
call
in interfaceCallable<Void>
- Throws:
TerminationException
-
-