Uses of Class
jasima.core.expExecution.ExperimentExecutor
-
Packages that use ExperimentExecutor Package Description jasima.core.expExecution -
-
Uses of ExperimentExecutor in jasima.core.expExecution
Subclasses of ExperimentExecutor in jasima.core.expExecution Modifier and Type Class Description classThreadPoolExecutorDefault implementation of an ExecutorFactory returning an Executor that uses up toRuntime.getRuntime().availableProcessors()threads to execute tasks concurrently.Fields in jasima.core.expExecution with type parameters of type ExperimentExecutor Modifier and Type Field Description static Class<? extends ExperimentExecutor>ExperimentExecutor. execFactoryImplMethods in jasima.core.expExecution that return ExperimentExecutor Modifier and Type Method Description static ExperimentExecutorExperimentExecutor. getExecutor()
-