Package adams.core
Interface ThreadLimiterWithOptionalCap
-
- All Superinterfaces:
ThreadLimiter
- All Known Implementing Classes:
ArrayGenerate,Branch
public interface ThreadLimiterWithOptionalCap extends ThreadLimiter
Interface for thread limiters that can allow unlimited number of threads.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetUseThreadCap()Returns whether to restrict number of threads or not.voidsetUseThreadCap(boolean value)Sets whether to restrict number of threads or not.-
Methods inherited from interface adams.core.ThreadLimiter
getNumThreads, setNumThreads
-
-