Package | Description |
---|---|
org.transitime.db.structs |
Contains the descriptions of the classes for the objects that are read
and written to the database.
|
org.transitime.gtfs |
Contains classes for reading and writing GTFS configuration data.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<CalendarDate> |
CalendarDate.getCalendarDates(org.hibernate.Session session,
int configRev)
Returns List of Agency objects for the specified database revision.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CalendarDate> |
GtfsData.getCalendarDates() |
java.util.List<CalendarDate> |
DbConfig.getCalendarDates()
Returns list of all calendar dates from the GTFS calendar_dates.txt file.
|
java.util.List<CalendarDate> |
DbConfig.getCalendarDatesForNow()
Returns CalendarDate for the current day.
|