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

org.opentripplanner.updater.UpdatersParameters Maven / Gradle / Ivy

There is a newer version: 2.6.0
Show newest version
package org.opentripplanner.updater;

import org.opentripplanner.ext.siri.updater.SiriETUpdaterParameters;
import org.opentripplanner.ext.siri.updater.SiriSXUpdaterParameters;
import org.opentripplanner.ext.siri.updater.SiriVMUpdaterParameters;
import org.opentripplanner.updater.alerts.GtfsRealtimeAlertsUpdaterParameters;
import org.opentripplanner.updater.bike_park.BikeParkUpdaterParameters;
import org.opentripplanner.updater.bike_rental.BikeRentalUpdaterParameters;
import org.opentripplanner.updater.stoptime.MqttGtfsRealtimeUpdaterParameters;
import org.opentripplanner.updater.stoptime.PollingStoptimeUpdaterParameters;
import org.opentripplanner.updater.stoptime.WebsocketGtfsRealtimeUpdaterParameters;
import org.opentripplanner.updater.street_notes.WFSNotePollingGraphUpdaterParameters;

import java.net.URI;
import java.util.List;

public interface UpdatersParameters {

  URI bikeRentalServiceDirectoryUrl();

  List getBikeRentalParameters();

  List getGtfsRealtimeAlertsUpdaterParameters();

  List getPollingStoptimeUpdaterParameters();

  List getSiriETUpdaterParameters();

  List getSiriSXUpdaterParameters();

  List getSiriVMUpdaterParameters();

  List getWebsocketGtfsRealtimeUpdaterParameters();

  List getMqttGtfsRealtimeUpdaterParameters();

  List getBikeParkUpdaterParameters();

  List getWinkkiPollingGraphUpdaterParameters();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy