|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BlockIndexService
Method Detail |
---|
List<BlockTripIndex> getBlockTripIndices()
List<BlockTripIndex> getBlockTripIndicesForAgencyId(String agencyId)
List<BlockTripIndex> getBlockTripIndicesForRouteCollectionId(org.onebusaway.gtfs.model.AgencyAndId routeCollectionId)
List<BlockTripIndex> getBlockTripIndicesForBlock(org.onebusaway.gtfs.model.AgencyAndId blockId)
List<BlockStopTimeIndex> getStopTimeIndicesForStop(StopEntry stopEntry)
List<BlockStopSequenceIndex> getStopSequenceIndicesForStop(StopEntry stopEntry)
List<BlockSequenceIndex> getAllBlockSequenceIndices()
List<org.onebusaway.collections.tuple.Pair<BlockStopSequenceIndex>> getBlockSequenceIndicesBetweenStops(StopEntry fromStop, StopEntry toStop)
BlockSequenceIndex
that
travel between the two stops. We will actually return a list of
pairs of BlockStopSequenceIndex
, where each block
stop sequence index is a pointer into the underlying
BlockSequenceIndex
for the two stops.
Effectively, this method tells you all the blocks that travel between the
two stops directly.
fromStop
- the source stoptoStop
- the destination stop
BlockStopSequenceIndex
that link the two
stops directlyList<BlockLayoverIndex> getBlockLayoverIndices()
List<BlockLayoverIndex> getBlockLayoverIndicesForAgencyId(String agencyId)
List<BlockLayoverIndex> getBlockLayoverIndicesForRouteCollectionId(org.onebusaway.gtfs.model.AgencyAndId rotueCollectionId)
List<BlockLayoverIndex> getBlockLayoverIndicesForBlock(org.onebusaway.gtfs.model.AgencyAndId blockId)
List<FrequencyBlockTripIndex> getFrequencyBlockTripIndices()
List<FrequencyBlockTripIndex> getFrequencyBlockTripIndicesForAgencyId(String agencyId)
List<FrequencyBlockTripIndex> getFrequencyBlockTripIndicesForRouteCollectionId(org.onebusaway.gtfs.model.AgencyAndId routeCollectionId)
List<FrequencyBlockTripIndex> getFrequencyBlockTripIndicesForBlock(org.onebusaway.gtfs.model.AgencyAndId blockId)
List<FrequencyBlockStopTimeIndex> getFrequencyStopTimeIndicesForStop(StopEntry stopEntry)
List<FrequencyStopTripIndex> getFrequencyStopTripIndicesForStop(StopEntry stop)
List<org.onebusaway.collections.tuple.Pair<FrequencyStopTripIndex>> getFrequencyIndicesBetweenStops(StopEntry fromStop, StopEntry toStop)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |