Package | Description |
---|---|
org.onebusaway.transit_data.model | |
org.onebusaway.transit_data.model.realtime | |
org.onebusaway.transit_data.model.trips | |
org.onebusaway.transit_data.services |
Modifier and Type | Method and Description |
---|---|
TripStatusBean |
ArrivalAndDepartureBean.getTripStatus() |
TripStatusBean |
VehicleStatusBean.getTripStatus() |
Modifier and Type | Method and Description |
---|---|
void |
ArrivalAndDepartureBean.setTripStatus(TripStatusBean tripStatus) |
void |
VehicleStatusBean.setTripStatus(TripStatusBean tripStatus) |
Modifier and Type | Method and Description |
---|---|
TripStatusBean |
CurrentVehicleEstimateBean.getTripStatus() |
Modifier and Type | Method and Description |
---|---|
void |
CurrentVehicleEstimateBean.setTripStatus(TripStatusBean tripStatus) |
Modifier and Type | Method and Description |
---|---|
TripStatusBean |
TripDetailsBean.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
TripDetailsBean.setStatus(TripStatusBean status) |
Modifier and Type | Method and Description |
---|---|
List<TimepointPredictionRecord> |
TransitDataService.getPredictionRecordsForTrip(String agencyId,
TripStatusBean tripStatus)
Retrieve a list of time predictions for the given trip as represented by the TripStatusBean.
|
Copyright © 2014 OneBusAway. All Rights Reserved.