Package | Description |
---|---|
org.opentripplanner.analyst.scenario |
This package contains classes for modeling transport scenarios as an ordered series of modifications to be applied
to an underlying baseline graph.
|
org.opentripplanner.profile |
Modifier and Type | Method and Description |
---|---|
boolean |
TransferRule.matches(RaptorWorkerTimetable from,
RaptorWorkerTimetable to) |
Modifier and Type | Field and Description |
---|---|
List<RaptorWorkerTimetable> |
RaptorWorkerData.timetablesForPattern
For each pattern, a 2D array of stoptimes for each trip on the pattern.
|
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.
|
Copyright © 2018. All rights reserved.