org.onebusaway.transit_data_federation.services.transit_graph
Interface RouteCollectionEntry
- All Known Implementing Classes:
- RouteCollectionEntryImpl
public interface RouteCollectionEntry
Why RouteCollection? Why not keep a 1-to-1 mapping between route short names
and Route
entities? The issue is that some GTFS include multiple
Route
entities with the same short name. These are often different
versions of the same route (local vs express).
- Author:
- bdferris
- See Also:
RouteEntry
getId
org.onebusaway.gtfs.model.AgencyAndId getId()
getChildren
List<RouteEntry> getChildren()
Copyright © 2012 OneBusAway. All Rights Reserved.