Package | Description |
---|---|
org.opentripplanner.profile |
Modifier and Type | Method and Description |
---|---|
Ride |
Ride.extendTo(StopCluster toStopCluster)
Extend this incomplete ride to the given stop, creating a container for PatternRides.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ProfileRouter.dominated(Ride newRide,
StopCluster atCluster)
Check whether a new ride has too long a duration relative to existing rides at the given location,
or relative to the global travel time limit.
|
Modifier and Type | Method and Description |
---|---|
static List<DCFareCalculator.Fare> |
DCFareCalculator.calculateFares(List<Ride> rides)
Should we have exactly one fare per ride, where some fares may have zero cost if they are transfers from the same operator?
...except that this doesn't work for MetroRail, where two legs combine into one.
|
Constructor and Description |
---|
Option(Ride tail,
Collection<StopAtDistance> accessPaths,
Collection<StopAtDistance> egressPaths) |
Ride(Ride other,
StopCluster to)
Construct a partial copy with no PatternRides or Stats and the given arrival StopCluster.
|
Ride(StopCluster from,
Ride previous)
Construct a partial ride (resulting from a transfer, waiting to be completed).
|
Segment(Ride ride) |
Copyright © 2019. All rights reserved.