|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RouteService
Service methods for querying RouteEntry
and
RouteCollectionEntry
objects.
Method Summary | |
---|---|
Set<org.onebusaway.gtfs.model.AgencyAndId> |
getRouteCollectionIdsForStop(org.onebusaway.gtfs.model.AgencyAndId stopId)
Return the set of route collection ids serving the specified stop. |
Collection<org.onebusaway.gtfs.model.AgencyAndId> |
getStopsForRouteCollection(org.onebusaway.gtfs.model.AgencyAndId routeCollectionId)
Joins over the relation RouteCollectionEntry -> RouteEntry
-> TripEntry -> StopTimeEntry -> StopEntry ,
constructing the unique set of stops. |
Method Detail |
---|
Collection<org.onebusaway.gtfs.model.AgencyAndId> getStopsForRouteCollection(org.onebusaway.gtfs.model.AgencyAndId routeCollectionId)
RouteCollectionEntry
-> RouteEntry
-> TripEntry
-> StopTimeEntry
-> StopEntry
,
constructing the unique set of stops.
routeCollectionId
- the RouteCollectionEntry
id
Set<org.onebusaway.gtfs.model.AgencyAndId> getRouteCollectionIdsForStop(org.onebusaway.gtfs.model.AgencyAndId stopId)
stopId
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |