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 | |
org.opentripplanner.transit |
This is a new replacement transit layer implementation.
|
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.
|
Modifier and Type | Method and Description |
---|---|
RaptorWorkerTimetable |
TripPattern.toRaptorWorkerTimetable(BitSet servicesActive)
Convert a new-style TransitNetwork TripPattern to a RaptorWorkerTimetable as a stopgap measure, to allow
making RaptorWorkerData from the new TransitNetwork.
|
Copyright © 2015. All rights reserved.