Package | Description |
---|---|
org.opentripplanner.routing.impl |
Modifier and Type | Field and Description |
---|---|
protected Map<Fare.FareType,Collection<FareRuleSet>> |
DefaultFareServiceImpl.fareRulesPerType
For each fare type (regular, student, etc...) the collection of rules that apply.
|
protected Map<org.onebusaway.gtfs.model.AgencyAndId,FareRuleSet> |
DefaultFareServiceFactory.regularFareRules |
Modifier and Type | Method and Description |
---|---|
void |
DefaultFareServiceImpl.addFareRules(Fare.FareType fareType,
Collection<FareRuleSet> fareRules) |
protected float |
DefaultFareServiceImpl.calculateCost(Fare.FareType fareType,
List<org.opentripplanner.routing.impl.Ride> rides,
Collection<FareRuleSet> fareRules) |
protected void |
DefaultFareServiceFactory.fillFareRules(String agencyId,
Collection<org.onebusaway.gtfs.model.FareAttribute> fareAttributes,
Collection<org.onebusaway.gtfs.model.FareRule> fareRules,
Map<org.onebusaway.gtfs.model.AgencyAndId,FareRuleSet> fareRuleSet) |
protected float |
SFBayFareServiceImpl.getLowestCost(Fare.FareType fareType,
List<org.opentripplanner.routing.impl.Ride> rides,
Collection<FareRuleSet> fareRules) |
protected float |
SeattleFareServiceImpl.getLowestCost(Fare.FareType fareType,
List<org.opentripplanner.routing.impl.Ride> rides,
Collection<FareRuleSet> fareRules) |
protected float |
DefaultFareServiceImpl.getLowestCost(Fare.FareType fareType,
List<org.opentripplanner.routing.impl.Ride> rides,
Collection<FareRuleSet> fareRules) |
Constructor and Description |
---|
SeattleFareServiceImpl(Collection<FareRuleSet> regularFareRules,
Collection<FareRuleSet> youthFareRules,
Collection<FareRuleSet> seniorFareRules) |
SeattleFareServiceImpl(Collection<FareRuleSet> regularFareRules,
Collection<FareRuleSet> youthFareRules,
Collection<FareRuleSet> seniorFareRules) |
SeattleFareServiceImpl(Collection<FareRuleSet> regularFareRules,
Collection<FareRuleSet> youthFareRules,
Collection<FareRuleSet> seniorFareRules) |
SFBayFareServiceImpl(Collection<FareRuleSet> regularFareRules) |
Copyright © 2016. All rights reserved.