Uses of Class
org.onebusaway.transit_data.model.StopRouteScheduleBean

Packages that use StopRouteScheduleBean
org.onebusaway.api.model.transit   
org.onebusaway.transit_data_federation.services.beans   
org.onebusaway.transit_data.model   
 

Uses of StopRouteScheduleBean in org.onebusaway.api.model.transit
 

Methods in org.onebusaway.api.model.transit with parameters of type StopRouteScheduleBean
 StopRouteScheduleV2Bean BeanFactoryV2.getStopRouteSchedule(StopRouteScheduleBean stopRouteSchedule)
           
 

Uses of StopRouteScheduleBean in org.onebusaway.transit_data_federation.services.beans
 

Methods in org.onebusaway.transit_data_federation.services.beans that return types with arguments of type StopRouteScheduleBean
 List<StopRouteScheduleBean> StopScheduleBeanService.getScheduledArrivalsForStopAndDate(org.onebusaway.gtfs.model.AgencyAndId stopId, org.onebusaway.gtfs.model.calendar.ServiceDate date)
          Retrieve the full schedule for a particular stop on a particular service date
 

Uses of StopRouteScheduleBean in org.onebusaway.transit_data.model
 

Methods in org.onebusaway.transit_data.model that return types with arguments of type StopRouteScheduleBean
 List<StopRouteScheduleBean> StopScheduleBean.getRoutes()
           
 

Method parameters in org.onebusaway.transit_data.model with type arguments of type StopRouteScheduleBean
 void StopScheduleBean.setRoutes(List<StopRouteScheduleBean> routes)
           
 



Copyright © 2012 OneBusAway. All Rights Reserved.