Package | Description |
---|---|
org.opentripplanner.index.model | |
org.opentripplanner.routing.core | |
org.opentripplanner.routing.edgetype |
Constructor and Description |
---|
TripTimeShort(TripTimes tt,
int i,
org.onebusaway.gtfs.model.Stop stop,
ServiceDay sd) |
Modifier and Type | Field and Description |
---|---|
protected ServiceDay |
StateData.serviceDay |
Modifier and Type | Field and Description |
---|---|
ArrayList<ServiceDay> |
RoutingContext.serviceDays
Cache lists of which transit services run on which midnight-to-midnight periods.
|
Modifier and Type | Method and Description |
---|---|
ServiceDay |
State.getServiceDay() |
Modifier and Type | Method and Description |
---|---|
void |
StateEditor.setServiceDay(ServiceDay day) |
Modifier and Type | Method and Description |
---|---|
TripTimes |
Timetable.getNextTrip(State s0,
ServiceDay serviceDay,
int stopIndex,
boolean boarding)
Get the next (previous) trip that departs (arrives) from the specified stop at or after
(before) the specified time.
|
Timetable |
TripPattern.getUpdatedTimetable(RoutingRequest req,
ServiceDay sd)
Rather than the scheduled timetable, get the one that has been updated with real-time updates.
|
boolean |
Timetable.temporallyViable(ServiceDay sd,
long searchTime,
int bestWait,
boolean boarding)
Before performing the relatively expensive iteration over all the trips in this pattern, check whether it's even
possible to board any of them given the time at which we are searching, and whether it's possible that any of
them could improve on the best known time.
|
Constructor and Description |
---|
OnBoardDepartPatternHop(OnboardDepartVertex from,
PatternStopVertex to,
TripTimes tripTimes,
ServiceDay serviceDay,
int stopIndex,
double positionInHop) |
Copyright © 2018. All rights reserved.