Package | Description |
---|---|
org.transitime.core.travelTimes |
Code for determining travel times based on historic AVL based data.
|
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.
|
org.transitime.utils |
Contains the utility classes that are used by many parts of the project.
|
Modifier and Type | Class and Description |
---|---|
static class |
DataFetcher.DbDataMapKey
Special MapKey class so that can make sure using the proper key for the
associated maps in this class.
|
static class |
TravelTimesProcessor.ProcessedDataMapKey
Special MapKey class so that can make sure using the proper one for the
associated maps in this class.
|
Modifier and Type | Class and Description |
---|---|
static class |
ScheduleDataProcessor.TerminalDeparturesKey
Special MapKey class so that can make sure using the proper key for the
departureTimesFromTerminalMap map in this class.
|
static class |
ScheduleDataProcessor.TripStopKey
Special MapKey class so that can make sure using the proper key for the
several maps in this class.
|
Modifier and Type | Method and Description |
---|---|
static MapKey |
MapKey.create(java.lang.Object o1,
java.lang.Object o2)
A different way of creating a MapKey by using a static method instead of
using new MapKey().
|
static MapKey |
MapKey.create(java.lang.Object o1,
java.lang.Object o2,
java.lang.Object o3)
A different way of creating a MapKey by using a static method instead of
using new MapKey().
|
static MapKey |
MapKey.create(java.lang.Object o1,
java.lang.Object o2,
java.lang.Object o3,
java.lang.Object o4)
A different way of creating a MapKey by using a static method instead of
using new MapKey().
|