Package adams.multiprocess
Interface JobWithOwner<T>
-
- Type Parameters:
T
- the owner type
- All Superinterfaces:
CleanUpHandler
,Job
,LoggingSupporter
,Serializable
,Stoppable
,StoppableWithFeedback
- All Known Implementing Classes:
AbstractClassifierBasedGeneticAlgorithm.ClassifierBasedGeneticAlgorithmJob
,AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation.ClassifierBasedGeneticAlgorithmWithSecondEvaluationJob
,AbstractGeneticAlgorithm.GeneticAlgorithmJob
,DarkLord.DarkLordJob
,GeneticAlgorithm.GAJob
,Hermione.HermioneJob
public interface JobWithOwner<T> extends Job
TODO: What class does.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
getOwner()
Returns the owner.-
Methods inherited from interface adams.multiprocess.Job
cleanUp, execute, getExecutionError, getJobCompleteListener, getJobInfo, hasExecutionError, isComplete, jobCompleted, setJobCompleteListener
-
Methods inherited from interface adams.core.logging.LoggingSupporter
getLogger, isLoggingEnabled
-
Methods inherited from interface adams.core.Stoppable
stopExecution
-
Methods inherited from interface adams.core.StoppableWithFeedback
isStopped
-
-
-
-
Method Detail
-
getOwner
T getOwner()
Returns the owner.- Returns:
- the owner
-
-