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