Package org.goplanit.gtfs.scheme
Class GtfsTripsScheme
- java.lang.Object
-
- org.goplanit.gtfs.scheme.GtfsFileScheme
-
- org.goplanit.gtfs.scheme.GtfsTripsScheme
-
public class GtfsTripsScheme extends GtfsFileScheme
The scheme used for GTFS trips, namely a trips.txt file and a GtfsTrip in memory object to go with each entry- Author:
- markr
-
-
Constructor Summary
Constructors Constructor Description GtfsTripsScheme()
Default constructor
-
Method Summary
-
Methods inherited from class org.goplanit.gtfs.scheme.GtfsFileScheme
equals, getFileType, getObjectType, toString
-
-