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.ipc.data |
This package contains the low-level objects that are transmitted to
the clients via RMI.
|
Modifier and Type | Method and Description |
---|---|
ScheduleTime |
Trip.getScheduleTime(int stopPathIndex)
Returns the ScheduleTime object for the stopPathIndex.
|
ScheduleTime |
Block.getScheduleTime(int tripIndex,
int stopPathIndex)
Returns the ScheduleTime for that stop specified by the trip and path
indices.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ScheduleTime> |
Trip.getScheduleTimes() |
Modifier and Type | Method and Description |
---|---|
void |
Trip.addScheduleTimes(java.util.List<ScheduleTime> newScheduledTimesList)
For adding ScheduleTimes for stops to a Trip.
|
Constructor and Description |
---|
IpcSchedTimes(ScheduleTime dbScheduleTime,
java.lang.String stopId)
Member Functions
|