Class VehicleSetSpeed
- java.lang.Object
-
- org.eclipse.mosaic.fed.sumo.bridge.traci.AbstractTraciCommand<Void>
-
- org.eclipse.mosaic.fed.sumo.bridge.traci.AbstractVehicleSetSingleDoubleValue
-
- org.eclipse.mosaic.fed.sumo.bridge.traci.VehicleSetSpeed
-
- All Implemented Interfaces:
VehicleSetSpeed
public class VehicleSetSpeed extends AbstractVehicleSetSingleDoubleValue implements VehicleSetSpeed
This class represents the SUMO command which allows to set the speed for the vehicle for.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.mosaic.fed.sumo.bridge.traci.AbstractTraciCommand
AbstractTraciCommand.TraciCommandResultReaderBuilder, AbstractTraciCommand.TraciCommandWriterBuilder
-
-
Constructor Summary
Constructors Constructor Description VehicleSetSpeed()
Creates a newVehicleSetSpeed
object.
-
Method Summary
-
Methods inherited from class org.eclipse.mosaic.fed.sumo.bridge.traci.AbstractVehicleSetSingleDoubleValue
constructResult, execute
-
Methods inherited from class org.eclipse.mosaic.fed.sumo.bridge.traci.AbstractTraciCommand
execute, executeAndReturn, executeAndReturnList, read, write
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.mosaic.fed.sumo.bridge.api.VehicleSetSpeed
execute
-
-
-
-
Constructor Detail
-
VehicleSetSpeed
public VehicleSetSpeed()
Creates a newVehicleSetSpeed
object.- See Also:
- Vehicle State Change
-
-