Package | Description |
---|---|
org.opentripplanner.routing.graph |
Modifier and Type | Method and Description |
---|---|
List<StopTimesInPattern> |
GraphIndex.getStopTimesForStop(Stop stop,
ServiceDate serviceDate,
boolean omitNonPickups)
Get a list of all trips that pass through a stop during a single ServiceDate.
|
Collection<StopTimesInPattern> |
GraphIndex.stopTimesForStop(Stop stop,
boolean omitNonPickups)
Fetch upcoming vehicle departures from a stop.
|
List<StopTimesInPattern> |
GraphIndex.stopTimesForStop(Stop stop,
long startTime,
int timeRange,
int numberOfDepartures,
boolean omitNonPickups)
Fetch upcoming vehicle departures from a stop.
|
Copyright © 2019. All rights reserved.