Package | Description |
---|---|
org.opentripplanner.analyst.cluster | |
org.opentripplanner.profile |
Modifier and Type | Method and Description |
---|---|
void |
TaskStatisticsStore.store(TaskStatistics ts) |
Modifier and Type | Field and Description |
---|---|
TaskStatistics |
RepeatedRaptorProfileRouter.ts |
Modifier and Type | Method and Description |
---|---|
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.
|
static RaptorWorkerData |
RepeatedRaptorProfileRouter.getRaptorWorkerData(ProfileRequest request,
Graph graph,
SampleSet sampleSet,
TaskStatistics ts)
Create RAPTOR worker data from a graph, profile request and sample set (the last of which may be null
|
PropagatedTimesStore |
RaptorWorker.runRaptor(Graph graph,
gnu.trove.map.TIntIntMap accessTimes,
int[] nonTransitTimes,
TaskStatistics ts) |
Constructor and Description |
---|
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 © 2019. All rights reserved.