org.opentripplanner.updater.UpdatersParameters Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of otp Show documentation
Show all versions of otp Show documentation
The OpenTripPlanner multimodal journey planning system
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