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, toString
protected Map<FeedScopedId,FareRuleSet> regularFareRules
public FareService makeFareService()
makeFareService
in interface FareServiceFactory
makeFareService
in class DefaultFareServiceFactory
public void processGtfs(OtpTransitService transitService)
processGtfs
in interface FareServiceFactory
processGtfs
in class DefaultFareServiceFactory
public void configure(com.fasterxml.jackson.databind.JsonNode config)
configure
in interface FareServiceFactory
configure
in class DefaultFareServiceFactory
Copyright © 2020. All rights reserved.