|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StopSequence | |
---|---|
org.onebusaway.transit_data_federation.impl | |
org.onebusaway.transit_data_federation.model | |
org.onebusaway.transit_data_federation.services |
Uses of StopSequence in org.onebusaway.transit_data_federation.impl |
---|
Methods in org.onebusaway.transit_data_federation.impl that return types with arguments of type StopSequence | |
---|---|
List<StopSequence> |
StopSequencesServiceImpl.getStopSequencesForTrips(List<BlockTripEntry> trips)
|
Method parameters in org.onebusaway.transit_data_federation.impl with type arguments of type StopSequence | |
---|---|
List<StopSequenceCollection> |
StopSequenceCollectionServiceImpl.getStopSequencesAsCollections(List<StopSequence> sequences)
|
Uses of StopSequence in org.onebusaway.transit_data_federation.model |
---|
Methods in org.onebusaway.transit_data_federation.model that return types with arguments of type StopSequence | |
---|---|
List<StopSequence> |
StopSequenceCollection.getStopSequences()
|
Method parameters in org.onebusaway.transit_data_federation.model with type arguments of type StopSequence | |
---|---|
void |
StopSequenceCollection.setStopSequences(List<StopSequence> stopSequences)
|
Uses of StopSequence in org.onebusaway.transit_data_federation.services |
---|
Methods in org.onebusaway.transit_data_federation.services that return types with arguments of type StopSequence | |
---|---|
List<StopSequence> |
StopSequencesService.getStopSequencesForTrips(List<BlockTripEntry> trips)
Recall that a stop sequence is a unique sequence of stops visited by a transit trip. |
Method parameters in org.onebusaway.transit_data_federation.services with type arguments of type StopSequence | |
---|---|
List<StopSequenceCollection> |
StopSequenceCollectionService.getStopSequencesAsCollections(List<StopSequence> sequences)
Group a set of stop sequence objects into a smaller set of stop sequence collections, typically grouping the stop sequences by direction of travel for the parent route. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |