org.onebusaway.transit_data_federation.services.beans
Interface TripStopTimesBeanService
- All Known Implementing Classes:
- TripStopTimesBeanServiceImpl
public interface TripStopTimesBeanService
Service methods for accessing the list of stop times for a specified trip.
Here, TripStopTimesBean
and TripStopTimeBean
serve as
high-level descriptors of low level Trip
and StopTime
objects.
- Author:
- bdferris
getStopTimesForBlockTrip
TripStopTimesBean getStopTimesForBlockTrip(BlockTripInstance blockTripInstance)
Copyright © 2012 OneBusAway. All Rights Reserved.