All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opentripplanner.ext.vehiclerentalservicedirectory.VehicleRentalParameters Maven / Gradle / Ivy

There is a newer version: 2.5.0
Show newest version
package org.opentripplanner.ext.vehiclerentalservicedirectory;

import org.opentripplanner.updater.vehicle_rental.datasources.params.VehicleRentalDataSourceParameters;
import org.opentripplanner.updater.vehicle_rental.VehicleRentalUpdaterParameters;

public class VehicleRentalParameters extends VehicleRentalUpdaterParameters {

  public VehicleRentalParameters(
      String configRef,
      int frequencySec,
      VehicleRentalDataSourceParameters sourceParameters
  ) {
    super(configRef, frequencySec, sourceParameters);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy