Uses of Class
org.onebusaway.transit_data_federation.services.blocks.BlockSequenceIndex

Packages that use BlockSequenceIndex
org.onebusaway.transit_data_federation.impl.blocks   
org.onebusaway.transit_data_federation.services.blocks   
 

Uses of BlockSequenceIndex in org.onebusaway.transit_data_federation.impl.blocks
 

Methods in org.onebusaway.transit_data_federation.impl.blocks that return BlockSequenceIndex
 BlockSequenceIndex BlockIndexFactoryServiceImpl.createSequenceIndexForGroupOfBlockSequences(List<BlockSequence> sequences)
           
 

Methods in org.onebusaway.transit_data_federation.impl.blocks that return types with arguments of type BlockSequenceIndex
 List<BlockSequenceIndex> BlockIndexFactoryServiceImpl.createSequenceIndices(Iterable<BlockEntry> blocks)
           
 List<BlockSequenceIndex> BlockIndexServiceImpl.getAllBlockSequenceIndices()
           
 

Methods in org.onebusaway.transit_data_federation.impl.blocks with parameters of type BlockSequenceIndex
 Map<BlockInstance,List<List<BlockLocation>>> BlockStatusServiceImpl.getBlocksForIndex(BlockSequenceIndex index, List<Date> timestamps)
           
 

Uses of BlockSequenceIndex in org.onebusaway.transit_data_federation.services.blocks
 

Methods in org.onebusaway.transit_data_federation.services.blocks that return BlockSequenceIndex
 BlockSequenceIndex BlockIndexFactoryService.createSequenceIndexForGroupOfBlockSequences(List<BlockSequence> sequences)
           
 BlockSequenceIndex BlockStopSequenceIndex.getIndex()
           
 

Methods in org.onebusaway.transit_data_federation.services.blocks that return types with arguments of type BlockSequenceIndex
 List<BlockSequenceIndex> BlockIndexFactoryService.createSequenceIndices(Iterable<BlockEntry> blocks)
           
 List<BlockSequenceIndex> BlockIndexService.getAllBlockSequenceIndices()
           
 Set<BlockSequenceIndex> BlockGeospatialService.getBlockSequenceIndexPassingThroughBounds(CoordinateBounds bounds)
           
 

Methods in org.onebusaway.transit_data_federation.services.blocks with parameters of type BlockSequenceIndex
 Map<BlockInstance,List<List<BlockLocation>>> BlockStatusService.getBlocksForIndex(BlockSequenceIndex index, List<Date> timetamps)
           
 

Constructors in org.onebusaway.transit_data_federation.services.blocks with parameters of type BlockSequenceIndex
BlockStopSequenceIndex(BlockSequenceIndex index, int offset)
           
 



Copyright © 2012 OneBusAway. All Rights Reserved.