org.onebusaway.transit_data_federation.services.blocks
Class BlockLayoverIndexData
java.lang.Object
org.onebusaway.transit_data_federation.services.blocks.BlockLayoverIndexData
- All Implemented Interfaces:
- Serializable
public class BlockLayoverIndexData
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlockLayoverIndexData
public BlockLayoverIndexData(List<BlockTripReference> blockTripReferences,
LayoverIntervalBlock layoverIntervalBlock)
getBlockTripReferences
public List<BlockTripReference> getBlockTripReferences()
getLayoverIntervalBlock
public LayoverIntervalBlock getLayoverIntervalBlock()
createIndex
public BlockLayoverIndex createIndex(TransitGraphDao dao)
Copyright © 2012 OneBusAway. All Rights Reserved.