Class VehicleTypeGetHeight
java.lang.Object
org.eclipse.mosaic.fed.sumo.bridge.libsumo.VehicleTypeGetHeight
- All Implemented Interfaces:
VehicleTypeGetHeight
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
VehicleTypeGetHeight
public VehicleTypeGetHeight()
-
-
Method Details
-
execute
Description copied from interface:VehicleTypeGetHeight
This method executes the command with the given arguments in order to get the height value of a specific vehicle type.- Specified by:
execute
in interfaceVehicleTypeGetHeight
- Parameters:
bridge
- Connection to SUMO.typeId
- Id of the vehicle type.- Returns:
- the value of the parameter, or
null
if not present
-