org.onebusaway.transit_data_federation.services.blocks
Class BlockTripIndex

java.lang.Object
  extended by org.onebusaway.transit_data_federation.services.blocks.AbstractBlockTripIndex
      extended by org.onebusaway.transit_data_federation.services.blocks.BlockTripIndex
All Implemented Interfaces:
HasBlockTrips

public class BlockTripIndex
extends AbstractBlockTripIndex


Field Summary
 
Fields inherited from class org.onebusaway.transit_data_federation.services.blocks.AbstractBlockTripIndex
_trips
 
Constructor Summary
BlockTripIndex(List<BlockTripEntry> trips, ServiceIntervalBlock serviceIntervalBlock)
          See the requirements in the class documentation.
 
Method Summary
 ServiceIntervalBlock getServiceIntervalBlock()
           
 String toString()
           
 
Methods inherited from class org.onebusaway.transit_data_federation.services.blocks.AbstractBlockTripIndex
getServiceIds, getTrips, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BlockTripIndex

public BlockTripIndex(List<BlockTripEntry> trips,
                      ServiceIntervalBlock serviceIntervalBlock)
See the requirements in the class documentation.

Parameters:
blocks -
serviceIdIntervals -
serviceIntervalBlock -
Method Detail

getServiceIntervalBlock

public ServiceIntervalBlock getServiceIntervalBlock()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 OneBusAway. All Rights Reserved.