Package | Description |
---|---|
org.transitime.api.data |
This package contains the classes for the objects that are serialized into
JSON or XML.
|
org.transitime.db.structs |
Contains the descriptions of the classes for the objects that are read
and written to the database.
|
org.transitime.db.webstructs |
Database classes used for the website.
|
org.transitime.gtfs |
Contains classes for reading and writing GTFS configuration data.
|
org.transitime.ipc.interfaces |
Contains the Interfaces for communicating data via RMI between a server
and a client.
|
org.transitime.ipc.servers |
Contains the classes for the servers, such as the core prediction system,
that provide data via RMI.
|
Constructor and Description |
---|
ApiAgency(java.lang.String agencyId,
Agency agency) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<Agency> |
Agency.getAgencies(org.hibernate.Session session,
int configRev)
Returns List of Agency objects for the specified database revision.
|
static java.util.List<Agency> |
Agency.getAgencies(java.lang.String agencyId,
int configRev)
Returns the list of agencies for the specified project ID.
|
Modifier and Type | Method and Description |
---|---|
Agency |
WebAgency.getAgency()
Returns the first (there can be multiple) GTFS agency object for the
specified agencyId.
|
Modifier and Type | Method and Description |
---|---|
Agency |
DbConfig.getFirstAgency()
There can be multiple agencies but usually there will be just one.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Agency> |
GtfsData.getAgencies() |
java.util.List<Agency> |
DbConfig.getAgencies() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Agency> |
ConfigInterface.getAgencies()
Returns list of Agency objects containing data from GTFS agency.txt file
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Agency> |
ConfigServer.getAgencies() |