| 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.routing.edgetype |
| Modifier and Type | Field and Description |
|---|---|
List<FrequencyEntry> |
ConvertToFrequency.frequencyEntries |
| Modifier and Type | Method and Description |
|---|---|
FrequencyEntry |
AdjustHeadway.apply(org.onebusaway.gtfs.model.Trip trip,
TripPattern tp,
FrequencyEntry fe) |
abstract FrequencyEntry |
TripFilter.apply(org.onebusaway.gtfs.model.Trip trip,
TripPattern tp,
FrequencyEntry fe) |
FrequencyEntry |
RemoveTrip.apply(org.onebusaway.gtfs.model.Trip trip,
TripPattern tp,
FrequencyEntry fe) |
FrequencyEntry |
AdjustDwellTime.apply(org.onebusaway.gtfs.model.Trip trip,
TripPattern tp,
FrequencyEntry fe) |
| Modifier and Type | Method and Description |
|---|---|
FrequencyEntry |
AdjustHeadway.apply(org.onebusaway.gtfs.model.Trip trip,
TripPattern tp,
FrequencyEntry fe) |
abstract FrequencyEntry |
TripFilter.apply(org.onebusaway.gtfs.model.Trip trip,
TripPattern tp,
FrequencyEntry fe) |
FrequencyEntry |
RemoveTrip.apply(org.onebusaway.gtfs.model.Trip trip,
TripPattern tp,
FrequencyEntry fe) |
FrequencyEntry |
AdjustDwellTime.apply(org.onebusaway.gtfs.model.Trip trip,
TripPattern tp,
FrequencyEntry fe) |
| 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 |
|---|---|
List<FrequencyEntry> |
Timetable.frequencyEntries
Contains one FrequencyEntry object for each block of frequency-based trips.
|
| Modifier and Type | Method and Description |
|---|---|
FrequencyEntry |
TripPattern.getSingleFrequencyEntry()
This method can be used in very specific circumstances, where each TripPattern has only one FrequencyEntry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TripPattern.add(FrequencyEntry freq)
Add the given FrequencyEntry to this pattern's scheduled timetable, recording the corresponding
trip as one of the scheduled trips on this pattern.
|
void |
Timetable.addFrequencyEntry(FrequencyEntry freq)
Add a frequency entry to this Timetable.
|
Copyright © 2018. All rights reserved.