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.
|
Modifier and Type | Class and Description |
---|---|
class |
AddTripPattern
Add a trip pattern
|
class |
AdjustDwellTime
Adjust the dwell times on matched trips.
|
class |
AdjustHeadway
Adjust headways on a route.
|
class |
ConvertToFrequency
Convert scheduled trips to frequencies.
|
class |
RemoveTrip
Remove trips from a scenario
|
class |
SkipStop
Skip stops and associated dwell times.
|
class |
TimetableFilter
Abstract class for modifications to existing timetables/frequencies.
|
class |
TransferRule
A transfer rule allows specification, on a per-stop basis, of a different assumption for transfer
boarding times than that used in the graph-wide search.
|
class |
TripFilter
A timetable filter that is applied to specific trips.
|
class |
TripPatternFilter
A filter that is applied to entire trip patterns at once.
|
Modifier and Type | Field and Description |
---|---|
List<Modification> |
Scenario.modifications |
Copyright © 2018. All rights reserved.