org.onebusaway.transit_data_federation.services.tripplanner
Interface TripPlannerGraph

All Known Implementing Classes:
TransitGraphImpl

public interface TripPlannerGraph


Method Summary
 AgencyEntry getAgencyForId(String id)
           
 List<AgencyEntry> getAllAgencies()
           
 List<BlockEntry> getAllBlocks()
           
 List<RouteCollectionEntry> getAllRouteCollections()
           
 List<RouteEntry> getAllRoutes()
           
 List<StopEntry> getAllStops()
           
 List<TripEntry> getAllTrips()
           
 BlockEntry getBlockEntryForId(org.onebusaway.gtfs.model.AgencyAndId blockId)
           
 RouteCollectionEntry getRouteCollectionForId(org.onebusaway.gtfs.model.AgencyAndId id)
           
 RouteEntry getRouteForId(org.onebusaway.gtfs.model.AgencyAndId id)
           
 StopEntry getStopEntryForId(org.onebusaway.gtfs.model.AgencyAndId id)
           
 List<StopEntry> getStopsByLocation(CoordinateBounds bounds)
           
 TripEntry getTripEntryForId(org.onebusaway.gtfs.model.AgencyAndId id)
           
 

Method Detail

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.