Class SiriSupport
- java.lang.Object
-
- org.onebusaway.presentation.impl.realtime.SiriSupport
-
public final class SiriSupport extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSiriSupport.OnwardCallsModestatic classSiriSupport.SortByTime
-
Constructor Summary
Constructors Constructor Description SiriSupport()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidfillMonitoredVehicleJourney(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!static StringmapSiriEnumToOccupancyStatus(String siriEnum)static uk.org.siri.siri.VehicleModesEnumerationtoVehicleMode(String typeString)PRIVATE STATIC METHODS
-
-
-
Method Detail
-
fillMonitoredVehicleJourney
public static void 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!
-
toVehicleMode
public static uk.org.siri.siri.VehicleModesEnumeration toVehicleMode(String typeString)
PRIVATE STATIC METHODS
-
-