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

Packages that use ItineraryBean
org.onebusaway.api.model.transit   
org.onebusaway.transit_data.model.tripplanning   
org.onebusaway.webapp.gwt.tripplanner_library.model   
org.onebusaway.webapp.gwt.tripplanner_library.view   
 

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

Methods in org.onebusaway.api.model.transit that return ItineraryBean
 ItineraryBean ItineraryV2BeanFactory.reverseItinerary(ItineraryV2Bean bean)
           
 

Methods in org.onebusaway.api.model.transit with parameters of type ItineraryBean
 ItineraryV2Bean ItineraryV2BeanFactory.getItinerary(ItineraryBean itinerary)
           
 

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

Methods in org.onebusaway.transit_data.model.tripplanning that return ItineraryBean
 ItineraryBean ConstraintsBean.getSelectedItinerary()
           
 

Methods in org.onebusaway.transit_data.model.tripplanning that return types with arguments of type ItineraryBean
 List<ItineraryBean> ItinerariesBean.getItineraries()
           
 

Methods in org.onebusaway.transit_data.model.tripplanning with parameters of type ItineraryBean
 void ConstraintsBean.setSelectedItinerary(ItineraryBean selectedItinerary)
           
 

Method parameters in org.onebusaway.transit_data.model.tripplanning with type arguments of type ItineraryBean
 void ItinerariesBean.setItineraries(List<ItineraryBean> itineraries)
           
 

Uses of ItineraryBean in org.onebusaway.webapp.gwt.tripplanner_library.model
 

Methods in org.onebusaway.webapp.gwt.tripplanner_library.model that return types with arguments of type ItineraryBean
 List<ItineraryBean> TripPlanModel.getTrips()
           
 

Uses of ItineraryBean in org.onebusaway.webapp.gwt.tripplanner_library.view
 

Methods in org.onebusaway.webapp.gwt.tripplanner_library.view with parameters of type ItineraryBean
 void SingleTripPresenter.displayTrip(ItineraryBean trip, int index, String destination)
           
 void TripBeanMapPresenter.displayTrip(ItineraryBean trip, List<com.google.gwt.maps.client.overlay.Overlay> resultingOverlays)
           
static String TripBeanSupport.getDurationLabel(ItineraryBean bean)
           
 



Copyright © 2012 OneBusAway. All Rights Reserved.