Class OtsDevsRealTimeParallelMove

All Implemented Interfaces:
Serializable, Runnable, Remote, AnimatorInterface, DEVSSimulatorInterface<Duration>, SimulatorInterface<Duration>, org.djutils.event.EventProducer

public class OtsDevsRealTimeParallelMove extends DEVSRealTimeAnimator<Duration>

Copyright (c) 2013-2023 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.

Author:
Alexander Verbraeck
See Also:
  • Constructor Details

    • OtsDevsRealTimeParallelMove

      public OtsDevsRealTimeParallelMove(int moveThreads, Serializable simulatorId)
      Create a new OTSRealTimeClock.
      Parameters:
      moveThreads - int; The number of move threads to use
      simulatorId - the id of the simulator to use in remote communication
    • OtsDevsRealTimeParallelMove

      public OtsDevsRealTimeParallelMove(Serializable simulatorId)
      Create a new OTSRealTimeClock.
      Parameters:
      simulatorId - the id of the simulator to use in remote communication
  • Method Details