| 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.ipc.data |
This package contains the low-level objects that are transmitted to
the clients via RMI.
|
| Constructor and Description |
|---|
ApiTravelTimes(TravelTimesForTrip travelTimes)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
TravelTimesForTrip |
Trip.getTravelTimes() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<java.lang.String,java.util.List<TravelTimesForTrip>> |
TravelTimesForTrip.getTravelTimesForTrips(org.hibernate.Session session,
int travelTimesRev)
Returns Map keyed by tripPatternId of Lists of TravelTimesForTrip.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Trip.setTravelTimes(TravelTimesForTrip travelTimes)
TravelTimesForTrip created after the Trip.
|
| Modifier and Type | Method and Description |
|---|---|
TravelTimesForTrip |
IpcTrip.getTravelTimes() |