org.onebusaway.transit_data_federation.services.tripplanner
Interface TripPlannerGraph
- All Known Implementing Classes:
- TransitGraphImpl
public interface TripPlannerGraph
getAllAgencies
List<AgencyEntry> getAllAgencies()
getAgencyForId
AgencyEntry getAgencyForId(String id)
getAllStops
List<StopEntry> getAllStops()
getAllTrips
List<TripEntry> getAllTrips()
getAllBlocks
List<BlockEntry> getAllBlocks()
getStopsByLocation
List<StopEntry> getStopsByLocation(CoordinateBounds bounds)
getBlockEntryForId
BlockEntry getBlockEntryForId(org.onebusaway.gtfs.model.AgencyAndId blockId)
getTripEntryForId
TripEntry getTripEntryForId(org.onebusaway.gtfs.model.AgencyAndId id)
getStopEntryForId
StopEntry getStopEntryForId(org.onebusaway.gtfs.model.AgencyAndId id)
getAllRouteCollections
List<RouteCollectionEntry> getAllRouteCollections()
getRouteCollectionForId
RouteCollectionEntry getRouteCollectionForId(org.onebusaway.gtfs.model.AgencyAndId id)
getAllRoutes
List<RouteEntry> getAllRoutes()
getRouteForId
RouteEntry getRouteForId(org.onebusaway.gtfs.model.AgencyAndId id)
Copyright © 2012 OneBusAway. All Rights Reserved.