public static class DCFareCalculator.Fare extends Object
Modifier and Type | Field and Description |
---|---|
double |
low |
double |
peak |
double |
senior |
boolean |
transferReduction |
org.opentripplanner.profile.DCFareCalculator.RideType |
type |
Constructor and Description |
---|
Fare(DCFareCalculator.Fare other) |
Fare(double base) |
Fare(double low,
double peak,
double senior) |
Modifier and Type | Method and Description |
---|---|
void |
accumulate(DCFareCalculator.Fare other) |
void |
discount(double amount) |
public org.opentripplanner.profile.DCFareCalculator.RideType type
public double low
public double peak
public double senior
public boolean transferReduction
public Fare(DCFareCalculator.Fare other)
public Fare(double base)
public Fare(double low, double peak, double senior)
public void accumulate(DCFareCalculator.Fare other)
public void discount(double amount)
Copyright © 2018. All rights reserved.