Uses of Class
org.onebusaway.transit_data.model.tripplanning.ConstraintsBean

Packages that use ConstraintsBean
org.onebusaway.api.actions.api.where   
org.onebusaway.transit_data_federation.impl.beans.itineraries   
org.onebusaway.transit_data_federation.services.beans   
org.onebusaway.transit_data_federation.services.otp   
org.onebusaway.transit_data_federation.services.reporting   
org.onebusaway.transit_data.model.tripplanning   
org.onebusaway.transit_data.services   
org.onebusaway.webapp.gwt.where_library.rpc   
org.onebusaway.webapp.impl   
org.onebusaway.webapp.impl.oba   
org.onebusaway.webapp.services.oba   
 

Uses of ConstraintsBean in org.onebusaway.api.actions.api.where
 

Methods in org.onebusaway.api.actions.api.where that return ConstraintsBean
 ConstraintsBean ReportProblemWithPlannedTripAction.getConstraints()
           
 ConstraintsBean PlanTripAction.getConstraints()
           
 

Methods in org.onebusaway.api.actions.api.where with parameters of type ConstraintsBean
 void ReportProblemWithPlannedTripAction.setConstraints(ConstraintsBean constraints)
           
 void PlanTripAction.setConstraints(ConstraintsBean constraints)
           
 

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

Methods in org.onebusaway.transit_data_federation.impl.beans.itineraries with parameters of type ConstraintsBean
 ItinerariesBean ItinerariesBeanServiceImpl.getItinerariesBetween(TransitLocationBean from, TransitLocationBean to, long targetTime, ConstraintsBean constraints)
          ItinerariesBeanService Interface
 List<TimedPlaceBean> ItinerariesBeanServiceImpl.getLocalPaths(ConstraintsBean constraints, MinTravelTimeToStopsBean travelTimes, List<LocalSearchResult> localResults)
           
 

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

Methods in org.onebusaway.transit_data_federation.services.beans with parameters of type ConstraintsBean
 ItinerariesBean ItinerariesBeanService.getItinerariesBetween(TransitLocationBean from, TransitLocationBean to, long targetTime, ConstraintsBean constraints)
           
 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 ConstraintsBean in org.onebusaway.transit_data_federation.services.otp
 

Methods in org.onebusaway.transit_data_federation.services.otp with parameters of type ConstraintsBean
 void OTPConfigurationService.applyConstraintsToTraverseOptions(ConstraintsBean constraints, OBATraverseOptions options)
           
 

Uses of ConstraintsBean in org.onebusaway.transit_data_federation.services.reporting
 

Methods in org.onebusaway.transit_data_federation.services.reporting with parameters of type ConstraintsBean
 void UserReportingService.reportProblemWithPlannedTrip(TransitLocationBean from, TransitLocationBean to, long targetTime, ConstraintsBean constraints, PlannedTripProblemReportBean report)
           
 

Uses of ConstraintsBean in org.onebusaway.transit_data.model.tripplanning
 

Methods in org.onebusaway.transit_data.model.tripplanning that return ConstraintsBean
 ConstraintsBean TransitShedConstraintsBean.getConstraints()
           
 

Methods in org.onebusaway.transit_data.model.tripplanning with parameters of type ConstraintsBean
 void TransitShedConstraintsBean.setConstraints(ConstraintsBean constraints)
           
 

Constructors in org.onebusaway.transit_data.model.tripplanning with parameters of type ConstraintsBean
ConstraintsBean(ConstraintsBean c)
           
 

Uses of ConstraintsBean in org.onebusaway.transit_data.services
 

Methods in org.onebusaway.transit_data.services with parameters of type ConstraintsBean
 ItinerariesBean TransitDataService.getItinerariesBetween(TransitLocationBean from, TransitLocationBean to, long targetTime, ConstraintsBean constraints)
          Plan a trip between two locations at a particular time, with the specified constraints.
 List<TimedPlaceBean> TransitDataService.getLocalPaths(String agencyId, ConstraintsBean constraints, MinTravelTimeToStopsBean minTravelTimeToStops, List<LocalSearchResult> localResults)
           
 void TransitDataService.reportProblemWithPlannedTrip(TransitLocationBean from, TransitLocationBean to, long targetTime, ConstraintsBean constraints, PlannedTripProblemReportBean report)
           
 

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

Methods in org.onebusaway.webapp.gwt.where_library.rpc with parameters of type ConstraintsBean
 List<TimedPlaceBean> WebappService.getLocalPathsToStops(ConstraintsBean constraints, MinTravelTimeToStopsBean travelTimes, List<LocalSearchResult> localResults)
           
 void WebappServiceAsync.getLocalPathsToStops(ConstraintsBean constraints, MinTravelTimeToStopsBean travelTimes, List<LocalSearchResult> localResults, com.google.gwt.user.client.rpc.AsyncCallback<List<TimedPlaceBean>> callback)
           
 ItinerariesBean WebappService.getTripsBetween(CoordinatePoint from, CoordinatePoint to, long time, ConstraintsBean constraints)
           
 void WebappServiceAsync.getTripsBetween(CoordinatePoint from, CoordinatePoint to, long time, ConstraintsBean constraints, com.google.gwt.user.client.rpc.AsyncCallback<ItinerariesBean> callback)
           
 

Uses of ConstraintsBean in org.onebusaway.webapp.impl
 

Methods in org.onebusaway.webapp.impl with parameters of type ConstraintsBean
 List<TimedPlaceBean> WebappServiceServletImpl.getLocalPathsToStops(ConstraintsBean constraints, MinTravelTimeToStopsBean travelTimes, List<LocalSearchResult> localResults)
           
 ItinerariesBean WebappServiceServletImpl.getTripsBetween(CoordinatePoint from, CoordinatePoint to, long time, ConstraintsBean constraints)
           
 

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

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

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

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



Copyright © 2012 OneBusAway. All Rights Reserved.