| 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<Frequency> |
Frequency.getFrequencies(org.hibernate.Session session,
int configRev)
Returns List of Frequency objects for the specified database revision.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Frequency> |
GtfsData.getFrequencies()
Returns collection of all the Frequency objects.
|
java.util.List<Frequency> |
GtfsData.getFrequencyList(java.lang.String tripId) |