T
- the ParallelType implementation type.public interface ParallelTaskFactory<T extends ParallelTask>
Modifier and Type | Method and Description |
---|---|
T |
newInstance()
Factory method providing new instances of T.
|
void |
reset()
Reset method, if the factory maintains a state for the tasks.
|
T newInstance()
void reset()
Copyright © 2023 CNES. All rights reserved.