See: Description
Class | Description |
---|---|
ScheduleDataProcessor |
For processing arrival/departure times based on AVL data in order to
determine more accurate schedule information.
|
ScheduleDataProcessor.TerminalDeparturesKey |
Special MapKey class so that can make sure using the proper key for the
departureTimesFromTerminalMap map in this class.
|
ScheduleDataProcessor.TripStopKey |
Special MapKey class so that can make sure using the proper key for the
several maps in this class.
|
ScheduleStatistics |
Contains methods for taking arrival/departure info that is collected
in maps and processing it to determine optimal schedule.
|
ScheduleStatistics.Stats |
For containing the results of processing AVL based arrival/departure
times as part of determining more accurate schedule times.
|
Statistics |
Some miscellaneous statistics functions such as determining average values
from a list and for determining average after filtering out of outliers from
a list.
|