org.onebusaway.transit_data_federation.services.transit_graph
Interface RouteEntry

All Known Implementing Classes:
RouteEntryImpl

public interface RouteEntry


Method Summary
 org.onebusaway.gtfs.model.AgencyAndId getId()
           
 RouteCollectionEntry getParent()
           
 List<TripEntry> getTrips()
           
 

Method Detail

getId

org.onebusaway.gtfs.model.AgencyAndId getId()

getParent

RouteCollectionEntry getParent()

getTrips

List<TripEntry> getTrips()


Copyright © 2012 OneBusAway. All Rights Reserved.