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