Uses of Class
com.nnamo.models.StopTimeModel
Packages that use StopTimeModel
Package
Description
-
Uses of StopTimeModel in com.nnamo.controllers
Method parameters in com.nnamo.controllers with type arguments of type StopTimeModelModifier and TypeMethodDescriptionstatic void
UIController.updateStopPanel
(StopModel stop, List<StopTimeModel> stopTimes, List<RealtimeStopUpdate> realtimeUpdates, MainFrame mainFrame, DatabaseService db) -
Uses of StopTimeModel in com.nnamo.services
Methods in com.nnamo.services that return types with arguments of type StopTimeModelModifier and TypeMethodDescriptionDatabaseService.getNextStopTimes
(String stopId, LocalTime time) Gets the next 6 hours stop times for a specific stop based on the time providedDatabaseService.getNextStopTimes
(String stopId, LocalTime time, int hours) Gets the next X hours stop times for a specific stop based on the time providedDatabaseService.getNextStopTimes
(String stopId, LocalTime time, int hours, Date date, List<RealtimeStopUpdate> tripUpdates) Gets the next X hours stop times for a specific stop based on the time provided and the date provided.DatabaseService.getNextStopTimes
(String stopId, LocalTime time, Date date, int hours) Gets the next X hours stop times for a specific stop based on the time provided and the date provided.DatabaseService.getStopTimes
(String stopId) Gets the stop times for a specific stopMethod parameters in com.nnamo.services with type arguments of type StopTimeModelModifier and TypeMethodDescriptionvoid
RealtimeGtfsService.updateTripMonitoring
(List<StopTimeModel> stopTimes) -
Uses of StopTimeModel in com.nnamo.view.custompanels
Method parameters in com.nnamo.view.custompanels with type arguments of type StopTimeModelModifier and TypeMethodDescriptionvoid
StopPanel.updateStopTimes
(List<StopTimeModel> stopTimes, List<RealtimeStopUpdate> realtimeUpdates) Updates the departures table with a list ofStopTimeModel
and their associatedRealtimeStopUpdate
data. -
Uses of StopTimeModel in com.nnamo.view.frame
Method parameters in com.nnamo.view.frame with type arguments of type StopTimeModelModifier and TypeMethodDescriptionvoid
MainFrame.updateStopPanelTimes
(List<StopTimeModel> stopTimes, List<RealtimeStopUpdate> realtimeUpdates) Updates the stop panel with stop times and real-time updates.