Uses of Class
com.nnamo.services.RealtimeGtfsService
Packages that use RealtimeGtfsService
-
Uses of RealtimeGtfsService in com.nnamo.controllers
Methods in com.nnamo.controllers with parameters of type RealtimeGtfsServiceModifier and TypeMethodDescriptionstatic void
UIController.handleStopSelection
(StopModel stop, UserModel user, org.jxmapviewer.viewer.GeoPosition position, RealtimeGtfsService realtimeService, MainFrame mainFrame, DatabaseService db) It defines the behaviour of when the user clicks on a stopstatic void
MapController.renderRoutesVehicles
(List<StopModel> stopModels, RealtimeGtfsService realtimeService, MainFrame mainFrame, DatabaseService db, String routeId, Direction direction) static void
MapController.updateVehiclePositions
(String routeId, MainFrame mainFrame, RealtimeGtfsService realtimeService, DatabaseService db) Constructors in com.nnamo.controllers with parameters of type RealtimeGtfsServiceModifierConstructorDescriptionMainController
(DatabaseService db, RealtimeGtfsService realtimeService) MapController
(DatabaseService db, MainFrame mainFrame, RealtimeGtfsService realtimeService) RealtimeController
(DatabaseService db, MainFrame mainFrame, RealtimeGtfsService realtimeService) UIController
(DatabaseService db, MainFrame mainFrame, RealtimeGtfsService realtimeService) -
Uses of RealtimeGtfsService in com.nnamo.view.custompanels
Methods in com.nnamo.view.custompanels with parameters of type RealtimeGtfsServiceModifier and TypeMethodDescriptionvoid
StatisticsPanel.setupListeners
(RealtimeGtfsService realtimeGtfsService) void
LeftPanel.setupStatisticsPanel
(RealtimeGtfsService realtimeService, Map<RealtimeMetricType, List<RealtimeMetricModel>> metricsMap, MetricCollector collector) Sets up the statistics panel with the provided realtime service and database service. -
Uses of RealtimeGtfsService in com.nnamo.view.frame
Methods in com.nnamo.view.frame with parameters of type RealtimeGtfsServiceModifier and TypeMethodDescriptionvoid
MainFrame.setupStatisticsPanel
(RealtimeGtfsService realtimeService, Map<RealtimeMetricType, List<RealtimeMetricModel>> metricsMap, MetricCollector collector) Sets up the statistics panel in the left panel with the provided services.