org.onebusaway.transit_data_federation.services.blocks
Interface HasBlocks

All Known Implementing Classes:
BlockIndex

public interface HasBlocks

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

Author:
bdferris

Method Summary
 List<BlockConfigurationEntry> getBlocks()
           
 ServiceIdActivation getServiceIds()
           
 

Method Detail

getBlocks

List<BlockConfigurationEntry> getBlocks()
Returns:
the list of BlockConfigurationEntry elements.

getServiceIds

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


Copyright © 2012 OneBusAway. All Rights Reserved.