Package | Description |
---|---|
org.opentripplanner.profile |
Modifier and Type | Field and Description |
---|---|
TimeWindow |
RoundBasedProfileRouter.window |
Modifier and Type | Method and Description |
---|---|
void |
Ride.calcStats(TimeWindow window,
double walkSpeed)
Create a compound Stats for all the constituent PatternRides of this Ride.
|
org.opentripplanner.profile.Stats |
Ride.calcStatsForBoarding(TimeWindow window)
Produce stats about boarding an initial Ride, which has no previous ride.
|
org.opentripplanner.profile.Stats |
Ride.calcStatsForTransfer(TimeWindow window,
double walkSpeed)
Calculates Stats for the transfer to the given ride from the previous ride.
|
static RaptorWorkerTimetable |
RaptorWorkerTimetable.forAddedPattern(AddTripPattern atp,
TimeWindow window,
TaskStatistics ts)
Create a raptor worker timetable for an added pattern
|
static RaptorWorkerTimetable |
RaptorWorkerTimetable.forPattern(Graph graph,
TripPattern pattern,
TimeWindow window,
Scenario scenario,
TaskStatistics ts)
This is a factory function rather than a constructor to avoid calling the super constructor for rejected patterns.
|
gnu.trove.list.TIntList |
Ride.getSortedStoptimes(TimeWindow window,
boolean arrivals) |
Constructor and Description |
---|
RaptorWorkerData(Graph graph,
TimeWindow window,
ProfileRequest request) |
RaptorWorkerData(Graph graph,
TimeWindow window,
ProfileRequest request,
SampleSet sampleSet) |
RaptorWorkerData(Graph graph,
TimeWindow window,
ProfileRequest req,
SampleSet sampleSet,
TaskStatistics ts)
Create RaptorWorkerData to be used to build ResultSets directly without creating an intermediate SampleSet
|
RaptorWorkerData(Graph graph,
TimeWindow window,
ProfileRequest request,
TaskStatistics ts)
Create RaptorWorkerData for the given window and graph
|
Copyright © 2018. All rights reserved.