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 |
Contains classes for reading and writing GTFS configuration data.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<FareRule> |
FareRule.getFareRules(org.hibernate.Session session,
int configRev)
Returns List of FareRule objects for the specified database revision.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<FareRule> |
GtfsData.getFareRules() |