Uses of Interface
org.onebusaway.presentation.services.realtime.PresentationService
-
Packages that use PresentationService Package Description org.onebusaway.presentation.impl.realtime org.onebusaway.presentation.services.realtime -
-
Uses of PresentationService in org.onebusaway.presentation.impl.realtime
Classes in org.onebusaway.presentation.impl.realtime that implement PresentationService Modifier and Type Class Description classPresentationServiceImplA class to encapsulate agency-specific front-end configurations and display conventions.Methods in org.onebusaway.presentation.impl.realtime that return PresentationService Modifier and Type Method Description PresentationServiceRealtimeServiceImpl. getPresentationService()Methods in org.onebusaway.presentation.impl.realtime with parameters of type PresentationService Modifier and Type Method Description static voidSiriSupport. fillMonitoredVehicleJourney(uk.org.siri.siri.MonitoredVehicleJourneyStructure monitoredVehicleJourney, TripBean framedJourneyTripBean, ArrivalAndDepartureBean adBean, TripStatusBean currentVehicleTripStatus, StopBean monitoredCallStopBean, SiriSupport.OnwardCallsMode onwardCallsMode, PresentationService presentationService, TransitDataService transitDataService, int maximumOnwardCalls, List<org.onebusaway.realtime.api.TimepointPredictionRecord> stopLevelPredictionsAcrossBlock, boolean hasRealtimeData, long responseTimestamp, boolean showRawLocation, boolean showApc)NOTE: The tripDetails bean here may not be for the trip the vehicle is currently on in the case of A-D for stop!voidRealtimeServiceImpl. setPresentationService(PresentationService presentationService) -
Uses of PresentationService in org.onebusaway.presentation.services.realtime
Methods in org.onebusaway.presentation.services.realtime that return PresentationService Modifier and Type Method Description PresentationServiceRealtimeService. getPresentationService()
-