| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Arrival |
VehicleState.getArrivalToStoreToDb() |
| Modifier and Type | Method and Description |
|---|---|
void |
VehicleState.setArrivalToStoreToDb(Arrival arrival)
Records the specified arrival as one that still needs to be stored to the
db.
|
| Modifier and Type | Method and Description |
|---|---|
Arrival |
Arrival.withUpdatedTime(java.util.Date newTime)
A copy constructor that creates a new Arrival by copying this
one but using the newTime.
|