Uses of Class
org.onebusaway.gtfs.model.BookingRule
Packages that use BookingRule
-
Uses of BookingRule in org.onebusaway.gtfs.impl
Methods in org.onebusaway.gtfs.impl that return types with arguments of type BookingRuleModifier and TypeMethodDescriptionGtfsDaoImpl.getAllBookingRules()GtfsDataServiceImpl.getAllBookingRules() -
Uses of BookingRule in org.onebusaway.gtfs.model
Methods in org.onebusaway.gtfs.model that return BookingRuleModifier and TypeMethodDescriptionStopTime.getDropOffBookingRule()StopTimeProxy.getDropOffBookingRule()StopTime.getPickupBookingRule()StopTimeProxy.getPickupBookingRule()Methods in org.onebusaway.gtfs.model with parameters of type BookingRuleModifier and TypeMethodDescriptionvoidStopTime.setDropOffBookingRule(BookingRule dropOffBookingRule) voidStopTimeProxy.setDropOffBookingRule(BookingRule dropOffBookingRule) voidStopTime.setPickupBookingRule(BookingRule pickupBookingRule) voidStopTimeProxy.setPickupBookingRule(BookingRule pickupBookingRule) Constructors in org.onebusaway.gtfs.model with parameters of type BookingRule -
Uses of BookingRule in org.onebusaway.gtfs.services
Methods in org.onebusaway.gtfs.services that return types with arguments of type BookingRule