Uses of Class
com.nnamo.models.RealtimeMetricModel
Packages that use RealtimeMetricModel
-
Uses of RealtimeMetricModel in com.nnamo.services
Methods in com.nnamo.services that return types with arguments of type RealtimeMetricModelModifier and TypeMethodDescriptionDatabaseService.getAllMetrics()
Get all realtime metrics grouped by typeDatabaseService.getMetrics
(RealtimeMetricType type) Get metrics of a specific type -
Uses of RealtimeMetricModel in com.nnamo.view.custompanels
Method parameters in com.nnamo.view.custompanels with type arguments of type RealtimeMetricModelModifier and TypeMethodDescriptionvoid
LeftPanel.setupStatisticsPanel
(RealtimeGtfsService realtimeService, Map<RealtimeMetricType, List<RealtimeMetricModel>> metricsMap, MetricCollector collector) Sets up the statistics panel with the provided realtime service and database service.void
StatisticsPanel.updateView
(Map<RealtimeMetricType, List<RealtimeMetricModel>> metricsMap) Sets up the data for all statistic tiles and initializes theJFreeChart
chart with historical data. -
Uses of RealtimeMetricModel in com.nnamo.view.frame
Method parameters in com.nnamo.view.frame with type arguments of type RealtimeMetricModelModifier 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.