Class VehicleSetResume
- java.lang.Object
-
- org.eclipse.mosaic.fed.sumo.bridge.libsumo.VehicleSetResume
-
- All Implemented Interfaces:
VehicleSetResume
public class VehicleSetResume extends Object implements VehicleSetResume
-
-
Constructor Summary
Constructors Constructor Description VehicleSetResume()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(Bridge bridge, String vehicleId)
This method executes the command to have a vehicle resume driving.
-
-
-
Method Detail
-
execute
public void execute(Bridge bridge, String vehicleId)
Description copied from interface:VehicleSetResume
This method executes the command to have a vehicle resume driving.- Specified by:
execute
in interfaceVehicleSetResume
- Parameters:
bridge
- Connection to SUMO.vehicleId
- The Id of the vehicle.
-
-