org.onebusaway.transit_data_federation.services.blocks
Interface HasIndexedBlockStopTimes

All Superinterfaces:
HasBlockStopTimes
All Known Subinterfaces:
BlockConfigurationEntry
All Known Implementing Classes:
BlockConfigurationEntryImpl, BlockStopSequenceIndex, BlockStopTimeIndex

public interface HasIndexedBlockStopTimes
extends HasBlockStopTimes


Method Summary
 int getArrivalTimeForIndex(int index)
           
 int getDepartureTimeForIndex(int index)
           
 
Methods inherited from interface org.onebusaway.transit_data_federation.services.transit_graph.HasBlockStopTimes
getStopTimes
 

Method Detail

getArrivalTimeForIndex

int getArrivalTimeForIndex(int index)

getDepartureTimeForIndex

int getDepartureTimeForIndex(int index)


Copyright © 2012 OneBusAway. All Rights Reserved.