|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StopScheduleBeanService
Service methods for querying the full schedule at a particular stop, including the days the stop has service and the schedule on each of those service dates.
StopRouteScheduleBean
,
StopCalendarDaysBean
Method Summary | |
---|---|
StopCalendarDaysBean |
getCalendarForStop(org.onebusaway.gtfs.model.AgencyAndId stopId)
Retrieve the service dates that a stop has service |
List<StopRouteScheduleBean> |
getScheduledArrivalsForStopAndDate(org.onebusaway.gtfs.model.AgencyAndId stopId,
org.onebusaway.gtfs.model.calendar.ServiceDate date)
Retrieve the full schedule for a particular stop on a particular service date |
Method Detail |
---|
List<StopRouteScheduleBean> getScheduledArrivalsForStopAndDate(org.onebusaway.gtfs.model.AgencyAndId stopId, org.onebusaway.gtfs.model.calendar.ServiceDate date)
stopId
- see Stop.getId()
date
- the date of service
StopCalendarDaysBean getCalendarForStop(org.onebusaway.gtfs.model.AgencyAndId stopId)
stopId
- see Stop.getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |