Class SimulationSimulateStep

All Implemented Interfaces:
SimulationSimulateStep

public class SimulationSimulateStep extends AbstractTraciCommand<AbstractSubscriptionResult> implements SimulationSimulateStep
This class represents the SUMO command which allows to set the simulation step.
  • Constructor Details

    • SimulationSimulateStep

      public SimulationSimulateStep()
      Creates a SimulationSimulateStep traci command, which can late be executed with a given time value. Access needs to be public, because command is called using Reflection.
  • Method Details