org.onebusaway.transit_data_federation.services.transit_graph
Interface AgencyEntry

All Known Implementing Classes:
AgencyEntryImpl

public interface AgencyEntry


Method Summary
 String getId()
           
 List<RouteCollectionEntry> getRouteCollections()
           
 List<StopEntry> getStops()
           
 

Method Detail

getId

String getId()

getStops

List<StopEntry> getStops()

getRouteCollections

List<RouteCollectionEntry> getRouteCollections()


Copyright © 2012 OneBusAway. All Rights Reserved.