Uses of Class
org.onebusaway.transit_data.model.oba.TimedPlaceBean

Packages that use TimedPlaceBean
org.onebusaway.transit_data_federation.impl.beans.itineraries   
org.onebusaway.transit_data_federation.services.beans   
org.onebusaway.transit_data.services   
org.onebusaway.webapp.gwt.oba_application.model   
org.onebusaway.webapp.gwt.oba_application.view   
org.onebusaway.webapp.gwt.where_library.rpc   
org.onebusaway.webapp.impl   
org.onebusaway.webapp.impl.oba   
org.onebusaway.webapp.services.oba   
 

Uses of TimedPlaceBean in org.onebusaway.transit_data_federation.impl.beans.itineraries
 

Methods in org.onebusaway.transit_data_federation.impl.beans.itineraries that return types with arguments of type TimedPlaceBean
 List<TimedPlaceBean> ItinerariesBeanServiceImpl.getLocalPaths(ConstraintsBean constraints, MinTravelTimeToStopsBean travelTimes, List<LocalSearchResult> localResults)
           
 

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

Methods in org.onebusaway.transit_data_federation.services.beans that return types with arguments of type TimedPlaceBean
 List<TimedPlaceBean> ItinerariesBeanService.getLocalPaths(ConstraintsBean constraints, MinTravelTimeToStopsBean travelTimes, List<LocalSearchResult> localResults)
          Given a set of stops with min-travel time already determined, and a set of nearby places, complete the best plan calculation for each by looking for valid walking paths from stops to places and keeping the shortest paths.
 

Uses of TimedPlaceBean in org.onebusaway.transit_data.services
 

Methods in org.onebusaway.transit_data.services that return types with arguments of type TimedPlaceBean
 List<TimedPlaceBean> TransitDataService.getLocalPaths(String agencyId, ConstraintsBean constraints, MinTravelTimeToStopsBean minTravelTimeToStops, List<LocalSearchResult> localResults)
           
 

Uses of TimedPlaceBean in org.onebusaway.webapp.gwt.oba_application.model
 

Methods in org.onebusaway.webapp.gwt.oba_application.model that return TimedPlaceBean
 TimedPlaceBean TimedLocalSearchResult.getTimedPlace()
           
 

Constructors in org.onebusaway.webapp.gwt.oba_application.model with parameters of type TimedPlaceBean
TimedLocalSearchResult(String resultId, LocalSearchResult result, TimedPlaceBean bean)
           
 

Uses of TimedPlaceBean in org.onebusaway.webapp.gwt.oba_application.view
 

Methods in org.onebusaway.webapp.gwt.oba_application.view with parameters of type TimedPlaceBean
 void PlaceCollection.addEntry(LocalSearchResult result, TimedPlaceBean bean)
           
 

Uses of TimedPlaceBean in org.onebusaway.webapp.gwt.where_library.rpc
 

Methods in org.onebusaway.webapp.gwt.where_library.rpc that return types with arguments of type TimedPlaceBean
 List<TimedPlaceBean> WebappService.getLocalPathsToStops(ConstraintsBean constraints, MinTravelTimeToStopsBean travelTimes, List<LocalSearchResult> localResults)
           
 

Method parameters in org.onebusaway.webapp.gwt.where_library.rpc with type arguments of type TimedPlaceBean
 void WebappServiceAsync.getLocalPathsToStops(ConstraintsBean constraints, MinTravelTimeToStopsBean travelTimes, List<LocalSearchResult> localResults, com.google.gwt.user.client.rpc.AsyncCallback<List<TimedPlaceBean>> callback)
           
 

Uses of TimedPlaceBean in org.onebusaway.webapp.impl
 

Methods in org.onebusaway.webapp.impl that return types with arguments of type TimedPlaceBean
 List<TimedPlaceBean> WebappServiceServletImpl.getLocalPathsToStops(ConstraintsBean constraints, MinTravelTimeToStopsBean travelTimes, List<LocalSearchResult> localResults)
           
 

Uses of TimedPlaceBean in org.onebusaway.webapp.impl.oba
 

Methods in org.onebusaway.webapp.impl.oba that return types with arguments of type TimedPlaceBean
 List<TimedPlaceBean> OneBusAwayServiceImpl.getLocalPaths(ConstraintsBean constraints, MinTravelTimeToStopsBean travelTimes, List<LocalSearchResult> localResults)
           
 

Uses of TimedPlaceBean in org.onebusaway.webapp.services.oba
 

Methods in org.onebusaway.webapp.services.oba that return types with arguments of type TimedPlaceBean
 List<TimedPlaceBean> OneBusAwayService.getLocalPaths(ConstraintsBean constraints, MinTravelTimeToStopsBean travelTimes, List<LocalSearchResult> localResults)
           
 



Copyright © 2012 OneBusAway. All Rights Reserved.