org.onebusaway.transit_data_federation.impl.transit_graph
Class RouteCollectionEntryImpl
java.lang.Object
org.onebusaway.transit_data_federation.impl.transit_graph.RouteCollectionEntryImpl
- All Implemented Interfaces:
- Serializable, RouteCollectionEntry
public class RouteCollectionEntryImpl
- extends Object
- implements RouteCollectionEntry, Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RouteCollectionEntryImpl
public RouteCollectionEntryImpl()
setId
public void setId(org.onebusaway.gtfs.model.AgencyAndId id)
setChildren
public void setChildren(List<RouteEntry> children)
getId
public org.onebusaway.gtfs.model.AgencyAndId getId()
RouteCollectionEntry
Interface
- Specified by:
getId
in interface RouteCollectionEntry
getChildren
public List<RouteEntry> getChildren()
- Specified by:
getChildren
in interface RouteCollectionEntry
Copyright © 2012 OneBusAway. All Rights Reserved.