Package | Description |
---|---|
org.transitime.core |
Contains the core classes that process the AVL data and create predictions,
arrival/departure times, headway, etc.
|
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.
|
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 |
---|---|
java.util.List<Calendar> |
ServiceUtils.getCurrentCalendars(long epochTime)
Finds the calendars that are currently active.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<Calendar> |
Calendar.getCalendars(org.hibernate.Session session,
int configRev)
Returns List of Calendar objects for the specified database revision.
|
static java.util.Map<java.lang.String,Calendar> |
Calendar.getCalendars(java.lang.String dbName,
int configRev)
Opens up a new db session and returns Map of Calendar objects for the
specified database revision.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Calendar> |
GtfsData.getCalendars() |
java.util.List<Calendar> |
DbConfig.getCalendars()
Returns list of all calendars
|
java.util.List<Calendar> |
DbConfig.getCurrentCalendars()
Returns list of calendars that are currently active
|
Constructor and Description |
---|
IpcCalendar(Calendar calendar) |