Interface | Description |
---|---|
GraphUpdater |
Interface for graph updaters.
|
GraphWriterRunnable |
The graph should only be modified by a runnable implementing this interface, executed by the
GraphUpdaterManager.
|
JsonConfigurable |
Interface for a class than can be configured through a Jackson JSON tree.
|
Class | Description |
---|---|
GraphUpdaterConfigurator |
Upon loading a Graph, configure/decorate it using a JSON tree from Jackson.
|
GraphUpdaterManager |
This class is attached to the graph:
|
GtfsRealtimeFuzzyTripMatcher |
This class is used for matching TripDescriptors without trip_ids to scheduled GTFS data and to
feed back that information into a new TripDescriptor with proper trip_id.
|
PollingGraphUpdater |
This abstract class implements logic that is shared between all polling updaters.
|
Copyright © 2018. All rights reserved.