Package org.goplanit.gtfs.handler
Class GtfsFileHandlerFareAttributes
- java.lang.Object
-
- org.goplanit.gtfs.handler.GtfsFileHandler<GtfsFareAttribute>
-
- org.goplanit.gtfs.handler.GtfsFileHandlerFareAttributes
-
public class GtfsFileHandlerFareAttributes extends GtfsFileHandler<GtfsFareAttribute>
Base handler for handling fare attributes- Author:
- markr
-
-
Constructor Summary
Constructors Constructor Description GtfsFileHandlerFareAttributes()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(GtfsFareAttribute gtfsFareAttribute)Handle a GTFS fare attribute-
Methods inherited from class org.goplanit.gtfs.handler.GtfsFileHandler
getFileScheme, handleRaw, isCompatible
-
-
-
-
Method Detail
-
handle
public void handle(GtfsFareAttribute gtfsFareAttribute)
Handle a GTFS fare attribute- Specified by:
handlein classGtfsFileHandler<GtfsFareAttribute>- Parameters:
gtfsFareAttribute- to handler
-
-