Package | Description |
---|---|
org.onebusaway.transit_data.model | |
org.onebusaway.transit_data.services |
Modifier and Type | Method and Description |
---|---|
List<ArrivalAndDepartureBean> |
StopsWithArrivalsAndDeparturesBean.getArrivalsAndDepartures() |
List<ArrivalAndDepartureBean> |
StopWithArrivalsAndDeparturesBean.getArrivalsAndDepartures() |
List<ArrivalAndDepartureBean> |
StopWithScheduledArrivalsBean.getPredictedArrivals() |
Modifier and Type | Method and Description |
---|---|
void |
StopsWithArrivalsAndDeparturesBean.setArrivalsAndDepartures(List<ArrivalAndDepartureBean> arrivalsAndDepartures) |
Constructor and Description |
---|
StopsWithArrivalsAndDeparturesBean(List<StopBean> stops,
List<ArrivalAndDepartureBean> arrivalsAndDepartures,
List<StopBean> nearbyStops,
List<ServiceAlertBean> situations) |
StopWithArrivalsAndDeparturesBean(StopBean stop,
List<ArrivalAndDepartureBean> arrivalsAndDepartures,
List<StopBean> nearbyStops,
List<ServiceAlertBean> situations) |
StopWithScheduledArrivalsBean(StopAreaBean bean,
List<ArrivalAndDepartureBean> arrivals) |
Modifier and Type | Method and Description |
---|---|
ArrivalAndDepartureBean |
TransitDataService.getArrivalAndDepartureForStop(ArrivalAndDepartureForStopQueryBean query) |
Copyright © 2014 OneBusAway. All Rights Reserved.