Modifier and Type | Class and Description |
---|---|
class |
PollingGraphUpdater
This abstract class implements logic that is shared between all polling updaters.
|
Modifier and Type | Method and Description |
---|---|
GraphUpdater |
GraphUpdaterManager.getUpdater(int id)
Just an example of fetching status information from the graph updater manager to expose it in a web service.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphUpdaterManager.addUpdater(GraphUpdater updater)
Adds an updater to the manager and runs it immediately in its own thread.
|
Modifier and Type | Class and Description |
---|---|
class |
GtfsRealtimeAlertsUpdater
GTFS-RT alerts updater
Usage example ('myalert' name is an example) in file 'Graph.properties':
|
Modifier and Type | Class and Description |
---|---|
class |
BikeParkUpdater
Graph updater that dynamically sets availability information on bike parking lots.
|
Modifier and Type | Class and Description |
---|---|
class |
BikeRentalUpdater
Dynamic bike-rental station updater which updates the Graph with bike rental stations from one BikeRentalDataSource.
|
Modifier and Type | Class and Description |
---|---|
class |
ExampleGraphUpdater
This class shows an example of how to implement a graph updater.
|
class |
ExamplePollingGraphUpdater
This class shows an example of how to implement a polling graph updater.
|
Modifier and Type | Class and Description |
---|---|
class |
PollingStoptimeUpdater
Update OTP stop time tables from some (realtime) source
Usage example ('rt' name is an example) in file 'Graph.properties':
|
class |
WebsocketGtfsRealtimeUpdater
This class starts an HTTP client which opens a websocket connection to a GTFS-RT data source.
|
Modifier and Type | Class and Description |
---|---|
class |
WFSNotePollingGraphUpdater
A graph updater that reads a WFS-interface and updates a DynamicStreetNotesSource.
|
class |
WinkkiPollingGraphUpdater
Example implementation of a WFS based street note updater, which can be used to retrieve roadworks and other
temporary obstacles from a WFS interface provided by the City of Helsinki's planning department.
|
Modifier and Type | Class and Description |
---|---|
class |
OpenTrafficUpdater
Update the graph with traffic data from OpenTraffic.
|
Copyright © 2018. All rights reserved.