org.onebusaway.transit_data.model
Class NearbyRoutesBean

java.lang.Object
  extended by org.onebusaway.transit_data.model.NearbyRoutesBean
All Implemented Interfaces:
Serializable

public class NearbyRoutesBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
NearbyRoutesBean()
           
 
Method Summary
 void addRouteAndStop(RouteBean route, StopBean stop)
           
 List<StopBean> getNearbyStopsForRoute(RouteBean route)
           
 List<RouteBean> getRoutes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NearbyRoutesBean

public NearbyRoutesBean()
Method Detail

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.