Uses of Class
org.onebusaway.presentation.impl.realtime.SiriSupport.OnwardCallsMode
-
Packages that use SiriSupport.OnwardCallsMode Package Description org.onebusaway.presentation.impl.realtime -
-
Uses of SiriSupport.OnwardCallsMode in org.onebusaway.presentation.impl.realtime
Methods in org.onebusaway.presentation.impl.realtime that return SiriSupport.OnwardCallsMode Modifier and Type Method Description static SiriSupport.OnwardCallsModeSiriSupport.OnwardCallsMode. valueOf(String name)Returns the enum constant of this type with the specified name.static SiriSupport.OnwardCallsMode[]SiriSupport.OnwardCallsMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.onebusaway.presentation.impl.realtime with parameters of type SiriSupport.OnwardCallsMode 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!
-