Package org.opt4j.core.common.completer
Class ParallelIndividualCompleter.Complete
- java.lang.Object
-
- org.opt4j.core.common.completer.ParallelIndividualCompleter.Complete
-
- All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Void>
- Enclosing class:
- ParallelIndividualCompleter
protected class ParallelIndividualCompleter.Complete extends java.lang.Object implements java.util.concurrent.Callable<java.lang.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
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Void
call()
-
-
-
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 java.lang.Void call() throws TerminationException
- Specified by:
call
in interfacejava.util.concurrent.Callable<java.lang.Void>
- Throws:
TerminationException
-
-