|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StopWithArrivalsAndDeparturesBeanService
Service methods for retrieving information about a stop or stops along with the arrival and departure information for that stop in a specified time range.
StopWithArrivalsAndDeparturesBean
,
StopsWithArrivalsAndDeparturesBean
Method Summary | |
---|---|
StopWithArrivalsAndDeparturesBean |
getArrivalsAndDeparturesByStopId(org.onebusaway.gtfs.model.AgencyAndId stopId,
ArrivalsAndDeparturesQueryBean query)
Retrieve information about a stop along with the arrival and departure information for that stop in a specified time range |
StopsWithArrivalsAndDeparturesBean |
getArrivalsAndDeparturesForStopIds(Set<org.onebusaway.gtfs.model.AgencyAndId> stopIds,
ArrivalsAndDeparturesQueryBean query)
Retrieve information about stops along with the arrival and departure information for that stop in a specified time range |
Method Detail |
---|
StopWithArrivalsAndDeparturesBean getArrivalsAndDeparturesByStopId(org.onebusaway.gtfs.model.AgencyAndId stopId, ArrivalsAndDeparturesQueryBean query)
stopId
- see Stop.getId()
timeFrom
- time range lower boundtimeTo
- time range upper bound
StopsWithArrivalsAndDeparturesBean getArrivalsAndDeparturesForStopIds(Set<org.onebusaway.gtfs.model.AgencyAndId> stopIds, ArrivalsAndDeparturesQueryBean query) throws NoSuchStopServiceException
stopIds
- see Stop.getId()
timeFrom
- time range lower boundtimeTo
- time range upper bound
NoSuchStopServiceException
- if one of the specified stops could not
be found
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |