Package | Description |
---|---|
org.transitime.api.data |
This package contains the classes for the objects that are serialized into
JSON or XML.
|
org.transitime.applications |
Contains the top level static main() methods for the applications that
constitute the Transitime system.
|
org.transitime.db.structs |
Contains the descriptions of the classes for the objects that are read
and written to the database.
|
org.transitime.statistics |
Contains statistics classes such as for generating more accurate schedule
times by using GPS information on when the vehicles really do depart.
|
Constructor and Description |
---|
ApiVehicleDetails(IpcVehicle vehicle,
Time timeForAgency,
TransitimeApi.UiMode... uiType)
Takes a Vehicle object for client/server communication and constructs a
ApiVehicle object for the API.
|
Modifier and Type | Method and Description |
---|---|
Time |
Core.getTime()
For when want to use methods in Time.
|
Modifier and Type | Method and Description |
---|---|
Time |
Agency.getTime()
Returns cached Time object which allows one to easly convert epoch time
to time of day and such.
|
Constructor and Description |
---|
ScheduleDataProcessor(java.lang.String gtfsDirectoryName,
java.util.Date beginTime,
java.util.Date endTime,
Time timeForUsingCalendar,
double desiredFractionEarly,
int allowableDifferenceFromMeanSecs,
int allowableDifferenceFromOriginalTimeSecs,
boolean doNotUpdateFirstStopOfTrip,
int allowableEarlySecs,
int allowableLateSecs) |