}
else if (type.equals("real-time-alerts")) {
updater = new GtfsRealtimeAlertsUpdater();
}
else if (type.equals("example-updater")) {
updater = new ExampleGraphUpdater();
}
else if (type.equals("example-polling-updater")) {
updater = new ExamplePollingGraphUpdater();
}
}