public class MultithreadedExperimentExecutor extends Object implements SynchronousParallelTaskExecutor
| Constructor and Description |
|---|
MultithreadedExperimentExecutor(int threads)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
addTask(Object[] taskParameters) |
Object |
parallelExecution() |
void |
start(Object object) |
void |
stop() |
public MultithreadedExperimentExecutor(int threads)
public void start(Object object)
start in interface SynchronousParallelTaskExecutorpublic void addTask(Object[] taskParameters)
addTask in interface SynchronousParallelTaskExecutorpublic Object parallelExecution()
parallelExecution in interface SynchronousParallelTaskExecutorpublic void stop()
stop in interface SynchronousParallelTaskExecutorCopyright © 2015. All rights reserved.