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 | Field and Description |
---|---|
RaptorWorkerTimetable.BoardingAssumption |
TransferRule.assumption
The boarding assumption to use for matched transfers
|
Modifier and Type | Method and Description |
---|---|
void |
ConvertToFrequency.apply(List<FrequencyEntry> frequencyEntries,
List<TripTimes> scheduledTrips,
Graph graph,
BitSet servicesRunning,
RaptorWorkerTimetable.BoardingAssumption assumption) |
Modifier and Type | Field and Description |
---|---|
RaptorWorkerTimetable.BoardingAssumption |
RaptorWorkerData.boardingAssumption
The boarding assumption used for initial vehicle boarding, and for when there is no transfer rule defined
|
RaptorWorkerTimetable.BoardingAssumption |
ProfileRequest.boardingAssumption
What assumption should be used when boarding frequency vehicles?
|
Modifier and Type | Method and Description |
---|---|
static RaptorWorkerTimetable.BoardingAssumption |
RaptorWorkerTimetable.BoardingAssumption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RaptorWorkerTimetable.BoardingAssumption[] |
RaptorWorkerTimetable.BoardingAssumption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
int |
RaptorWorkerTimetable.getFrequencyDeparture(int trip,
int stop,
int time,
int previousPattern,
FrequencyRandomOffsets offsets,
RaptorWorkerTimetable.BoardingAssumption assumption)
Get the departure on frequency trip trip at stop stop after time time,
with the given boarding assumption.
|
Copyright © 2019. All rights reserved.