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

org.opentripplanner.service.vehiclerental.VehicleRentalRepository Maven / Gradle / Ivy

The newest version!
package org.opentripplanner.service.vehiclerental;

import org.opentripplanner.service.vehiclerental.model.VehicleRentalPlace;
import org.opentripplanner.transit.model.framework.FeedScopedId;

/**
 * The writable data store of vehicle rental information.
 */
public interface VehicleRentalRepository {
  void addVehicleRentalStation(VehicleRentalPlace vehicleRentalStation);

  void removeVehicleRentalStation(FeedScopedId vehicleRentalStationId);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy