/**
* Returns the speed deviation of the named vehicle type.
*/
public static SumoCommand getSpeedDeviation(String typeID){
return new SumoCommand(Constants.CMD_GET_VEHICLETYPE_VARIABLE, Constants.VAR_SPEED_DEVIATION, typeID, Constants.RESPONSE_GET_VEHICLETYPE_VARIABLE, Constants.TYPE_DOUBLE);
}