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
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 -
Method Summary
Methods inherited from class org.eclipse.mosaic.fed.sumo.bridge.traci.AbstractVehicleSetSingleDoubleValue
constructResult, executeMethods inherited from class org.eclipse.mosaic.fed.sumo.bridge.traci.AbstractTraciCommand
execute, executeAndReturn, executeAndReturnList, read, writeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.mosaic.fed.sumo.bridge.api.VehicleSetSpeed
execute
-
Constructor Details
-
VehicleSetSpeed
public VehicleSetSpeed()Creates a newVehicleSetSpeedobject.- See Also:
-