| Package | Description |
|---|---|
| org.opentripplanner.model | |
| org.opentripplanner.routing.graph | |
| org.opentripplanner.routing.trippattern |
| Constructor and Description |
|---|
StopPattern(List<StopTime> stopTimes,
Deduplicator deduplicator)
Default constructor
|
StopPatternFlexFields(List<StopTime> stopTimes,
Map<String,org.locationtech.jts.geom.Geometry> areaGeometryByArea,
Deduplicator deduplicator)
Default constructor.
|
| Modifier and Type | Field and Description |
|---|---|
Deduplicator |
Graph.deduplicator |
| Constructor and Description |
|---|
TripTimes(Trip trip,
List<StopTime> stopTimes,
Deduplicator deduplicator)
The provided stopTimes are assumed to be pre-filtered, valid, and monotonically increasing.
|
Copyright © 2019. All rights reserved.