Package | Description |
---|---|
org.transitime.db.structs |
Contains the descriptions of the classes for the objects that are read
and written to the database.
|
org.transitime.gtfs.readers |
For reading in a GTFS file in CSV format.
|
Constructor and Description |
---|
FareRule(int configRev,
GtfsFareRule gfr,
java.lang.String properRouteId)
For constructing FareRule object using GTFS data.
|
Modifier and Type | Method and Description |
---|---|
GtfsFareRule |
GtfsFareRulesReader.handleRecord(org.apache.commons.csv.CSVRecord record,
boolean supplemental) |