All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opentripplanner.routing.fares.impl.DutchFareServiceFactory Maven / Gradle / Ivy

package org.opentripplanner.routing.fares.impl;

import org.opentripplanner.routing.fares.FareService;

public class DutchFareServiceFactory extends DefaultFareServiceFactory {
    @Override
    public FareService makeFareService() { 
        return new DutchFareServiceImpl(regularFareRules.values());
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy