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.Completeclass completes a singleIndividual.
-
-
Field Summary
Fields Modifier and Type Field Description protected Controlcontrolprotected Individualindividual
-
Constructor Summary
Constructors Constructor Description Complete(Individual individual, Control control)ConstructsParallelIndividualCompleter.Completewith anIndividual.
-
-
-
Field Detail
-
individual
protected final Individual individual
-
control
protected final Control control
-
-
Constructor Detail
-
Complete
public Complete(Individual individual, Control control)
ConstructsParallelIndividualCompleter.Completewith anIndividual.- Parameters:
individual- the individual to completecontrol- the control
-
-
Method Detail
-
call
public Void call() throws TerminationException
- Specified by:
callin interfaceCallable<Void>- Throws:
TerminationException
-
-