Package | Description |
---|---|
org.opentripplanner.routing.core | |
org.opentripplanner.routing.impl |
Modifier and Type | Field and Description |
---|---|
Money |
FareComponent.price |
Modifier and Type | Field and Description |
---|---|
HashMap<Fare.FareType,Money> |
Fare.fare
A mapping from
Fare.FareType to Money . |
Modifier and Type | Method and Description |
---|---|
Money |
Fare.getFare(Fare.FareType type) |
Modifier and Type | Method and Description |
---|---|
void |
Fare.addFare(Fare.FareType fareType,
Money money) |
int |
Money.compareTo(Money m) |
Constructor and Description |
---|
FareComponent(org.onebusaway.gtfs.model.AgencyAndId fareId,
Money amount) |
Modifier and Type | Method and Description |
---|---|
protected static Money |
DefaultFareServiceImpl.getMoney(Currency currency,
float cost) |
Copyright © 2018. All rights reserved.