org.onebusaway.transit_data_federation.services.blocks
Interface HasBlockTrips

All Known Implementing Classes:
AbstractBlockTripIndex, BlockLayoverIndex, BlockTripIndex, FrequencyBlockTripIndex

public interface HasBlockTrips

An interface for any object containing a list of BlockTripEntry elements, all having the same ServiceIdActivation.

Author:
bdferris

Method Summary
 ServiceIdActivation getServiceIds()
           
 List<BlockTripEntry> getTrips()
           
 

Method Detail

getTrips

List<BlockTripEntry> getTrips()
Returns:
the list of BlockTripEntry elements.

getServiceIds

ServiceIdActivation getServiceIds()
Returns:
the service calendar activation for the list of BlockTripEntry elements.


Copyright © 2012 OneBusAway. All Rights Reserved.