Package | Description |
---|---|
org.opentripplanner.index.model | |
org.opentripplanner.routing.edgetype | |
org.opentripplanner.routing.edgetype.flex | |
org.opentripplanner.routing.graph |
Modifier and Type | Method and Description |
---|---|
static List<TripTimeShort> |
TripTimeShort.fromTripTimes(Timetable table,
Trip trip)
must pass in both table and trip, because tripTimes do not have stops.
|
Modifier and Type | Field and Description |
---|---|
Timetable |
TripPattern.scheduledTimetable
This is the "original" timetable holding the scheduled stop times from GTFS, with no
realtime updates applied.
|
Modifier and Type | Method and Description |
---|---|
Timetable |
TripPattern.getUpdatedTimetable(RoutingRequest req,
ServiceDay sd)
Rather than the scheduled timetable, get the one that has been updated with real-time updates.
|
Timetable |
TimetableSnapshot.resolve(TripPattern pattern,
ServiceDate serviceDate)
Returns an updated timetable for the specified pattern if one is available in this snapshot,
or the originally scheduled timetable if there are no updates in this snapshot.
|
Modifier and Type | Method and Description |
---|---|
int |
TimetableSnapshot.SortedTimetableComparator.compare(Timetable t1,
Timetable t2) |
TripTimes |
TransitBoardAlight.getNextTrip(State s0,
ServiceDay sd,
Timetable timetable) |
Modifier and Type | Method and Description |
---|---|
TripTimes |
FlexTransitBoardAlight.getNextTrip(State s0,
ServiceDay sd,
Timetable timetable) |
Modifier and Type | Method and Description |
---|---|
Timetable |
GraphIndex.currentUpdatedTimetableForTripPattern(TripPattern tripPattern)
Get the most up-to-date timetable for the given TripPattern, as of right now.
|
Copyright © 2020. All rights reserved.