| 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<Transfer> |
Transfer.getTransfers(org.hibernate.Session session,
int configRev)
Returns List of Transfer objects for the specified database revision.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Transfer> |
GtfsData.getTransfers() |