-
- All Implemented Interfaces:
public interface WorkerSetSet of remote nodes that can run simulations.
-
-
Method Summary
Modifier and Type Method Description abstract Set<RemoteResult>distributeSimulations(SimulationSet simulationsSet)Distribute and execute the simulation set on set's workers. -
-
Method Detail
-
distributeSimulations
abstract Set<RemoteResult> distributeSimulations(SimulationSet simulationsSet)
Distribute and execute the simulation set on set's workers.
- Parameters:
simulationsSet- Simulations to execute
-
-
-
-