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 |
---|---|
Map<String,Scenario> |
ScenarioStore.scenarios |
Modifier and Type | Method and Description |
---|---|
Scenario |
ScenarioStore.getNewEmptyScenario() |
Modifier and Type | Field and Description |
---|---|
Scenario |
ProfileRequest.scenario
A non-destructive scenario to apply when executing this request
|
Modifier and Type | Method and Description |
---|---|
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 © 2019. All rights reserved.