![JAR search and dependency download from the Maven repository](/logo.png)
com.github.skjolber.dc.gtfs.GtfsIntermediateProcessor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gtfs-databinding Show documentation
Show all versions of gtfs-databinding Show documentation
Library for parsing of GTFS feeds
The newest version!
package com.github.skjolber.dc.gtfs;
import com.github.skjolber.dc.GtfsFeed;
public class GtfsIntermediateProcessor extends IntermediateProcessor {
protected GtfsFeed feed;
public GtfsIntermediateProcessor(int count, GtfsFeed feed) {
super(count);
this.feed = feed;
}
public GtfsFeed getFeed() {
return feed;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy