public class PdxFareServiceImpl extends DefaultFareServiceImpl
fareRulesPerType
Constructor and Description |
---|
PdxFareServiceImpl(Collection<FareRuleSet> regularFareRules) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
populateFare(Fare fare,
Currency currency,
Fare.FareType fareType,
List<org.opentripplanner.routing.impl.Ride> rides,
Collection<FareRuleSet> fareRules)
The fare calculation for the Portland area is relatively simple.
|
addFareRules, addFares, calculateCost, createRides, getCost, getLowestCost, getMoney
public PdxFareServiceImpl(Collection<FareRuleSet> regularFareRules)
protected boolean populateFare(Fare fare, Currency currency, Fare.FareType fareType, List<org.opentripplanner.routing.impl.Ride> rides, Collection<FareRuleSet> fareRules)
populateFare
in class DefaultFareServiceImpl
Copyright © 2020. All rights reserved.