Package | Description |
---|---|
com.conveyal.r5.analyst.scenario |
This package contains classes for modeling transport scenarios as an ordered series of modifications to be applied
to an underlying baseline graph.
|
com.conveyal.r5.api.util | |
com.conveyal.r5.otp2.transitadapter | |
com.conveyal.r5.profile | |
com.conveyal.r5.transit |
Classes for the transit layer of an R5 TransportNetwork.
|
com.conveyal.r5.transitive |
Adapter classes to allow a TransitLayer to be represented as a Transitive network.
|
Modifier and Type | Method and Description |
---|---|
TripPattern |
RemoveStops.processTripPattern(TripPattern originalTripPattern,
TransportNetwork network) |
Modifier and Type | Method and Description |
---|---|
TripPattern |
RemoveStops.processTripPattern(TripPattern originalTripPattern,
TransportNetwork network) |
Constructor and Description |
---|
SegmentPattern(TransitLayer transitLayer,
TripPattern pattern,
Path currentPath,
int pathIndex,
ZonedDateTime fromTimeDateZD) |
Modifier and Type | Method and Description |
---|---|
TripPattern |
TripScheduleAdapter.tripPattern() |
Modifier and Type | Method and Description |
---|---|
TripPattern |
Path.getPattern(TransitLayer transitLayer,
int pathIndex)
Gets tripPattern at provided pathIndex
|
Modifier and Type | Field and Description |
---|---|
List<TripPattern> |
TransitLayer.tripPatterns |
Modifier and Type | Method and Description |
---|---|
TripPattern |
TripPattern.clone() |
Constructor and Description |
---|
RouteTopology(String routeId,
int directionId,
Collection<TripPattern> patterns) |
Modifier and Type | Method and Description |
---|---|
static List<TransitivePattern.StopIdRef> |
TransitiveNetwork.getStopRefs(TripPattern r5pattern,
TransitLayer transitLayer) |
Copyright © 2019. All rights reserved.