org.onebusaway.transit_data.model
Class NearbyRoutesBean
java.lang.Object
org.onebusaway.transit_data.model.NearbyRoutesBean
- All Implemented Interfaces:
- Serializable
public class NearbyRoutesBean
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NearbyRoutesBean
public NearbyRoutesBean()
getRoutes
public List<RouteBean> getRoutes()
getNearbyStopsForRoute
public List<StopBean> getNearbyStopsForRoute(RouteBean route)
addRouteAndStop
public void addRouteAndStop(RouteBean route,
StopBean stop)
Copyright © 2012 OneBusAway. All Rights Reserved.