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 ActiveRevisions |
ActiveRevisions.get(org.hibernate.Session session)
Gets the ActiveRevisions object using the passed in database session.
|
static ActiveRevisions |
ActiveRevisions.get(java.lang.String agencyId)
Reads revisions from database.
|
Constructor and Description |
---|
TravelTimesProcessorForGtfsUpdates(ActiveRevisions activeRevisions,
int originalTravelTimesRev,
double maxTravelTimeSegmentLength,
int defaultWaitTimeAtStopMsec,
double maxSpeedKph)
Constructor
|