Class RemoteResultImpl

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void saveLocally(String targetFile) Save simulation's result in a local file.
      int hashCode()
      boolean equals(Object obj)
      • Methods inherited from class java.lang.Object

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

      • RemoteResultImpl

        RemoteResultImpl(String result, UUID workerNode, Optional<Throwable> simulationErrors, SimulationConfig config)
        Parameters:
        result - Result file's content as string
        workerNode - UUID of worker node that has done the simulation
        simulationErrors - Simulation's errors
        config - Simulation's specific config