| AbstractStopTask |
|
| BlockRunTask |
|
| CalendarServiceDataTask |
Pre-computes the CalendarServiceData that is needed to power a
CalendarServiceImpl and serializes it to disk as part of the transit
data bundle.
|
| CanonicalRouteTask |
load optional route, stop, and shape data from GTFS that
represents idealized patterns of service, such as those shown
on a map / strip map.
|
| CheckShapeIdTask |
|
| ClearCSVTask |
|
| EntityReplacementLoggerImpl |
Log stop consolidation entity replacements using MutliCSVLogger.
|
| EntityReplacementLoggerImpl.EntityStore |
Store some info about the entities considered for later reporting
|
| EntityReplacementLoggerImpl.SummaryListener |
Compute the report once the gtfs has stabilized, so listen
for the summarize event.
|
| EntityReplacementStrategyFactory |
|
| EntityReplacementStrategyImpl |
|
| GenerateNarrativesTask |
|
| GenerateRouteCollectionSearchIndexTask |
|
| GenerateStopSearchIndexTask |
|
| GtfsCsvLogger |
|
| GtfsMultiReaderImpl |
Supports reading from multiple GtfsReader instances sequentially with
respect to GTFS entity classes.
|
| GtfsReadingSupport |
Convenience methods for reading multiple gtfs feeds, as defined by a
GtfsBundles entry in an ApplicationContext, into a common
data store, with addition of EntityReplacementStrategy.
|
| GtfsStatisticsTask |
|
| HistoricalRecordTask |
load Ridership data (from ridership.txt) into HistoricalRidership Bundle Index
|
| LoadGtfsTask |
|
| MultiCSVLogger |
Provides logging to multiple CSV files.
|
| NullTask |
|
| PreCacheTask |
Given an instantiated and running instance of a federated transit data
bundle, we pre-cache a number of expensive data operations so that the cache
will be hot for eventual deployment.
|
| ShapePointHelper |
|
| StopConsolidationSuggestionsTask |
|
| StopDirectionSwapTask |
Process optional wrong way concurrencies.
|
| StopVerificationDistanceTask |
Check stop consolidate file for distance between stops, and output stops that
are above STOP_DISTANCE_THRESHOLD.
|
| StopVerificationTask |
Check that stops listed in the stop consolidation file were actually consolidated, and
output stops that are unexpected or missing.
|
| SummarizeCSVTask |
|
| UniqueServiceImpl |
|