Package org.goplanit.gtfs.handler
Class GtfsFileHandlerTrips
- java.lang.Object
-
- org.goplanit.gtfs.handler.GtfsFileHandler<GtfsTrip>
-
- org.goplanit.gtfs.handler.GtfsFileHandlerTrips
-
- Direct Known Subclasses:
GtfsPlanitFileHandlerTrips
public class GtfsFileHandlerTrips extends GtfsFileHandler<GtfsTrip>
Base handler for handling trips- Author:
- markr
-
-
Constructor Summary
Constructors Constructor Description GtfsFileHandlerTrips()
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handle(GtfsTrip gtfsTrip)
Handle a GTFS trip-
Methods inherited from class org.goplanit.gtfs.handler.GtfsFileHandler
getFileScheme, handleComplete, handleRaw, isCompatible, reset
-
-
-
-
Method Detail
-
handle
public void handle(GtfsTrip gtfsTrip)
Handle a GTFS trip- Specified by:
handle
in classGtfsFileHandler<GtfsTrip>
- Parameters:
gtfsTrip
- to handler
-
-