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

org.opentripplanner.gtfs.GtfsContext Maven / Gradle / Ivy

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

import org.opentripplanner.graph_builder.module.GtfsFeedId;
import org.opentripplanner.model.OtpTransitService;
import org.opentripplanner.model.calendar.CalendarServiceData;

public interface GtfsContext {
    GtfsFeedId getFeedId();
    OtpTransitService getTransitService();
    CalendarServiceData getCalendarServiceData();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy