public class PdxFareServiceFactory extends DefaultFareServiceFactory
| Modifier and Type | Field and Description |
|---|---|
protected Map<FeedScopedId,FareRuleSet> |
regularFareRules |
| Constructor and Description |
|---|
PdxFareServiceFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(com.fasterxml.jackson.databind.JsonNode config)
There is no configuration code in DefaultFareServiceFactory.
|
FareService |
makeFareService() |
void |
processGtfs(OtpTransitService transitService)
This step ensures that the fares in the source GTFS data are accounted for correctly.
|
fillFareRules, fromConfig, toStringprotected Map<FeedScopedId,FareRuleSet> regularFareRules
public FareService makeFareService()
makeFareService in interface FareServiceFactorymakeFareService in class DefaultFareServiceFactorypublic void processGtfs(OtpTransitService transitService)
processGtfs in interface FareServiceFactoryprocessGtfs in class DefaultFareServiceFactorypublic void configure(com.fasterxml.jackson.databind.JsonNode config)
configure in interface FareServiceFactoryconfigure in class DefaultFareServiceFactoryCopyright © 2020. All rights reserved.