org.onebusaway.transit_data_federation.impl.blocks
Class BlockStopTimeIndicesFactory
java.lang.Object
org.onebusaway.transit_data_federation.impl.blocks.BlockStopTimeIndicesFactory
public class BlockStopTimeIndicesFactory
- extends Object
Construct BlockStopTimeIndex
indices from all BlockEntry
in
the transit graph. The indices created by this factory are grouped by
serviceIds, such that all BlockStopTimeEntry
stop entries with the
same active service ids are grouped together.
- Author:
- bdferris
- See Also:
BlockStopTimeIndex
,
BlockIndexService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlockStopTimeIndicesFactory
public BlockStopTimeIndicesFactory()
setVerbose
public void setVerbose(boolean verbose)
createIndices
public List<BlockStopTimeIndex> createIndices(Iterable<BlockEntry> blocks)
createFrequencyIndices
public List<FrequencyBlockStopTimeIndex> createFrequencyIndices(Iterable<BlockEntry> blocks)
Copyright © 2012 OneBusAway. All Rights Reserved.