Package adams.core
Interface ThreadLimiter
-
- All Known Subinterfaces:
OptionalThreadLimiter
- All Known Implementing Classes:
AbstractClassifierBasedGeneticAlgorithm,AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation,AbstractGeneticAlgorithm,ArrayGenerate,ArrayProcess,AutogeneratedStandalone,Branch,ConditionalStandalones,DarkLord,ExecuteJobs,Hermione,InactiveStandalone,LaunchTee,LaunchTrigger,LocalJobRunner,PackDataGeneticAlgorithm,Standalones,WekaClassifierRanker,WekaCrossValidationEvaluator,WekaCrossValidationExecution,WekaRepeatedCrossValidationEvaluator,ZipPassword
public interface ThreadLimiterInterface for classes that allow limiting the number of threads in use.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetNumThreads()Returns the number of threads to use.voidsetNumThreads(int value)Sets the number of threads to use.
-