Interface WorkerSet

  • All Implemented Interfaces:

    
    public interface WorkerSet
    
                        

    Set of remote nodes that can run simulations.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Set<RemoteResult> distributeSimulations(SimulationSet simulationsSet) Distribute and execute the simulation set on set's workers.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • distributeSimulations

         abstract Set<RemoteResult> distributeSimulations(SimulationSet simulationsSet)

        Distribute and execute the simulation set on set's workers.

        Parameters:
        simulationsSet - Simulations to execute
        Returns:

        Simulations' results