Package | Description |
---|---|
org.opentripplanner.profile | |
org.opentripplanner.profile.fares |
Modifier and Type | Field and Description |
---|---|
List<DCFareCalculator.Fare> |
Option.fares |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
DCFareCalculator.Fare.accumulate(DCFareCalculator.Fare other) |
Constructor and Description |
---|
Fare(DCFareCalculator.Fare other) |
Modifier and Type | Method and Description |
---|---|
DCFareCalculator.Fare |
FareTable.lookup(Stop from,
Stop to) |
DCFareCalculator.Fare |
FareTable.lookup(String from,
String to) |
Copyright © 2019. All rights reserved.