| Package | Description |
|---|---|
| org.opentripplanner.routing.bike_rental | |
| org.opentripplanner.routing.fares | |
| org.opentripplanner.routing.impl | |
| org.opentripplanner.routing.services |
| Modifier and Type | Class and Description |
|---|---|
class |
TimeBasedBikeRentalFareService |
| Modifier and Type | Method and Description |
|---|---|
FareService |
TimeBasedBikeRentalFareServiceFactory.makeFareService() |
| Modifier and Type | Class and Description |
|---|---|
class |
AddingMultipleFareService |
| Modifier and Type | Method and Description |
|---|---|
FareService |
MultipleFareServiceFactory.makeFareService() |
protected abstract FareService |
MultipleFareServiceFactory.makeMultipleFareService(List<FareService> subServices) |
protected FareService |
MultipleFareServiceFactory.AddingMultipleFareServiceFactory.makeMultipleFareService(List<FareService> subServices) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract FareService |
MultipleFareServiceFactory.makeMultipleFareService(List<FareService> subServices) |
protected FareService |
MultipleFareServiceFactory.AddingMultipleFareServiceFactory.makeMultipleFareService(List<FareService> subServices) |
| Constructor and Description |
|---|
AddingMultipleFareService(List<FareService> subServices) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFareServiceImpl
This fare service module handles the cases that GTFS handles within a single feed.
|
class |
DutchFareServiceImpl |
class |
NycFareServiceImpl
This handles the New York City MTA's baroque fare rules for subways and buses
with the following limitations:
(1) the two hour limit on transfers is not enforced
(2) the b61/b62 special case is not handled
(3) MNR, LIRR, and LI Bus are not supported -- only subways and buses
|
class |
SeattleFareServiceImpl |
class |
SFBayFareServiceImpl |
| Modifier and Type | Method and Description |
|---|---|
FareService |
DutchFareServiceFactory.makeFareService() |
FareService |
SFBayFareServiceFactory.makeFareService() |
FareService |
NycFareServiceFactory.makeFareService() |
FareService |
DefaultFareServiceFactory.makeFareService() |
FareService |
SeattleFareServiceFactory.makeFareService() |
| Modifier and Type | Method and Description |
|---|---|
FareService |
FareServiceFactory.makeFareService() |
Copyright © 2018. All rights reserved.