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

com.github.skjolber.dc.gtfs.GtfsOneToManyProcessor Maven / Gradle / Ivy

package com.github.skjolber.dc.gtfs;

import com.github.skjolber.dc.GtfsFeed;

public class GtfsOneToManyProcessor extends OneToManyProcessor {

	protected GtfsFeed feed;
	
	public GtfsOneToManyProcessor(GtfsFeed feed) {
		this.feed = feed;
	}

	public GtfsFeed getFeed() {
		return feed;
	}
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy