A B C D E F G H I K L M N O P R S T U V W Z _ 
All Classes All Packages

A

add(ShapePoint) - Method in class org.onebusaway.gtfs.impl.ShapePointArray
List Interface
add(StopTime) - Method in class org.onebusaway.gtfs.impl.StopTimeArray
Collection Interface
addAgencyIdMapping(String, String) - Method in class org.onebusaway.gtfs.serialization.GtfsReader
 
addIntervals(ServiceIdIntervals) - Method in class org.onebusaway.gtfs.model.calendar.ServiceIdIntervals
 
addLocation(StopLocation) - Method in class org.onebusaway.gtfs.model.LocationGroup
 
addLocation(StopLocation) - Method in class org.onebusaway.gtfs.model.StopArea
 
addMetadata(String, String) - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
addMetadata(String, String) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
addMetadata(String, String) - Method in interface org.onebusaway.gtfs.services.GtfsDao
 
addStopTime(LocalizedServiceId, int, int) - Method in class org.onebusaway.gtfs.model.calendar.ServiceIdIntervals
 
Agency - Class in org.onebusaway.gtfs.model
 
Agency() - Constructor for class org.onebusaway.gtfs.model.Agency
 
Agency(Agency) - Constructor for class org.onebusaway.gtfs.model.Agency
 
AgencyAndId - Class in org.onebusaway.gtfs.model
 
AgencyAndId() - Constructor for class org.onebusaway.gtfs.model.AgencyAndId
 
AgencyAndId(String, String) - Constructor for class org.onebusaway.gtfs.model.AgencyAndId
 
AgencyAndIdInstance - Class in org.onebusaway.gtfs.model
An identifier class that combines a AgencyAndId id with a service date.
AgencyAndIdInstance(AgencyAndId, long) - Constructor for class org.onebusaway.gtfs.model.AgencyAndIdInstance
 
AgencyIdFieldMappingFactory - Class in org.onebusaway.gtfs.serialization.mappings
 
AgencyIdFieldMappingFactory() - Constructor for class org.onebusaway.gtfs.serialization.mappings.AgencyIdFieldMappingFactory
 
AgencyIdTranslationFieldMappingFactory - Class in org.onebusaway.gtfs.serialization.mappings
 
AgencyIdTranslationFieldMappingFactory() - Constructor for class org.onebusaway.gtfs.serialization.mappings.AgencyIdTranslationFieldMappingFactory
 
AgencyNotFoundForRouteException - Exception in org.onebusaway.gtfs.serialization.mappings
Error indicating that there was a problem finding the appropriate Agency instance to set in a call to Route.setAgency(Agency).
AgencyNotFoundForRouteException(Class<?>, Route) - Constructor for exception org.onebusaway.gtfs.serialization.mappings.AgencyNotFoundForRouteException
 
AgencyNotFoundForRouteException(Class<?>, Route, String) - Constructor for exception org.onebusaway.gtfs.serialization.mappings.AgencyNotFoundForRouteException
 
AgencyServiceInterval - Class in org.onebusaway.gtfs.model.calendar
Represent a service interval (a period of defined transit both scheduled and dynamic) that exists on a given service date and window relative to that date.
AgencyServiceInterval(long) - Constructor for class org.onebusaway.gtfs.model.calendar.AgencyServiceInterval
 
AgencyServiceInterval(long, Map<String, Integer>) - Constructor for class org.onebusaway.gtfs.model.calendar.AgencyServiceInterval
 
AgencyServiceInterval(ServiceDate) - Constructor for class org.onebusaway.gtfs.model.calendar.AgencyServiceInterval
 
AlternateStopNameException - Class in org.onebusaway.gtfs.model
 
AlternateStopNameException() - Constructor for class org.onebusaway.gtfs.model.AlternateStopNameException
 
AlternateStopNameException(AlternateStopNameException) - Constructor for class org.onebusaway.gtfs.model.AlternateStopNameException
 
AlternateStopNamesExceptions - Class in org.onebusaway.gtfs.model
 
AlternateStopNamesExceptions() - Constructor for class org.onebusaway.gtfs.model.AlternateStopNamesExceptions
 
Area - Class in org.onebusaway.gtfs.model
 
Area() - Constructor for class org.onebusaway.gtfs.model.Area
 
Area(Area) - Constructor for class org.onebusaway.gtfs.model.Area
 
ARRIVAL_OP - Static variable in class org.onebusaway.gtfs.impl.calendar.ServiceIdOp
 

B

Block - Class in org.onebusaway.gtfs.model
 
Block() - Constructor for class org.onebusaway.gtfs.model.Block
 
Block(Block) - Constructor for class org.onebusaway.gtfs.model.Block
 
BlockProxy - Interface in org.onebusaway.gtfs.model
 
BookingRule - Class in org.onebusaway.gtfs.model
 
BookingRule() - Constructor for class org.onebusaway.gtfs.model.BookingRule
 
BookingRule(BookingRule) - Constructor for class org.onebusaway.gtfs.model.BookingRule
 
BOTH_OP - Static variable in class org.onebusaway.gtfs.impl.calendar.ServiceIdOp
 

C

CalendarService - Interface in org.onebusaway.gtfs.services.calendar
While the set of ServiceCalendar and ServiceCalendarDate entities for a given GTFS feed compactly represent the dates of service for a particular service id, they are not particularly amenable to quick calculations.
CalendarServiceData - Class in org.onebusaway.gtfs.model.calendar
 
CalendarServiceData() - Constructor for class org.onebusaway.gtfs.model.calendar.CalendarServiceData
 
CalendarServiceDataFactory - Interface in org.onebusaway.gtfs.services.calendar
 
CalendarServiceDataFactoryImpl - Class in org.onebusaway.gtfs.impl.calendar
We perform initial date calculations in the timezone of the host jvm, which may be different than the timezone of an agency with the specified service id.
CalendarServiceDataFactoryImpl() - Constructor for class org.onebusaway.gtfs.impl.calendar.CalendarServiceDataFactoryImpl
 
CalendarServiceDataFactoryImpl(GtfsRelationalDao) - Constructor for class org.onebusaway.gtfs.impl.calendar.CalendarServiceDataFactoryImpl
 
CalendarServiceImpl - Class in org.onebusaway.gtfs.impl.calendar
An implementation of CalendarService.
CalendarServiceImpl() - Constructor for class org.onebusaway.gtfs.impl.calendar.CalendarServiceImpl
 
CalendarServiceImpl(CalendarServiceData) - Constructor for class org.onebusaway.gtfs.impl.calendar.CalendarServiceImpl
 
CalendarServiceImpl(CalendarServiceDataFactory) - Constructor for class org.onebusaway.gtfs.impl.calendar.CalendarServiceImpl
 
cleanup() - Method in class org.onebusaway.gtfs.impl.FileSupport
 
clear() - Method in class org.onebusaway.gtfs.impl.GenericDaoImpl
 
clear() - Method in class org.onebusaway.gtfs.impl.ShapePointArray
 
clear() - Method in class org.onebusaway.gtfs.impl.StopTimeArray
 
clearAllCaches() - Method in class org.onebusaway.gtfs.impl.GtfsRelationalDaoImpl
 
clearAllEntitiesForType(Class<T>) - Method in class org.onebusaway.gtfs.impl.GenericDaoImpl
 
clearAllEntitiesForType(Class<T>) - Method in class org.onebusaway.gtfs.impl.GenericMutableDaoWrapper
 
clearAllEntitiesForType(Class<T>) - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
clearAllEntitiesForType(Class<T>) - Method in interface org.onebusaway.gtfs.services.GenericMutableDao
 
clearArrivalTime() - Method in class org.onebusaway.gtfs.model.StopTime
 
clearArrivalTime() - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
clearDepartureTime() - Method in class org.onebusaway.gtfs.model.StopTime
 
clearDepartureTime() - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
clearDistTraveled() - Method in class org.onebusaway.gtfs.model.ShapePoint
 
clearDistTraveled() - Method in interface org.onebusaway.gtfs.model.ShapePointProxy
 
clearIsAccessible() - Method in class org.onebusaway.gtfs.model.Pathway
 
clearJourneyDuration() - Method in class org.onebusaway.gtfs.model.FareAttribute
 
clearLat() - Method in class org.onebusaway.gtfs.model.Stop
 
clearLength() - Method in class org.onebusaway.gtfs.model.Pathway
 
clearLon() - Method in class org.onebusaway.gtfs.model.Stop
 
clearMaxSlope() - Method in class org.onebusaway.gtfs.model.Pathway
 
clearMinTransferTime() - Method in class org.onebusaway.gtfs.model.Transfer
 
clearMinWidth() - Method in class org.onebusaway.gtfs.model.Pathway
 
clearPathwayType() - Method in class org.onebusaway.gtfs.model.Pathway
Deprecated.
clearShapeDistTraveled() - Method in class org.onebusaway.gtfs.model.StopTime
 
clearShapeDistTraveled() - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
clearStairCount() - Method in class org.onebusaway.gtfs.model.Pathway
 
clearTimepoint() - Method in class org.onebusaway.gtfs.model.StopTime
 
clearTimepoint() - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
clearTotalAlightings() - Method in class org.onebusaway.gtfs.model.Ridership
 
clearTotalAlightings() - Method in class org.onebusaway.gtfs.model.RidershipData
 
clearTotalBoardings() - Method in class org.onebusaway.gtfs.model.Ridership
 
clearTotalBoardings() - Method in class org.onebusaway.gtfs.model.RidershipData
 
clearTransferDuration() - Method in class org.onebusaway.gtfs.model.FareAttribute
 
clearTransfers() - Method in class org.onebusaway.gtfs.model.FareAttribute
 
clearTraversalTime() - Method in class org.onebusaway.gtfs.model.Pathway
 
clearVehicleType() - Method in class org.onebusaway.gtfs.model.Stop
 
clearWheelchairTraversalTime() - Method in class org.onebusaway.gtfs.model.Pathway
Deprecated.
close() - Method in class org.onebusaway.gtfs.impl.GenericDaoImpl
 
close() - Method in class org.onebusaway.gtfs.impl.GenericMutableDaoWrapper
 
close() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
close() - Method in interface org.onebusaway.gtfs.serialization.GtfsEntityStore
 
close() - Method in interface org.onebusaway.gtfs.serialization.GtfsSource
 
close() - Method in interface org.onebusaway.gtfs.services.GenericMutableDao
 
compare(Date, Date) - Method in class org.onebusaway.gtfs.impl.calendar.ServiceIdOp
 
compare(ServiceCalendarDate, ServiceCalendarDate) - Method in class org.onebusaway.gtfs.serialization.comparators.ServiceCalendarDateComparator
 
compare(ServiceCalendar, ServiceCalendar) - Method in class org.onebusaway.gtfs.serialization.comparators.ServiceCalendarComparator
 
compare(ShapePoint, ShapePoint) - Method in class org.onebusaway.gtfs.serialization.comparators.ShapePointComparator
 
compare(StopTime, StopTime) - Method in class org.onebusaway.gtfs.serialization.comparators.StopTimeComparator
 
compareInterval(ServiceInterval, Date, Date, Date) - Method in class org.onebusaway.gtfs.impl.calendar.ServiceIdOp
Returns -1 if the service interval comes before the from-to interval.
compareTo(AgencyAndId) - Method in class org.onebusaway.gtfs.model.AgencyAndId
 
compareTo(AgencyAndIdInstance) - Method in class org.onebusaway.gtfs.model.AgencyAndIdInstance
 
compareTo(LocalizedServiceId) - Method in class org.onebusaway.gtfs.model.calendar.LocalizedServiceId
 
compareTo(ServiceDate) - Method in class org.onebusaway.gtfs.model.calendar.ServiceDate
 
compareTo(ShapePoint) - Method in class org.onebusaway.gtfs.model.ShapePoint
 
compareTo(StopTime) - Method in class org.onebusaway.gtfs.model.StopTime
 
ConverterFactory - Interface in org.onebusaway.gtfs.serialization.mappings
Factory interface for creating a Converter.
convertFromString(String) - Static method in class org.onebusaway.gtfs.model.AgencyAndId
Given an id of the form "agencyId_entityId", parses into a AgencyAndId id object.
convertFromString(String, char) - Static method in class org.onebusaway.gtfs.model.AgencyAndId
Given an id of the form "agencyId_entityId", parses into a AgencyAndId id object.
convertToString(AgencyAndId) - Static method in class org.onebusaway.gtfs.model.AgencyAndId
Given an AgencyAndId object, creates a string representation of the form "agencyId_entityId"
create() - Static method in class org.onebusaway.gtfs.services.MockGtfs
 
create(CsvEntityContext) - Method in interface org.onebusaway.gtfs.serialization.mappings.ConverterFactory
 
create(CsvEntityContext) - Method in class org.onebusaway.gtfs.serialization.mappings.StopLocationFieldMappingImpl
 
createData() - Method in class org.onebusaway.gtfs.impl.calendar.CalendarServiceDataFactoryImpl
 
createData() - Method in interface org.onebusaway.gtfs.services.calendar.CalendarServiceDataFactory
 
createData(GtfsRelationalDao) - Static method in class org.onebusaway.gtfs.impl.translation.TranslationServiceDataFactoryImpl
 
createEntitySchemaFactory() - Static method in class org.onebusaway.gtfs.serialization.GtfsEntitySchemaFactory
 
createEntitySchemaFactory() - Method in class org.onebusaway.gtfs.serialization.GtfsReader
Protected Methods
createEntitySchemaFactory() - Method in class org.onebusaway.gtfs.serialization.GtfsWriter
Protected Methods
createFieldMapping(EntitySchemaFactory, Class<?>, String, String, Class<?>, boolean) - Method in class org.onebusaway.gtfs.serialization.mappings.AgencyIdFieldMappingFactory
 
createFieldMapping(EntitySchemaFactory, Class<?>, String, String, Class<?>, boolean) - Method in class org.onebusaway.gtfs.serialization.mappings.AgencyIdTranslationFieldMappingFactory
 
createFieldMapping(EntitySchemaFactory, Class<?>, String, String, Class<?>, boolean) - Method in class org.onebusaway.gtfs.serialization.mappings.DefaultAgencyIdFieldMappingFactory
 
createFieldMapping(EntitySchemaFactory, Class<?>, String, String, Class<?>, boolean) - Method in class org.onebusaway.gtfs.serialization.mappings.EntityFieldMappingFactory
 
createFieldMapping(EntitySchemaFactory, Class<?>, String, String, Class<?>, boolean) - Method in class org.onebusaway.gtfs.serialization.mappings.FareProductFieldMappingFactory
 
createFieldMapping(EntitySchemaFactory, Class<?>, String, String, Class<?>, boolean) - Method in class org.onebusaway.gtfs.serialization.mappings.RouteAgencyFieldMappingFactory
 
createFieldMapping(EntitySchemaFactory, Class<?>, String, String, Class<?>, boolean) - Method in class org.onebusaway.gtfs.serialization.mappings.ServiceDateFieldMappingFactory
 
createFieldMapping(EntitySchemaFactory, Class<?>, String, String, Class<?>, boolean) - Method in class org.onebusaway.gtfs.serialization.mappings.StopLocationFieldMappingFactory
 
createFieldMapping(EntitySchemaFactory, Class<?>, String, String, Class<?>, boolean) - Method in class org.onebusaway.gtfs.serialization.mappings.StopTimeFieldMappingFactory
 
createService(GtfsRelationalDao) - Static method in class org.onebusaway.gtfs.impl.calendar.CalendarServiceDataFactoryImpl
 

D

DefaultAgencyIdFieldMappingFactory - Class in org.onebusaway.gtfs.serialization.mappings
A FieldMappingFactory implementation that produces a FieldMapping that is responsible for setting the AgencyAndId.setAgencyId(String) portion of an AgencyAndId identifier.
DefaultAgencyIdFieldMappingFactory() - Constructor for class org.onebusaway.gtfs.serialization.mappings.DefaultAgencyIdFieldMappingFactory
 
DefaultAgencyIdFieldMappingFactory(String) - Constructor for class org.onebusaway.gtfs.serialization.mappings.DefaultAgencyIdFieldMappingFactory
 
deleteFileRecursively(File) - Method in class org.onebusaway.gtfs.impl.FileSupport
 
DEPARTURE_OP - Static variable in class org.onebusaway.gtfs.impl.calendar.ServiceIdOp
 
difference(ServiceDate) - Method in class org.onebusaway.gtfs.model.calendar.ServiceDate
 
DirectionEntry - Class in org.onebusaway.gtfs.model
 
DirectionEntry() - Constructor for class org.onebusaway.gtfs.model.DirectionEntry
 
DirectionNameException - Class in org.onebusaway.gtfs.model
 
DirectionNameException() - Constructor for class org.onebusaway.gtfs.model.DirectionNameException
 
DirectionNameException(DirectionNameException) - Constructor for class org.onebusaway.gtfs.model.DirectionNameException
 
displayArrival() - Method in class org.onebusaway.gtfs.model.StopTime
 
DuplicateEntityException - Exception in org.onebusaway.gtfs.serialization
Indicates that two entities with the same id were found in a GTFS feed as it was being read.
DuplicateEntityException(Class<?>, Serializable) - Constructor for exception org.onebusaway.gtfs.serialization.DuplicateEntityException
 

E

EntityFieldMappingFactory - Class in org.onebusaway.gtfs.serialization.mappings
FieldMappingFactory that produces a FieldMapping instance capable of mapping a CSV string entity id to an entity instance, and vice versa.
EntityFieldMappingFactory() - Constructor for class org.onebusaway.gtfs.serialization.mappings.EntityFieldMappingFactory
 
EntityReferenceNotFoundException - Exception in org.onebusaway.gtfs.serialization
Indicates that a GTFS entity has a reference to another entity that has not been seen before in the feed and that we don't know how to specify a default agency id for that entity as result.
EntityReferenceNotFoundException(Class<?>, String) - Constructor for exception org.onebusaway.gtfs.serialization.EntityReferenceNotFoundException
 
equals(Object) - Method in class org.onebusaway.gtfs.model.AgencyAndId
 
equals(Object) - Method in class org.onebusaway.gtfs.model.AgencyAndIdInstance
 
equals(Object) - Method in class org.onebusaway.gtfs.model.calendar.AgencyServiceInterval
 
equals(Object) - Method in class org.onebusaway.gtfs.model.calendar.LocalizedServiceId
 
equals(Object) - Method in class org.onebusaway.gtfs.model.calendar.ServiceDate
 
equals(Object) - Method in class org.onebusaway.gtfs.model.IdentityBean
equals(Object) - Method in class org.onebusaway.gtfs.model.translation.TypeAndLanguage
 
EXCEPTION_TYPE_ADD - Static variable in class org.onebusaway.gtfs.model.ServiceCalendarDate
 
EXCEPTION_TYPE_REMOVE - Static variable in class org.onebusaway.gtfs.model.ServiceCalendarDate
 
Experimental - Annotation Type in org.onebusaway.gtfs.annotations
This annotation indicates that a field is experimental.
extend(int, int) - Method in class org.onebusaway.gtfs.model.calendar.ServiceInterval
Construct a new ServiceInterval by extending the current service interval, adjusting the arrival and departure intervals to include the additional arrival and departure time specified in the arguments.
extend(ServiceInterval, int, int) - Static method in class org.onebusaway.gtfs.model.calendar.ServiceInterval
 

F

Facility - Class in org.onebusaway.gtfs.model
 
Facility() - Constructor for class org.onebusaway.gtfs.model.Facility
 
Facility(Facility) - Constructor for class org.onebusaway.gtfs.model.Facility
 
FacilityProperty - Class in org.onebusaway.gtfs.model
 
FacilityProperty() - Constructor for class org.onebusaway.gtfs.model.FacilityProperty
 
FacilityProperty(FacilityProperty) - Constructor for class org.onebusaway.gtfs.model.FacilityProperty
 
FacilityPropertyDefinition - Class in org.onebusaway.gtfs.model
 
FacilityPropertyDefinition() - Constructor for class org.onebusaway.gtfs.model.FacilityPropertyDefinition
 
FacilityPropertyDefinition(FacilityPropertyDefinition) - Constructor for class org.onebusaway.gtfs.model.FacilityPropertyDefinition
 
FareAttribute - Class in org.onebusaway.gtfs.model
 
FareAttribute() - Constructor for class org.onebusaway.gtfs.model.FareAttribute
 
FareAttribute(FareAttribute) - Constructor for class org.onebusaway.gtfs.model.FareAttribute
 
FareLegRule - Class in org.onebusaway.gtfs.model
 
FareLegRule() - Constructor for class org.onebusaway.gtfs.model.FareLegRule
 
FareMedium - Class in org.onebusaway.gtfs.model
 
FareMedium() - Constructor for class org.onebusaway.gtfs.model.FareMedium
 
FareProduct - Class in org.onebusaway.gtfs.model
 
FareProduct() - Constructor for class org.onebusaway.gtfs.model.FareProduct
 
FareProductFieldMappingFactory - Class in org.onebusaway.gtfs.serialization.mappings
Fare products have a composite primary key of - fare product id - fare medium id (nullable) - rider category id (nullable) So if you want this library to look up the fare product instance you need to supply all of these, hence we need a custom mapping factory.
FareProductFieldMappingFactory() - Constructor for class org.onebusaway.gtfs.serialization.mappings.FareProductFieldMappingFactory
 
fareProductId(String, String, String, String) - Static method in class org.onebusaway.gtfs.serialization.mappings.FareProductFieldMappingFactory
 
FareRule - Class in org.onebusaway.gtfs.model
 
FareRule() - Constructor for class org.onebusaway.gtfs.model.FareRule
 
FareRule(FareRule) - Constructor for class org.onebusaway.gtfs.model.FareRule
 
FareTransferRule - Class in org.onebusaway.gtfs.model
 
FareTransferRule() - Constructor for class org.onebusaway.gtfs.model.FareTransferRule
 
FeedInfo - Class in org.onebusaway.gtfs.model
 
FeedInfo() - Constructor for class org.onebusaway.gtfs.model.FeedInfo
 
FeedInfo(FeedInfo) - Constructor for class org.onebusaway.gtfs.model.FeedInfo
 
FileSupport - Class in org.onebusaway.gtfs.impl
 
FileSupport() - Constructor for class org.onebusaway.gtfs.impl.FileSupport
 
flush() - Method in class org.onebusaway.gtfs.impl.GenericDaoImpl
 
flush() - Method in class org.onebusaway.gtfs.impl.GenericMutableDaoWrapper
 
flush() - Method in interface org.onebusaway.gtfs.serialization.GtfsEntityStore
 
flush() - Method in interface org.onebusaway.gtfs.services.GenericMutableDao
 
Frequency - Class in org.onebusaway.gtfs.model
 
Frequency() - Constructor for class org.onebusaway.gtfs.model.Frequency
 
Frequency(Frequency) - Constructor for class org.onebusaway.gtfs.model.Frequency
 

G

GenericDao - Interface in org.onebusaway.gtfs.services
 
GenericDaoImpl - Class in org.onebusaway.gtfs.impl
 
GenericDaoImpl() - Constructor for class org.onebusaway.gtfs.impl.GenericDaoImpl
 
GenericMutableDao - Interface in org.onebusaway.gtfs.services
 
GenericMutableDaoWrapper - Class in org.onebusaway.gtfs.impl
Support class that provides an implementation of GenericMutableDao where all methods calls are passed to an underlying wrapped instance of GenericMutableDao.
GenericMutableDaoWrapper(GenericMutableDao) - Constructor for class org.onebusaway.gtfs.impl.GenericMutableDaoWrapper
 
get(int) - Method in class org.onebusaway.gtfs.impl.ShapePointArray
 
get(int) - Method in class org.onebusaway.gtfs.impl.StopTimeArray
 
getAgencies() - Method in class org.onebusaway.gtfs.serialization.GtfsReader
 
getAgencies() - Method in interface org.onebusaway.gtfs.serialization.GtfsReaderContext
 
getAgency() - Method in class org.onebusaway.gtfs.model.Route
 
getAgencyForEntity(Class<?>, String) - Method in class org.onebusaway.gtfs.serialization.GtfsReader
 
getAgencyForEntity(Class<?>, String) - Method in interface org.onebusaway.gtfs.serialization.GtfsReaderContext
 
getAgencyForId(String) - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
GtfsDao Interface
getAgencyForId(String) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getAgencyForId(String) - Method in interface org.onebusaway.gtfs.services.GtfsDao
 
getAgencyId() - Method in class org.onebusaway.gtfs.model.AgencyAndId
 
getAgencyId() - Method in class org.onebusaway.gtfs.model.DirectionEntry
 
getAgencyId() - Method in class org.onebusaway.gtfs.model.FareAttribute
 
getAgencyId() - Method in class org.onebusaway.gtfs.model.Ridership
 
getAgencyId() - Method in class org.onebusaway.gtfs.model.RidershipData
 
getAgencyId() - Method in exception org.onebusaway.gtfs.serialization.mappings.AgencyNotFoundForRouteException
 
getAllAgencies() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllAgencies() - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getAllAgencies() - Method in interface org.onebusaway.gtfs.services.GtfsDao
Agency Methods
getAllAlternateStopNameExceptions() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllAlternateStopNameExceptions() - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getAllAreas() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllAreas() - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getAllAreas() - Method in interface org.onebusaway.gtfs.services.GtfsDao
Area Methods
getAllBlocks() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllBlocks() - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getAllBlocks() - Method in interface org.onebusaway.gtfs.services.GtfsDao
 
getAllBookingRules() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllBookingRules() - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getAllBookingRules() - Method in interface org.onebusaway.gtfs.services.GtfsDao
 
getAllCalendarDates() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllCalendarDates() - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getAllCalendarDates() - Method in interface org.onebusaway.gtfs.services.GtfsDao
getAllCalendars() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllCalendars() - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getAllCalendars() - Method in interface org.onebusaway.gtfs.services.GtfsDao
getAllDirectionEntries() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllDirectionEntries() - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getAllDirectionEntries() - Method in interface org.onebusaway.gtfs.services.GtfsDao
 
getAllDirectionNameExceptions() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllDirectionNameExceptions() - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getAllEntitiesForType(Class<T>) - Method in class org.onebusaway.gtfs.impl.GenericDaoImpl
getAllEntitiesForType(Class<T>) - Method in class org.onebusaway.gtfs.impl.GenericMutableDaoWrapper
 
getAllEntitiesForType(Class<T>) - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllEntitiesForType(Class<T>) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getAllEntitiesForType(Class<T>) - Method in interface org.onebusaway.gtfs.services.GenericDao
Generic Methods
getAllFacilities() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllFacilities() - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getAllFacilityProperties() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllFacilityProperties() - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getAllFacilityPropertyDefinitions() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllFacilityPropertyDefinitions() - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getAllFareAttributes() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllFareAttributes() - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getAllFareAttributes() - Method in interface org.onebusaway.gtfs.services.GtfsDao
getAllFareLegRules() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllFareLegRules() - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getAllFareLegRules() - Method in interface org.onebusaway.gtfs.services.GtfsDao
FareLegRule Methods
getAllFareMedia() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllFareMedia() - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getAllFareMedia() - Method in interface org.onebusaway.gtfs.services.GtfsDao
FareMedium Methods
getAllFareProducts() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllFareProducts() - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getAllFareProducts() - Method in interface org.onebusaway.gtfs.services.GtfsDao
FareProduct Methods
getAllFareProducts() - Method in interface org.onebusaway.gtfs.services.GtfsDataService
 
getAllFareRules() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllFareRules() - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getAllFareRules() - Method in interface org.onebusaway.gtfs.services.GtfsDao
FareRule Methods
getAllFareTransferRules() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllFareTransferRules() - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getAllFareTransferRules() - Method in interface org.onebusaway.gtfs.services.GtfsDao
getAllFeedInfos() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllFeedInfos() - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getAllFeedInfos() - Method in interface org.onebusaway.gtfs.services.GtfsDao
FeedInfo Methods
getAllFrequencies() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllFrequencies() - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getAllFrequencies() - Method in interface org.onebusaway.gtfs.services.GtfsDao
Frequency Methods
getAllLevels() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllLevels() - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getAllLevels() - Method in interface org.onebusaway.gtfs.services.GtfsDao
 
getAllLocationGroupElements() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllLocationGroupElements() - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getAllLocationGroupElements() - Method in interface org.onebusaway.gtfs.services.GtfsDao
Deprecated.
getAllLocationGroups() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllLocationGroups() - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getAllLocationGroups() - Method in interface org.onebusaway.gtfs.services.GtfsDao
 
getAllLocations() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllLocations() - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getAllLocations() - Method in interface org.onebusaway.gtfs.services.GtfsDao
 
getAllPathways() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllPathways() - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getAllPathways() - Method in interface org.onebusaway.gtfs.services.GtfsDao
Pathway Methods
getAllRiderCategories() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllRiderCategories() - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getAllRiderCategories() - Method in interface org.onebusaway.gtfs.services.GtfsDao
getAllRiderships() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllRiderships() - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getAllRiderships() - Method in interface org.onebusaway.gtfs.services.GtfsDao
 
getAllRouteNameExceptions() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllRouteNameExceptions() - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getAllRoutes() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllRoutes() - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getAllRoutes() - Method in interface org.onebusaway.gtfs.services.GtfsDao
Route Methods
getAllRouteShapes() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllRouteShapes() - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getAllRouteShapes() - Method in interface org.onebusaway.gtfs.services.GtfsDao
 
getAllRouteStops() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllRouteStops() - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getAllRouteStops() - Method in interface org.onebusaway.gtfs.services.GtfsDao
 
getAllServiceIds() - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getAllServiceIds() - Method in class org.onebusaway.gtfs.impl.GtfsRelationalDaoImpl
 
getAllServiceIds() - Method in interface org.onebusaway.gtfs.services.GtfsRelationalDao
getAllShapeIds() - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getAllShapeIds() - Method in class org.onebusaway.gtfs.impl.GtfsRelationalDaoImpl
 
getAllShapeIds() - Method in interface org.onebusaway.gtfs.services.GtfsRelationalDao
ShapePoint Methods
getAllShapePoints() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllShapePoints() - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getAllShapePoints() - Method in interface org.onebusaway.gtfs.services.GtfsDao
ShapePoint Methods
getAllStopAreaElements() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllStopAreaElements() - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getAllStopAreaElements() - Method in interface org.onebusaway.gtfs.services.GtfsDao
 
getAllStopAreas() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllStopAreas() - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getAllStopAreas() - Method in interface org.onebusaway.gtfs.services.GtfsDao
 
getAllStops() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllStops() - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getAllStops() - Method in interface org.onebusaway.gtfs.services.GtfsDao
Stop Methods
getAllStopTimes() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllStopTimes() - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getAllStopTimes() - Method in interface org.onebusaway.gtfs.services.GtfsDao
StopTime Methods
getAllTransfers() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllTransfers() - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getAllTransfers() - Method in interface org.onebusaway.gtfs.services.GtfsDao
Transfer Methods
getAllTranslations() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllTranslations() - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getAllTranslations() - Method in interface org.onebusaway.gtfs.services.GtfsDao
Translation Methods
getAllTrips() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllTrips() - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getAllTrips() - Method in interface org.onebusaway.gtfs.services.GtfsDao
Trip Methods
getAllVehicles() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllVehicles() - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getAllVehicles() - Method in interface org.onebusaway.gtfs.services.GtfsDao
Vehicle Methods
getAllWrongWayConcurrencies() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllWrongWayConcurrencies() - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getAllWrongWayConcurrencies() - Method in interface org.onebusaway.gtfs.services.GtfsDao
 
getAlternateStopName() - Method in class org.onebusaway.gtfs.model.AlternateStopNameException
 
getAlternateStopNameExceptionForId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAlternateStopNameExceptionForId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getAmount() - Method in class org.onebusaway.gtfs.model.FareProduct
 
getArea() - Method in class org.onebusaway.gtfs.model.StopAreaElement
 
getAreaId() - Method in class org.onebusaway.gtfs.model.Area
 
getArrivalTime() - Method in class org.onebusaway.gtfs.model.StopTime
 
getArrivalTime() - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
getAsCalendar(TimeZone) - Method in class org.onebusaway.gtfs.model.calendar.ServiceDate
Constructs a Calendar object such that the Calendar will be at "midnight" (12:00am) at the start of the day specified by this service date and the target timezone.
getAsDate() - Method in class org.onebusaway.gtfs.model.calendar.ServiceDate
 
getAsDate(TimeZone) - Method in class org.onebusaway.gtfs.model.calendar.ServiceDate
getAsString() - Method in class org.onebusaway.gtfs.model.calendar.ServiceDate
 
getAverageLoad() - Method in class org.onebusaway.gtfs.model.Ridership
 
getAverageLoad() - Method in class org.onebusaway.gtfs.model.RidershipData
 
getBikeCapacity() - Method in class org.onebusaway.gtfs.model.Vehicle
 
getBikesAllowed() - Method in class org.onebusaway.gtfs.model.Route
 
getBikesAllowed() - Method in class org.onebusaway.gtfs.model.Trip
 
getBlockForId(int) - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getBlockForId(int) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getBlockForId(int) - Method in interface org.onebusaway.gtfs.services.GtfsDao
 
getBlockId() - Method in class org.onebusaway.gtfs.model.Trip
 
getBlockRoute() - Method in class org.onebusaway.gtfs.model.Block
 
getBlockRoute() - Method in interface org.onebusaway.gtfs.model.BlockProxy
 
getBlockRun() - Method in class org.onebusaway.gtfs.model.Block
 
getBlockRun() - Method in interface org.onebusaway.gtfs.model.BlockProxy
 
getBlockSequence() - Method in class org.onebusaway.gtfs.model.Block
 
getBlockSequence() - Method in interface org.onebusaway.gtfs.model.BlockProxy
 
getBlockVairable() - Method in interface org.onebusaway.gtfs.model.BlockProxy
 
getBlockVariable() - Method in class org.onebusaway.gtfs.model.Block
 
getBoardingType() - Method in class org.onebusaway.gtfs.model.Trip
 
getBrandingUrl() - Method in class org.onebusaway.gtfs.model.Agency
 
getBrandingUrl() - Method in class org.onebusaway.gtfs.model.Route
 
getCalendarDateForId(int) - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getCalendarDateForId(int) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getCalendarDateForId(int) - Method in interface org.onebusaway.gtfs.services.GtfsDao
 
getCalendarDatesForServiceId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getCalendarDatesForServiceId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsRelationalDaoImpl
 
getCalendarDatesForServiceId(AgencyAndId) - Method in interface org.onebusaway.gtfs.services.GtfsRelationalDao
getCalendarForId(int) - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getCalendarForId(int) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getCalendarForId(int) - Method in interface org.onebusaway.gtfs.services.GtfsDao
 
getCalendarForServiceId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getCalendarForServiceId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsRelationalDaoImpl
 
getCalendarForServiceId(AgencyAndId) - Method in interface org.onebusaway.gtfs.services.GtfsRelationalDao
 
getCode() - Method in class org.onebusaway.gtfs.model.Stop
 
getColor() - Method in class org.onebusaway.gtfs.model.Route
 
getContactEmail() - Method in class org.onebusaway.gtfs.model.FeedInfo
 
getContactUrl() - Method in class org.onebusaway.gtfs.model.FeedInfo
 
getContainsId() - Method in class org.onebusaway.gtfs.model.FareRule
 
getContinuousDropOff() - Method in class org.onebusaway.gtfs.model.StopTime
 
getContinuousDropOffMessage() - Method in class org.onebusaway.gtfs.model.Trip
 
getContinuousPickup() - Method in class org.onebusaway.gtfs.model.StopTime
 
getContinuousPickupMessage() - Method in class org.onebusaway.gtfs.model.Trip
 
getCurrency() - Method in class org.onebusaway.gtfs.model.FareProduct
 
getCurrencyType() - Method in class org.onebusaway.gtfs.model.FareAttribute
 
getData() - Method in class org.onebusaway.gtfs.impl.calendar.CalendarServiceImpl
Private Methods
getDate() - Method in class org.onebusaway.gtfs.model.ServiceCalendarDate
 
getDatesForLocalizedServiceId(LocalizedServiceId) - Method in class org.onebusaway.gtfs.impl.calendar.CalendarServiceImpl
 
getDatesForLocalizedServiceId(LocalizedServiceId) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getDatesForLocalizedServiceId(LocalizedServiceId) - Method in class org.onebusaway.gtfs.model.calendar.CalendarServiceData
 
getDatesForLocalizedServiceId(LocalizedServiceId) - Method in interface org.onebusaway.gtfs.services.calendar.CalendarService
 
getDay() - Method in class org.onebusaway.gtfs.model.calendar.ServiceDate
 
getDaytimeRoutes() - Method in class org.onebusaway.gtfs.model.DirectionEntry
 
getDefaultAgencyId() - Method in class org.onebusaway.gtfs.serialization.GtfsReader
 
getDefaultAgencyId() - Method in interface org.onebusaway.gtfs.serialization.GtfsReaderContext
 
getDefaultLang() - Method in class org.onebusaway.gtfs.model.FeedInfo
 
getDefinition() - Method in class org.onebusaway.gtfs.model.FacilityPropertyDefinition
 
getDepartureBuffer() - Method in class org.onebusaway.gtfs.model.StopTime
 
getDepartureTime() - Method in class org.onebusaway.gtfs.model.StopTime
 
getDepartureTime() - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
getDesc() - Method in class org.onebusaway.gtfs.model.Note
 
getDesc() - Method in class org.onebusaway.gtfs.model.Route
 
getDesc() - Method in class org.onebusaway.gtfs.model.Stop
 
getDescription() - Method in class org.onebusaway.gtfs.model.Icon
 
getDescription() - Method in class org.onebusaway.gtfs.model.Location
 
getDescription() - Method in class org.onebusaway.gtfs.model.Vehicle
 
getDestinationId() - Method in class org.onebusaway.gtfs.model.FareRule
 
getDirection() - Method in class org.onebusaway.gtfs.model.Stop
 
getDirectionDo() - Method in class org.onebusaway.gtfs.model.DirectionNameException
 
getDirectionId() - Method in class org.onebusaway.gtfs.model.AlternateStopNameException
 
getDirectionId() - Method in class org.onebusaway.gtfs.model.DirectionNameException
 
getDirectionId() - Method in class org.onebusaway.gtfs.model.RouteShape
 
getDirectionId() - Method in class org.onebusaway.gtfs.model.RouteStop
 
getDirectionId() - Method in class org.onebusaway.gtfs.model.Trip
 
getDirectionId() - Method in class org.onebusaway.gtfs.model.WrongWayConcurrency
 
getDirectionName() - Method in class org.onebusaway.gtfs.model.DirectionNameException
 
getDirectionNameExceptionForId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getDirectionNameExceptionForId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getDistanceType() - Method in class org.onebusaway.gtfs.model.FareLegRule
 
getDistTraveled() - Method in class org.onebusaway.gtfs.model.ShapePoint
 
getDistTraveled() - Method in interface org.onebusaway.gtfs.model.ShapePointProxy
 
getDoorCount() - Method in class org.onebusaway.gtfs.model.Vehicle
 
getDoorWidth() - Method in class org.onebusaway.gtfs.model.Vehicle
 
getDropOffBookingRule() - Method in class org.onebusaway.gtfs.model.StopTime
 
getDropOffBookingRule() - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
getDropOffMessage() - Method in class org.onebusaway.gtfs.model.BookingRule
 
getDropOffType() - Method in class org.onebusaway.gtfs.model.StopTime
 
getDropOffType() - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
getDrtAdvanceBookMin() - Method in class org.onebusaway.gtfs.model.Trip
 
getDrtAvgTravelTime() - Method in class org.onebusaway.gtfs.model.Trip
 
getDrtDropOffMessage() - Method in class org.onebusaway.gtfs.model.Trip
 
getDrtMaxTravelTime() - Method in class org.onebusaway.gtfs.model.Trip
 
getDrtPickupMessage() - Method in class org.onebusaway.gtfs.model.Trip
 
getDurationAmount() - Method in class org.onebusaway.gtfs.model.FareProduct
 
getDurationLimit() - Method in class org.onebusaway.gtfs.model.FareTransferRule
 
getDurationLimitType() - Method in class org.onebusaway.gtfs.model.FareTransferRule
 
getDurationType() - Method in class org.onebusaway.gtfs.model.FareProduct
 
getDurationUnit() - Method in class org.onebusaway.gtfs.model.FareProduct
 
getEligibilityRestricted() - Method in class org.onebusaway.gtfs.model.Route
 
getEligibilityUrl() - Method in class org.onebusaway.gtfs.model.RiderCategory
 
getEmail() - Method in class org.onebusaway.gtfs.model.Agency
 
getEncodedShape() - Method in class org.onebusaway.gtfs.model.RouteShape
 
getEndDate() - Method in class org.onebusaway.gtfs.model.FeedInfo
 
getEndDate() - Method in class org.onebusaway.gtfs.model.Ridership
 
getEndDate() - Method in class org.onebusaway.gtfs.model.RidershipData
 
getEndDate() - Method in class org.onebusaway.gtfs.model.ServiceCalendar
 
getEndPickupDropOffWindow() - Method in class org.onebusaway.gtfs.model.StopTime
 
getEndServiceArea() - Method in class org.onebusaway.gtfs.model.StopTime
 
getEndServiceArea() - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
getEndServiceAreaRadius() - Method in class org.onebusaway.gtfs.model.StopTime
 
getEndTime() - Method in class org.onebusaway.gtfs.model.Frequency
 
getEntitiesByIdForEntityType(Class<K>, Class<V>) - Method in class org.onebusaway.gtfs.impl.GenericDaoImpl
 
getEntitiesByIdForEntityType(Class<K>, Class<V>) - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
getEntity(Class<?>, Serializable) - Method in class org.onebusaway.gtfs.serialization.GtfsReader
 
getEntity(Class<?>, Serializable) - Method in interface org.onebusaway.gtfs.serialization.GtfsReaderContext
 
getEntityClasses() - Method in class org.onebusaway.gtfs.impl.GenericDaoImpl
 
getEntityClasses() - Static method in class org.onebusaway.gtfs.serialization.GtfsEntitySchemaFactory
 
getEntityClasses() - Method in class org.onebusaway.gtfs.serialization.GtfsReader
 
getEntityClasses() - Method in class org.onebusaway.gtfs.serialization.GtfsWriter
 
getEntityComparators() - Static method in class org.onebusaway.gtfs.serialization.GtfsEntitySchemaFactory
 
getEntityComparators() - Method in class org.onebusaway.gtfs.serialization.GtfsWriter
 
getEntityForId(Class<T>, Serializable) - Method in class org.onebusaway.gtfs.impl.GenericDaoImpl
 
getEntityForId(Class<T>, Serializable) - Method in class org.onebusaway.gtfs.impl.GenericMutableDaoWrapper
 
getEntityForId(Class<T>, Serializable) - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getEntityForId(Class<T>, Serializable) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getEntityForId(Class<T>, Serializable) - Method in interface org.onebusaway.gtfs.services.GenericDao
 
getEntityId() - Method in class org.onebusaway.gtfs.model.translation.PropertyTranslation
 
getEntityStore() - Method in class org.onebusaway.gtfs.serialization.GtfsReader
 
getEntitySubId() - Method in class org.onebusaway.gtfs.model.translation.PropertyTranslation
 
getExactTimes() - Method in class org.onebusaway.gtfs.model.Frequency
 
getExceptionType() - Method in class org.onebusaway.gtfs.model.ServiceCalendarDate
 
getExtension(Class<X>) - Method in class org.onebusaway.gtfs.model.IdentityBean
 
getFacilityClass() - Method in class org.onebusaway.gtfs.model.Facility
 
getFacilityCode() - Method in class org.onebusaway.gtfs.model.Facility
 
getFacilityForId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getFacilityForId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getFacilityId() - Method in class org.onebusaway.gtfs.model.FacilityProperty
 
getFacilityLongName() - Method in class org.onebusaway.gtfs.model.Facility
 
getFacilityPropertiesDefinitionsForId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getFacilityPropertiesDefinitionsForId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getFacilityPropertiesForId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getFacilityPropertiesForId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getFacilityShortName() - Method in class org.onebusaway.gtfs.model.Facility
 
getFacilityType() - Method in class org.onebusaway.gtfs.model.Facility
 
getFare() - Method in class org.onebusaway.gtfs.model.FareRule
 
getFareAttributeForId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getFareAttributeForId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getFareAttributeForId(AgencyAndId) - Method in interface org.onebusaway.gtfs.services.GtfsDao
 
getFareId() - Method in class org.onebusaway.gtfs.model.Trip
 
getFareMediaType() - Method in class org.onebusaway.gtfs.model.FareMedium
 
getFareMedium() - Method in class org.onebusaway.gtfs.model.FareProduct
 
getFarePeriodId() - Method in class org.onebusaway.gtfs.model.FareAttribute
 
getFarePeriodId() - Method in class org.onebusaway.gtfs.model.StopTime
 
getFareProductForId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getFareProductForId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getFareProductForId(AgencyAndId) - Method in interface org.onebusaway.gtfs.services.GtfsDao
 
getFareProductId() - Method in class org.onebusaway.gtfs.model.FareLegRule
 
getFareProductId() - Method in class org.onebusaway.gtfs.model.FareProduct
 
getFareProductId() - Method in class org.onebusaway.gtfs.model.FareTransferRule
 
getFareRuleForId(int) - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getFareRuleForId(int) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getFareRuleForId(int) - Method in interface org.onebusaway.gtfs.services.GtfsDao
 
getFareRulesForFareAttribute(FareAttribute) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getFareRulesForFareAttribute(FareAttribute) - Method in class org.onebusaway.gtfs.impl.GtfsRelationalDaoImpl
 
getFareRulesForFareAttribute(FareAttribute) - Method in interface org.onebusaway.gtfs.services.GtfsRelationalDao
getFareRulesForRoute(Route) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getFareRulesForRoute(Route) - Method in class org.onebusaway.gtfs.impl.GtfsRelationalDaoImpl
 
getFareRulesForRoute(Route) - Method in interface org.onebusaway.gtfs.services.GtfsRelationalDao
 
getFareRulesForZoneId(String) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getFareRulesForZoneId(String) - Method in class org.onebusaway.gtfs.impl.GtfsRelationalDaoImpl
 
getFareRulesForZoneId(String) - Method in interface org.onebusaway.gtfs.services.GtfsRelationalDao
 
getFareTransferType() - Method in class org.onebusaway.gtfs.model.FareTransferRule
 
getFareUrl() - Method in class org.onebusaway.gtfs.model.Agency
 
getFeedInfoForId(String) - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getFeedInfoForId(String) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getFeedInfoForId(String) - Method in interface org.onebusaway.gtfs.services.GtfsDao
 
getFeedLanguage() - Method in class org.onebusaway.gtfs.model.translation.TranslationServiceData
 
getFieldName() - Method in class org.onebusaway.gtfs.model.Translation
 
getFieldValue() - Method in class org.onebusaway.gtfs.model.Translation
 
getFreeRunningFlag() - Method in class org.onebusaway.gtfs.model.StopTime
 
getFreeRunningFlag() - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
getFrequenciesForTrip(Trip) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getFrequenciesForTrip(Trip) - Method in class org.onebusaway.gtfs.impl.GtfsRelationalDaoImpl
 
getFrequenciesForTrip(Trip) - Method in interface org.onebusaway.gtfs.services.GtfsRelationalDao
Frequency Methods
getFrequencyForId(int) - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getFrequencyForId(int) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getFrequencyForId(int) - Method in interface org.onebusaway.gtfs.services.GtfsDao
 
getFriday() - Method in class org.onebusaway.gtfs.model.ServiceCalendar
 
getFrom(String) - Method in class org.onebusaway.gtfs.model.calendar.AgencyServiceInterval
 
getFromArea() - Method in class org.onebusaway.gtfs.model.FareLegRule
 
getFromLegGroupId() - Method in class org.onebusaway.gtfs.model.FareTransferRule
 
getFromRoute() - Method in class org.onebusaway.gtfs.model.Transfer
 
getFromStop() - Method in class org.onebusaway.gtfs.model.Pathway
 
getFromStop() - Method in class org.onebusaway.gtfs.model.Transfer
 
getFromStopId() - Method in class org.onebusaway.gtfs.model.WrongWayConcurrency
 
getFromTime(ServiceInterval) - Method in class org.onebusaway.gtfs.impl.calendar.ServiceIdOp
 
getFromTrip() - Method in class org.onebusaway.gtfs.model.Transfer
 
getGeometry() - Method in class org.onebusaway.gtfs.model.Location
 
getGtfsReaderContext() - Method in class org.onebusaway.gtfs.serialization.GtfsReader
 
getGtfsStopIdDirection0() - Method in class org.onebusaway.gtfs.model.DirectionEntry
 
getGtfsStopIdDirection1() - Method in class org.onebusaway.gtfs.model.DirectionEntry
 
getGtfsTripId() - Method in class org.onebusaway.gtfs.model.RidershipData
 
getHeadsignDirection0() - Method in class org.onebusaway.gtfs.model.DirectionEntry
 
getHeadsignDirection1() - Method in class org.onebusaway.gtfs.model.DirectionEntry
 
getHeadwaySecs() - Method in class org.onebusaway.gtfs.model.Frequency
 
getIcon() - Method in class org.onebusaway.gtfs.model.Vehicle
 
getId() - Method in class org.onebusaway.gtfs.model.Agency
 
getId() - Method in class org.onebusaway.gtfs.model.AgencyAndId
 
getId() - Method in class org.onebusaway.gtfs.model.AgencyAndIdInstance
 
getId() - Method in class org.onebusaway.gtfs.model.AlternateStopNameException
 
getId() - Method in class org.onebusaway.gtfs.model.Area
 
getId() - Method in class org.onebusaway.gtfs.model.Block
 
getId() - Method in interface org.onebusaway.gtfs.model.BlockProxy
 
getId() - Method in class org.onebusaway.gtfs.model.BookingRule
 
getId() - Method in class org.onebusaway.gtfs.model.calendar.LocalizedServiceId
 
getId() - Method in class org.onebusaway.gtfs.model.DirectionEntry
 
getId() - Method in class org.onebusaway.gtfs.model.DirectionNameException
 
getId() - Method in class org.onebusaway.gtfs.model.Facility
 
getId() - Method in class org.onebusaway.gtfs.model.FacilityProperty
 
getId() - Method in class org.onebusaway.gtfs.model.FacilityPropertyDefinition
 
getId() - Method in class org.onebusaway.gtfs.model.FareAttribute
 
getId() - Method in class org.onebusaway.gtfs.model.FareLegRule
 
getId() - Method in class org.onebusaway.gtfs.model.FareMedium
 
getId() - Method in class org.onebusaway.gtfs.model.FareProduct
 
getId() - Method in class org.onebusaway.gtfs.model.FareRule
 
getId() - Method in class org.onebusaway.gtfs.model.FareTransferRule
 
getId() - Method in class org.onebusaway.gtfs.model.FeedInfo
IdentityBean Interface
getId() - Method in class org.onebusaway.gtfs.model.Frequency
 
getId() - Method in class org.onebusaway.gtfs.model.Icon
 
getId() - Method in class org.onebusaway.gtfs.model.IdentityBean
 
getId() - Method in class org.onebusaway.gtfs.model.Level
 
getId() - Method in class org.onebusaway.gtfs.model.Location
 
getId() - Method in class org.onebusaway.gtfs.model.LocationGroup
 
getId() - Method in class org.onebusaway.gtfs.model.LocationGroupElement
 
getId() - Method in class org.onebusaway.gtfs.model.Note
 
getId() - Method in class org.onebusaway.gtfs.model.Pathway
 
getId() - Method in class org.onebusaway.gtfs.model.RiderCategory
 
getId() - Method in class org.onebusaway.gtfs.model.Ridership
 
getId() - Method in class org.onebusaway.gtfs.model.RidershipData
 
getId() - Method in class org.onebusaway.gtfs.model.Route
 
getId() - Method in class org.onebusaway.gtfs.model.RouteNameException
 
getId() - Method in class org.onebusaway.gtfs.model.RouteShape
 
getId() - Method in class org.onebusaway.gtfs.model.RouteStop
 
getId() - Method in class org.onebusaway.gtfs.model.ServiceCalendar
 
getId() - Method in class org.onebusaway.gtfs.model.ServiceCalendarDate
 
getId() - Method in class org.onebusaway.gtfs.model.ShapePoint
 
getId() - Method in interface org.onebusaway.gtfs.model.ShapePointProxy
 
getId() - Method in class org.onebusaway.gtfs.model.Stop
 
getId() - Method in class org.onebusaway.gtfs.model.StopArea
 
getId() - Method in class org.onebusaway.gtfs.model.StopAreaElement
 
getId() - Method in interface org.onebusaway.gtfs.model.StopLocation
 
getId() - Method in class org.onebusaway.gtfs.model.StopTime
 
getId() - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
getId() - Method in class org.onebusaway.gtfs.model.Transfer
 
getId() - Method in class org.onebusaway.gtfs.model.Translation
 
getId() - Method in class org.onebusaway.gtfs.model.Trip
 
getId() - Method in class org.onebusaway.gtfs.model.Vehicle
 
getId() - Method in class org.onebusaway.gtfs.model.WrongWayConcurrency
 
getId() - Method in exception org.onebusaway.gtfs.serialization.DuplicateEntityException
 
getIndex() - Method in class org.onebusaway.gtfs.model.Level
 
getInfoUrl() - Method in class org.onebusaway.gtfs.model.BookingRule
 
getIntervalForServiceId(LocalizedServiceId) - Method in class org.onebusaway.gtfs.model.calendar.ServiceIdIntervals
 
getIsAccessible() - Method in class org.onebusaway.gtfs.model.Pathway
 
getIsBidirectional() - Method in class org.onebusaway.gtfs.model.Pathway
 
getJourneyDuration() - Method in class org.onebusaway.gtfs.model.FareAttribute
 
getLabelOnly() - Method in class org.onebusaway.gtfs.model.Frequency
 
getLang() - Method in class org.onebusaway.gtfs.model.Agency
 
getLang() - Method in class org.onebusaway.gtfs.model.FeedInfo
 
getLanguage() - Method in class org.onebusaway.gtfs.model.Translation
 
getLanguage() - Method in class org.onebusaway.gtfs.model.translation.TypeAndLanguage
 
getLastModfiedTime() - Method in class org.onebusaway.gtfs.serialization.GtfsReader
 
getLat() - Method in class org.onebusaway.gtfs.model.ShapePoint
 
getLat() - Method in interface org.onebusaway.gtfs.model.ShapePointProxy
 
getLat() - Method in class org.onebusaway.gtfs.model.Stop
 
getLegGroupId() - Method in class org.onebusaway.gtfs.model.FareLegRule
 
getLength() - Method in class org.onebusaway.gtfs.model.Pathway
 
getLevel() - Method in class org.onebusaway.gtfs.model.Stop
 
getLevelForId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getLevelForId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getLevelForId(AgencyAndId) - Method in interface org.onebusaway.gtfs.services.GtfsDao
 
getLine() - Method in class org.onebusaway.gtfs.model.DirectionEntry
 
getLocalizedServiceIdForAgencyAndServiceId(String, AgencyAndId) - Method in class org.onebusaway.gtfs.impl.calendar.CalendarServiceImpl
 
getLocalizedServiceIdForAgencyAndServiceId(String, AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getLocalizedServiceIdForAgencyAndServiceId(String, AgencyAndId) - Method in interface org.onebusaway.gtfs.services.calendar.CalendarService
Given an agency id and a service id, we return a LocalizedServiceId which is just a service id with timezone information attached.
getLocalizedServiceIds() - Method in class org.onebusaway.gtfs.model.calendar.CalendarServiceData
 
getLocation() - Method in class org.onebusaway.gtfs.model.StopTime
 
getLocation() - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
getLocationGroup() - Method in class org.onebusaway.gtfs.model.StopTime
 
getLocationGroup() - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
getLocationGroupId() - Method in class org.onebusaway.gtfs.model.LocationGroupElement
 
getLocations() - Method in class org.onebusaway.gtfs.model.LocationGroup
 
getLocations() - Method in class org.onebusaway.gtfs.model.StopArea
 
getLocationType() - Method in class org.onebusaway.gtfs.model.Stop
 
getLon() - Method in class org.onebusaway.gtfs.model.ShapePoint
 
getLon() - Method in interface org.onebusaway.gtfs.model.ShapePointProxy
 
getLon() - Method in class org.onebusaway.gtfs.model.Stop
 
getLongName() - Method in class org.onebusaway.gtfs.model.Route
 
getLowFloor() - Method in class org.onebusaway.gtfs.model.Vehicle
 
getMark() - Method in class org.onebusaway.gtfs.model.Note
 
getMaxAge() - Method in class org.onebusaway.gtfs.model.RiderCategory
 
getMaxArrival() - Method in class org.onebusaway.gtfs.model.calendar.ServiceInterval
 
getMaxDeparture() - Method in class org.onebusaway.gtfs.model.calendar.ServiceInterval
 
getMaxDepartureTime() - Method in class org.onebusaway.gtfs.model.StopTime
Deprecated.
getMaxDistance() - Method in class org.onebusaway.gtfs.model.FareLegRule
 
getMaxSlope() - Method in class org.onebusaway.gtfs.model.Pathway
 
getMeanDurationFactor() - Method in class org.onebusaway.gtfs.model.StopTime
 
getMeanDurationFactor() - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
getMeanDurationFactor() - Method in class org.onebusaway.gtfs.model.Trip
 
getMeanDurationOffset() - Method in class org.onebusaway.gtfs.model.StopTime
 
getMeanDurationOffset() - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
getMeanDurationOffset() - Method in class org.onebusaway.gtfs.model.Trip
 
getMessage() - Method in class org.onebusaway.gtfs.model.BookingRule
 
getMetadata(String) - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getMetadata(String) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getMetadata(String) - Method in interface org.onebusaway.gtfs.services.GtfsDao
 
getMinAge() - Method in class org.onebusaway.gtfs.model.RiderCategory
 
getMinArrival() - Method in class org.onebusaway.gtfs.model.calendar.ServiceInterval
 
getMinArrivalTime() - Method in class org.onebusaway.gtfs.model.StopTime
Deprecated.
getMinDeparture() - Method in class org.onebusaway.gtfs.model.calendar.ServiceInterval
 
getMinDistance() - Method in class org.onebusaway.gtfs.model.FareLegRule
 
getMinTransferTime() - Method in class org.onebusaway.gtfs.model.Transfer
 
getMinutesDifference() - Method in class org.onebusaway.gtfs.model.RidershipData
 
getMinWidth() - Method in class org.onebusaway.gtfs.model.Pathway
 
getMonday() - Method in class org.onebusaway.gtfs.model.ServiceCalendar
 
getMonth() - Method in class org.onebusaway.gtfs.model.calendar.ServiceDate
 
getMtaStopId() - Method in class org.onebusaway.gtfs.model.Stop
 
getMtaTripId() - Method in class org.onebusaway.gtfs.model.Trip
 
getName() - Method in class org.onebusaway.gtfs.model.Agency
 
getName() - Method in class org.onebusaway.gtfs.model.Area
 
getName() - Method in class org.onebusaway.gtfs.model.FareMedium
 
getName() - Method in class org.onebusaway.gtfs.model.FareProduct
 
getName() - Method in class org.onebusaway.gtfs.model.Level
 
getName() - Method in class org.onebusaway.gtfs.model.Location
 
getName() - Method in class org.onebusaway.gtfs.model.LocationGroup
 
getName() - Method in class org.onebusaway.gtfs.model.LocationGroupElement
 
getName() - Method in class org.onebusaway.gtfs.model.RiderCategory
 
getName() - Method in class org.onebusaway.gtfs.model.RouteStop
 
getName() - Method in class org.onebusaway.gtfs.model.Stop
 
getName() - Method in class org.onebusaway.gtfs.model.StopArea
 
getName() - Method in interface org.onebusaway.gtfs.model.StopLocation
 
getNameType() - Method in class org.onebusaway.gtfs.model.RouteNameException
 
getNetworkId() - Method in class org.onebusaway.gtfs.model.FareLegRule
 
getNetworkId() - Method in class org.onebusaway.gtfs.model.Route
 
getNextDepartureServiceDates(LocalizedServiceId, ServiceInterval, long) - Method in class org.onebusaway.gtfs.impl.calendar.CalendarServiceImpl
 
getNextDepartureServiceDates(LocalizedServiceId, ServiceInterval, long) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getNextDepartureServiceDates(LocalizedServiceId, ServiceInterval, long) - Method in interface org.onebusaway.gtfs.services.calendar.CalendarService
Computes the list of service dates whose departure service interval (min to max departure time) overlaps the specified target time.
getNextDepartureServiceDates(ServiceIdIntervals, long) - Method in class org.onebusaway.gtfs.impl.calendar.CalendarServiceImpl
 
getNextDepartureServiceDates(ServiceIdIntervals, long) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getNextDepartureServiceDates(ServiceIdIntervals, long) - Method in interface org.onebusaway.gtfs.services.calendar.CalendarService
getNote() - Method in class org.onebusaway.gtfs.model.StopTime
 
getNote() - Method in class org.onebusaway.gtfs.model.Trip
 
getNotes() - Method in class org.onebusaway.gtfs.model.DirectionEntry
 
getNumStops() - Method in class org.onebusaway.gtfs.model.RidershipData
 
getOldSpellingOfEndPickupDropOffWindow() - Method in class org.onebusaway.gtfs.model.StopTime
Deprecated.
getOldSpellingOfStartPickupDropOffWindow() - Method in class org.onebusaway.gtfs.model.StopTime
Deprecated.
getOptionalMetadataFilenames() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getOptionalMetadataFilenames() - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getOptionalMetadataFilenames() - Method in interface org.onebusaway.gtfs.services.GtfsDao
 
getOriginId() - Method in class org.onebusaway.gtfs.model.FareRule
 
getParentStation() - Method in class org.onebusaway.gtfs.model.Stop
 
getPassingTime() - Method in class org.onebusaway.gtfs.model.RidershipData
 
getPath() - Method in class org.onebusaway.gtfs.services.MockGtfs
 
getPathwayCode() - Method in class org.onebusaway.gtfs.model.Pathway
Deprecated.
getPathwayForId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getPathwayForId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getPathwayForId(AgencyAndId) - Method in interface org.onebusaway.gtfs.services.GtfsDao
 
getPathwayMode() - Method in class org.onebusaway.gtfs.model.Pathway
 
getPathwayType() - Method in class org.onebusaway.gtfs.model.Pathway
Deprecated.
getPaymentMethod() - Method in class org.onebusaway.gtfs.model.FareAttribute
 
getPeakOffpeak() - Method in class org.onebusaway.gtfs.model.Trip
 
getPhone() - Method in class org.onebusaway.gtfs.model.Agency
 
getPhoneNumber() - Method in class org.onebusaway.gtfs.model.BookingRule
 
getPickupBookingRule() - Method in class org.onebusaway.gtfs.model.StopTime
 
getPickupBookingRule() - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
getPickupMessage() - Method in class org.onebusaway.gtfs.model.BookingRule
 
getPickupType() - Method in class org.onebusaway.gtfs.model.StopTime
 
getPickupType() - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
getPlatformCode() - Method in class org.onebusaway.gtfs.model.Stop
 
getPossibleValues() - Method in class org.onebusaway.gtfs.model.FacilityPropertyDefinition
 
getPreviousArrivalServiceDates(LocalizedServiceId, ServiceInterval, long) - Method in class org.onebusaway.gtfs.impl.calendar.CalendarServiceImpl
 
getPreviousArrivalServiceDates(LocalizedServiceId, ServiceInterval, long) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getPreviousArrivalServiceDates(LocalizedServiceId, ServiceInterval, long) - Method in interface org.onebusaway.gtfs.services.calendar.CalendarService
Computes the list of service dates whose arrival service interval (min to max departure time) overlaps the specified target time.
getPreviousArrivalServiceDates(ServiceIdIntervals, long) - Method in class org.onebusaway.gtfs.impl.calendar.CalendarServiceImpl
 
getPreviousArrivalServiceDates(ServiceIdIntervals, long) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getPreviousArrivalServiceDates(ServiceIdIntervals, long) - Method in interface org.onebusaway.gtfs.services.calendar.CalendarService
getPrice() - Method in class org.onebusaway.gtfs.model.FareAttribute
 
getPriorNoticeDurationMax() - Method in class org.onebusaway.gtfs.model.BookingRule
 
getPriorNoticeDurationMin() - Method in class org.onebusaway.gtfs.model.BookingRule
 
getPriorNoticeLastDay() - Method in class org.onebusaway.gtfs.model.BookingRule
 
getPriorNoticeLastTime() - Method in class org.onebusaway.gtfs.model.BookingRule
 
getPriorNoticeServiceId() - Method in class org.onebusaway.gtfs.model.BookingRule
 
getPriorNoticeStartDay() - Method in class org.onebusaway.gtfs.model.BookingRule
 
getPriorNoticeStartTime() - Method in class org.onebusaway.gtfs.model.BookingRule
 
getPropertyId() - Method in class org.onebusaway.gtfs.model.FacilityProperty
 
getPropertyName() - Method in class org.onebusaway.gtfs.model.translation.PropertyTranslation
 
getPropertyValue() - Method in class org.onebusaway.gtfs.model.translation.PropertyTranslation
 
getProxy() - Method in class org.onebusaway.gtfs.model.ShapePoint
 
getProxy() - Method in class org.onebusaway.gtfs.model.StopTime
 
getPublisherName() - Method in class org.onebusaway.gtfs.model.FeedInfo
 
getPublisherUrl() - Method in class org.onebusaway.gtfs.model.FeedInfo
 
getRecordId() - Method in class org.onebusaway.gtfs.model.Translation
 
getRecordSubId() - Method in class org.onebusaway.gtfs.model.Translation
 
getRegionalFareCardAccepted() - Method in class org.onebusaway.gtfs.model.Route
 
getRegionalFareCardAccepted() - Method in class org.onebusaway.gtfs.model.Stop
 
getRequiredStop() - Method in class org.onebusaway.gtfs.model.Transfer
 
getReversedSignpostedAs() - Method in class org.onebusaway.gtfs.model.Pathway
 
getRiderCategory() - Method in class org.onebusaway.gtfs.model.FareMedium
 
getRiderCategory() - Method in class org.onebusaway.gtfs.model.FareProduct
 
getRidershipForTrip(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getRidershipForTrip(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsRelationalDaoImpl
 
getRidershipForTrip(AgencyAndId) - Method in interface org.onebusaway.gtfs.services.GtfsRelationalDao
getRoute() - Method in class org.onebusaway.gtfs.model.FareRule
 
getRoute() - Method in class org.onebusaway.gtfs.model.Trip
 
getRoute() - Method in exception org.onebusaway.gtfs.serialization.mappings.AgencyNotFoundForRouteException
 
getRouteBikesAllowed() - Method in class org.onebusaway.gtfs.model.Route
Deprecated.
getRouteDo() - Method in class org.onebusaway.gtfs.model.RouteNameException
 
getRouteForId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getRouteForId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getRouteForId(AgencyAndId) - Method in interface org.onebusaway.gtfs.services.GtfsDao
 
getRouteId() - Method in class org.onebusaway.gtfs.model.AlternateStopNameException
 
getRouteId() - Method in class org.onebusaway.gtfs.model.Ridership
 
getRouteId() - Method in class org.onebusaway.gtfs.model.RidershipData
 
getRouteId() - Method in class org.onebusaway.gtfs.model.RouteNameException
 
getRouteId() - Method in class org.onebusaway.gtfs.model.RouteShape
 
getRouteId() - Method in class org.onebusaway.gtfs.model.RouteStop
 
getRouteId() - Method in class org.onebusaway.gtfs.model.WrongWayConcurrency
 
getRouteName() - Method in class org.onebusaway.gtfs.model.DirectionNameException
 
getRouteName() - Method in class org.onebusaway.gtfs.model.RouteNameException
 
getRouteNameExceptionForId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getRouteNameExceptionForId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getRoutesForAgency(Agency) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getRoutesForAgency(Agency) - Method in class org.onebusaway.gtfs.impl.GtfsRelationalDaoImpl
 
getRoutesForAgency(Agency) - Method in interface org.onebusaway.gtfs.services.GtfsRelationalDao
Route Methods
getRouteShortName() - Method in class org.onebusaway.gtfs.model.StopTime
 
getRouteShortName() - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
getRouteShortName() - Method in class org.onebusaway.gtfs.model.Trip
 
getRsTripId() - Method in class org.onebusaway.gtfs.model.RidershipData
 
getSafeDurationFactor() - Method in class org.onebusaway.gtfs.model.StopTime
 
getSafeDurationFactor() - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
getSafeDurationFactor() - Method in class org.onebusaway.gtfs.model.Trip
 
getSafeDurationOffset() - Method in class org.onebusaway.gtfs.model.StopTime
 
getSafeDurationOffset() - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
getSafeDurationOffset() - Method in class org.onebusaway.gtfs.model.Trip
 
getSaturday() - Method in class org.onebusaway.gtfs.model.ServiceCalendar
 
getSeatedCapacity() - Method in class org.onebusaway.gtfs.model.Vehicle
 
getSecondsAsString(int) - Static method in class org.onebusaway.gtfs.serialization.mappings.StopTimeFieldMappingFactory
 
getSeniorPrice() - Method in class org.onebusaway.gtfs.model.FareAttribute
 
getSequence() - Method in class org.onebusaway.gtfs.model.ShapePoint
 
getSequence() - Method in interface org.onebusaway.gtfs.model.ShapePointProxy
 
getServiceDate() - Method in class org.onebusaway.gtfs.model.AgencyAndIdInstance
 
getServiceDate() - Method in class org.onebusaway.gtfs.model.calendar.AgencyServiceInterval
 
getServiceDate(List<Date>, int) - Method in class org.onebusaway.gtfs.impl.calendar.ServiceIdOp
 
getServiceDateArrivalsWithinRange(LocalizedServiceId, ServiceInterval, Date, Date) - Method in class org.onebusaway.gtfs.impl.calendar.CalendarServiceImpl
 
getServiceDateArrivalsWithinRange(LocalizedServiceId, ServiceInterval, Date, Date) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getServiceDateArrivalsWithinRange(LocalizedServiceId, ServiceInterval, Date, Date) - Method in interface org.onebusaway.gtfs.services.calendar.CalendarService
getServiceDateArrivalsWithinRange(ServiceIdIntervals, Date, Date) - Method in class org.onebusaway.gtfs.impl.calendar.CalendarServiceImpl
 
getServiceDateArrivalsWithinRange(ServiceIdIntervals, Date, Date) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getServiceDateArrivalsWithinRange(ServiceIdIntervals, Date, Date) - Method in interface org.onebusaway.gtfs.services.calendar.CalendarService
getServiceDateDeparturesWithinRange(LocalizedServiceId, ServiceInterval, Date, Date) - Method in class org.onebusaway.gtfs.impl.calendar.CalendarServiceImpl
 
getServiceDateDeparturesWithinRange(LocalizedServiceId, ServiceInterval, Date, Date) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getServiceDateDeparturesWithinRange(LocalizedServiceId, ServiceInterval, Date, Date) - Method in interface org.onebusaway.gtfs.services.calendar.CalendarService
getServiceDateDeparturesWithinRange(ServiceIdIntervals, Date, Date) - Method in class org.onebusaway.gtfs.impl.calendar.CalendarServiceImpl
 
getServiceDateDeparturesWithinRange(ServiceIdIntervals, Date, Date) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getServiceDateDeparturesWithinRange(ServiceIdIntervals, Date, Date) - Method in interface org.onebusaway.gtfs.services.calendar.CalendarService
getServiceDatesForServiceId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.calendar.CalendarServiceImpl
 
getServiceDatesForServiceId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getServiceDatesForServiceId(AgencyAndId) - Method in class org.onebusaway.gtfs.model.calendar.CalendarServiceData
 
getServiceDatesForServiceId(AgencyAndId) - Method in interface org.onebusaway.gtfs.services.calendar.CalendarService
 
getServiceDatesForServiceId(AgencyAndId, TimeZone) - Method in class org.onebusaway.gtfs.impl.calendar.CalendarServiceDataFactoryImpl
 
getServiceDatesWithinRange(LocalizedServiceId, ServiceInterval, Date, Date) - Method in class org.onebusaway.gtfs.impl.calendar.CalendarServiceImpl
 
getServiceDatesWithinRange(LocalizedServiceId, ServiceInterval, Date, Date) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getServiceDatesWithinRange(LocalizedServiceId, ServiceInterval, Date, Date) - Method in interface org.onebusaway.gtfs.services.calendar.CalendarService
Given the specified localized service id, which has a corresponding set of localized service dates, determine the sublist of service dates that, when extended with the specified ServiceInterval, overlap with the specified from-to time range.
getServiceDatesWithinRange(ServiceIdIntervals, Date, Date) - Method in class org.onebusaway.gtfs.impl.calendar.CalendarServiceImpl
 
getServiceDatesWithinRange(ServiceIdIntervals, Date, Date) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getServiceDatesWithinRange(ServiceIdIntervals, Date, Date) - Method in interface org.onebusaway.gtfs.services.calendar.CalendarService
getServiceId() - Method in class org.onebusaway.gtfs.model.ServiceCalendar
 
getServiceId() - Method in class org.onebusaway.gtfs.model.ServiceCalendarDate
 
getServiceId() - Method in class org.onebusaway.gtfs.model.Trip
 
getServiceIds() - Method in class org.onebusaway.gtfs.impl.calendar.CalendarServiceImpl
CalendarService Interface
getServiceIds() - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getServiceIds() - Method in class org.onebusaway.gtfs.model.calendar.CalendarServiceData
 
getServiceIds() - Method in class org.onebusaway.gtfs.model.calendar.ServiceIdIntervals
 
getServiceIds() - Method in interface org.onebusaway.gtfs.services.calendar.CalendarService
 
getServiceIdsForDate(ServiceDate) - Method in class org.onebusaway.gtfs.model.calendar.CalendarServiceData
 
getServiceIdsOnDate(ServiceDate) - Method in class org.onebusaway.gtfs.impl.calendar.CalendarServiceImpl
 
getServiceIdsOnDate(ServiceDate) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getServiceIdsOnDate(ServiceDate) - Method in interface org.onebusaway.gtfs.services.calendar.CalendarService
Determine the set of service ids that are active on the specified service date.
getServiceInterval(String) - Method in class org.onebusaway.gtfs.model.calendar.AgencyServiceInterval
 
getShapeDistTraveled() - Method in class org.onebusaway.gtfs.model.StopTime
 
getShapeDistTraveled() - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
getShapeId() - Method in class org.onebusaway.gtfs.model.ShapePoint
 
getShapeId() - Method in interface org.onebusaway.gtfs.model.ShapePointProxy
 
getShapeId() - Method in class org.onebusaway.gtfs.model.Trip
 
getShapePointForId(int) - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getShapePointForId(int) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getShapePointForId(int) - Method in interface org.onebusaway.gtfs.services.GtfsDao
 
getShapePointsForShapeId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getShapePointsForShapeId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsRelationalDaoImpl
 
getShapePointsForShapeId(AgencyAndId) - Method in interface org.onebusaway.gtfs.services.GtfsRelationalDao
 
getShortName() - Method in class org.onebusaway.gtfs.model.Route
 
getSignpostedAs() - Method in class org.onebusaway.gtfs.model.Pathway
 
getSortOrder() - Method in class org.onebusaway.gtfs.model.Route
 
getStairCount() - Method in class org.onebusaway.gtfs.model.Pathway
 
getStandingCapacity() - Method in class org.onebusaway.gtfs.model.Vehicle
 
getStartDate() - Method in class org.onebusaway.gtfs.model.FeedInfo
 
getStartDate() - Method in class org.onebusaway.gtfs.model.Ridership
 
getStartDate() - Method in class org.onebusaway.gtfs.model.RidershipData
 
getStartDate() - Method in class org.onebusaway.gtfs.model.ServiceCalendar
 
getStartPickupDropOffWindow() - Method in class org.onebusaway.gtfs.model.StopTime
 
getStartServiceArea() - Method in class org.onebusaway.gtfs.model.StopTime
 
getStartServiceArea() - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
getStartServiceAreaRadius() - Method in class org.onebusaway.gtfs.model.StopTime
 
getStartTime() - Method in class org.onebusaway.gtfs.model.Frequency
 
getStationId() - Method in class org.onebusaway.gtfs.model.DirectionEntry
 
getStop() - Method in class org.onebusaway.gtfs.model.Facility
 
getStop() - Method in class org.onebusaway.gtfs.model.LocationGroupElement
 
getStop() - Method in class org.onebusaway.gtfs.model.StopTime
 
getStop() - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
getStopForId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getStopForId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getStopForId(AgencyAndId) - Method in interface org.onebusaway.gtfs.services.GtfsDao
 
getStopHeadsign() - Method in class org.onebusaway.gtfs.model.StopTime
 
getStopHeadsign() - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
getStopId() - Method in class org.onebusaway.gtfs.model.AlternateStopNameException
 
getStopId() - Method in class org.onebusaway.gtfs.model.Ridership
 
getStopId() - Method in class org.onebusaway.gtfs.model.RidershipData
 
getStopId() - Method in class org.onebusaway.gtfs.model.RouteStop
 
getStopLocation() - Method in class org.onebusaway.gtfs.model.StopAreaElement
 
getStopLocation() - Method in class org.onebusaway.gtfs.model.StopTime
Returns possible entity for the stop location in this order: - stop - location - location group
getStopName() - Method in class org.onebusaway.gtfs.model.DirectionEntry
 
getStopSequence() - Method in class org.onebusaway.gtfs.model.Ridership
 
getStopSequence() - Method in class org.onebusaway.gtfs.model.RidershipData
 
getStopSequence() - Method in class org.onebusaway.gtfs.model.RouteStop
 
getStopSequence() - Method in class org.onebusaway.gtfs.model.StopTime
 
getStopSequence() - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
getStopsForStation(Stop) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getStopsForStation(Stop) - Method in class org.onebusaway.gtfs.impl.GtfsRelationalDaoImpl
 
getStopsForStation(Stop) - Method in interface org.onebusaway.gtfs.services.GtfsRelationalDao
Stop Methods
getStopsForZoneId(String) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getStopsForZoneId(String) - Method in class org.onebusaway.gtfs.impl.GtfsRelationalDaoImpl
 
getStopsForZoneId(String) - Method in interface org.onebusaway.gtfs.services.GtfsRelationalDao
 
getStopTimeForId(int) - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getStopTimeForId(int) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getStopTimeForId(int) - Method in interface org.onebusaway.gtfs.services.GtfsDao
 
getStopTimesForStop(Stop) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getStopTimesForStop(Stop) - Method in class org.onebusaway.gtfs.impl.GtfsRelationalDaoImpl
 
getStopTimesForStop(Stop) - Method in interface org.onebusaway.gtfs.services.GtfsRelationalDao
 
getStopTimesForTrip(Trip) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getStopTimesForTrip(Trip) - Method in class org.onebusaway.gtfs.impl.GtfsRelationalDaoImpl
 
getStopTimesForTrip(Trip) - Method in interface org.onebusaway.gtfs.services.GtfsRelationalDao
 
getStringAsSeconds(String) - Static method in class org.onebusaway.gtfs.serialization.mappings.StopTimeFieldMappingFactory
 
getSunday() - Method in class org.onebusaway.gtfs.model.ServiceCalendar
 
getTableName() - Method in class org.onebusaway.gtfs.model.Translation
 
getTextColor() - Method in class org.onebusaway.gtfs.model.Route
 
getThursday() - Method in class org.onebusaway.gtfs.model.ServiceCalendar
 
getTimepoint() - Method in class org.onebusaway.gtfs.model.StopTime
 
getTimepoint() - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
getTimezone() - Method in class org.onebusaway.gtfs.model.Agency
 
getTimezone() - Method in class org.onebusaway.gtfs.model.Stop
 
getTimeZone() - Method in class org.onebusaway.gtfs.model.calendar.LocalizedServiceId
 
getTimeZoneForAgencyId(String) - Method in class org.onebusaway.gtfs.impl.calendar.CalendarServiceImpl
 
getTimeZoneForAgencyId(String) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getTimeZoneForAgencyId(String) - Method in class org.onebusaway.gtfs.model.calendar.CalendarServiceData
 
getTimeZoneForAgencyId(String) - Method in interface org.onebusaway.gtfs.services.calendar.CalendarService
Returns the instantiated TimeZone for the specified agency id
getTitle() - Method in class org.onebusaway.gtfs.model.Note
 
getTo(String) - Method in class org.onebusaway.gtfs.model.calendar.AgencyServiceInterval
 
getToArea() - Method in class org.onebusaway.gtfs.model.FareLegRule
 
getToLegGroupId() - Method in class org.onebusaway.gtfs.model.FareTransferRule
 
getToRoute() - Method in class org.onebusaway.gtfs.model.Transfer
 
getToStop() - Method in class org.onebusaway.gtfs.model.Pathway
 
getToStop() - Method in class org.onebusaway.gtfs.model.Transfer
 
getToStopId() - Method in class org.onebusaway.gtfs.model.WrongWayConcurrency
 
getToStopSequence() - Method in class org.onebusaway.gtfs.model.StopTime
 
getTotalAlightings() - Method in class org.onebusaway.gtfs.model.Ridership
 
getTotalAlightings() - Method in class org.onebusaway.gtfs.model.RidershipData
 
getTotalBoardings() - Method in class org.onebusaway.gtfs.model.Ridership
 
getTotalBoardings() - Method in class org.onebusaway.gtfs.model.RidershipData
 
getToTime(ServiceInterval) - Method in class org.onebusaway.gtfs.impl.calendar.ServiceIdOp
 
getToTrip() - Method in class org.onebusaway.gtfs.model.Transfer
 
getTrack() - Method in class org.onebusaway.gtfs.model.StopTime
 
getTransferCount() - Method in class org.onebusaway.gtfs.model.FareTransferRule
 
getTransferDuration() - Method in class org.onebusaway.gtfs.model.FareAttribute
 
getTransferForId(int) - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getTransferForId(int) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getTransferForId(int) - Method in interface org.onebusaway.gtfs.services.GtfsDao
 
getTransfers() - Method in class org.onebusaway.gtfs.model.FareAttribute
 
getTransferType() - Method in class org.onebusaway.gtfs.model.Transfer
 
getTranslatedAgencyId(String) - Method in class org.onebusaway.gtfs.serialization.GtfsReader
 
getTranslatedAgencyId(String) - Method in interface org.onebusaway.gtfs.serialization.GtfsReaderContext
 
getTranslatedEntity(String, Class<T>, T) - Method in class org.onebusaway.gtfs.impl.translation.TranslationServiceImpl
 
getTranslatedEntity(String, Class<T>, T) - Method in interface org.onebusaway.gtfs.services.translation.TranslationService
Get a cloned version of a GTFS entity object with fields translated as per the GTFS Translations proposed spec addition.
getTranslation() - Method in class org.onebusaway.gtfs.model.Translation
 
getTranslation() - Method in class org.onebusaway.gtfs.model.translation.PropertyTranslation
 
getTranslationsByTypeAndLanguage(Class<?>, String) - Method in class org.onebusaway.gtfs.model.translation.TranslationServiceData
 
getTranslationService(GtfsRelationalDao) - Static method in class org.onebusaway.gtfs.impl.translation.TranslationServiceDataFactoryImpl
 
getTranslationServiceData() - Method in class org.onebusaway.gtfs.impl.translation.TranslationServiceDataFactoryImpl
 
getTranslationServiceData() - Method in interface org.onebusaway.gtfs.services.translation.TranslationServiceDataFactory
 
getTraversalTime() - Method in class org.onebusaway.gtfs.model.Pathway
 
getTrip() - Method in class org.onebusaway.gtfs.model.Frequency
 
getTrip() - Method in class org.onebusaway.gtfs.model.StopTime
 
getTrip() - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
getTripAgencyIdsReferencingServiceId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getTripAgencyIdsReferencingServiceId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsRelationalDaoImpl
 
getTripAgencyIdsReferencingServiceId(AgencyAndId) - Method in interface org.onebusaway.gtfs.services.GtfsRelationalDao
ServiceId Methods
getTripBikesAllowed() - Method in class org.onebusaway.gtfs.model.Trip
Deprecated.
getTripForId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getTripForId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getTripForId(AgencyAndId) - Method in interface org.onebusaway.gtfs.services.GtfsDao
 
getTripHeadsign() - Method in class org.onebusaway.gtfs.model.Trip
 
getTripId() - Method in class org.onebusaway.gtfs.model.Ridership
 
getTripId() - Method in class org.onebusaway.gtfs.model.RidershipData
 
getTripsForBlockId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getTripsForBlockId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsRelationalDaoImpl
 
getTripsForBlockId(AgencyAndId) - Method in interface org.onebusaway.gtfs.services.GtfsRelationalDao
 
getTripsForRoute(Route) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getTripsForRoute(Route) - Method in class org.onebusaway.gtfs.impl.GtfsRelationalDaoImpl
 
getTripsForRoute(Route) - Method in interface org.onebusaway.gtfs.services.GtfsRelationalDao
Trip Methods
getTripsForServiceId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getTripsForServiceId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsRelationalDaoImpl
 
getTripsForServiceId(AgencyAndId) - Method in interface org.onebusaway.gtfs.services.GtfsRelationalDao
 
getTripsForShapeId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getTripsForShapeId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsRelationalDaoImpl
 
getTripsForShapeId(AgencyAndId) - Method in interface org.onebusaway.gtfs.services.GtfsRelationalDao
 
getTripShortName() - Method in class org.onebusaway.gtfs.model.Trip
 
getTtsStopName() - Method in class org.onebusaway.gtfs.model.Stop
 
getTuesday() - Method in class org.onebusaway.gtfs.model.ServiceCalendar
 
getType() - Method in class org.onebusaway.gtfs.model.BookingRule
 
getType() - Method in class org.onebusaway.gtfs.model.Route
 
getType() - Method in class org.onebusaway.gtfs.model.RouteShape
 
getType() - Method in class org.onebusaway.gtfs.model.translation.TypeAndLanguage
 
getUrl() - Method in class org.onebusaway.gtfs.model.Agency
 
getUrl() - Method in class org.onebusaway.gtfs.model.BookingRule
 
getUrl() - Method in class org.onebusaway.gtfs.model.Icon
 
getUrl() - Method in class org.onebusaway.gtfs.model.Location
 
getUrl() - Method in class org.onebusaway.gtfs.model.Route
 
getUrl() - Method in class org.onebusaway.gtfs.model.Stop
 
getValue() - Method in class org.onebusaway.gtfs.model.FacilityProperty
 
getVehicleForId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getVehicleForId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
getVehicleForId(AgencyAndId) - Method in interface org.onebusaway.gtfs.services.GtfsDao
Vehicle Methods
getVehicleType() - Method in class org.onebusaway.gtfs.model.Stop
 
getVersion() - Method in class org.onebusaway.gtfs.model.FeedInfo
 
getWednesday() - Method in class org.onebusaway.gtfs.model.ServiceCalendar
 
getWheelchairAccess() - Method in class org.onebusaway.gtfs.model.Vehicle
 
getWheelchairAccessible() - Method in class org.onebusaway.gtfs.model.Trip
 
getWheelchairBoarding() - Method in class org.onebusaway.gtfs.model.Stop
 
getWheelchairFacility() - Method in class org.onebusaway.gtfs.model.Facility
 
getWheelchairTraversalTime() - Method in class org.onebusaway.gtfs.model.Pathway
Deprecated.
getWkt() - Method in class org.onebusaway.gtfs.model.Area
 
getYear() - Method in class org.onebusaway.gtfs.model.calendar.ServiceDate
 
getYouthPrice() - Method in class org.onebusaway.gtfs.model.FareAttribute
 
getZoneId() - Method in class org.onebusaway.gtfs.model.Location
 
getZoneId() - Method in class org.onebusaway.gtfs.model.Stop
 
GtfsDao - Interface in org.onebusaway.gtfs.services
Basic methods for accessing GTFS entities in bulk or by id.
GtfsDaoImpl - Class in org.onebusaway.gtfs.impl
 
GtfsDaoImpl() - Constructor for class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
GtfsDataService - Interface in org.onebusaway.gtfs.services
 
GtfsDataServiceImpl - Class in org.onebusaway.gtfs.impl
 
GtfsDataServiceImpl() - Constructor for class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
GtfsEntitySchemaFactory - Class in org.onebusaway.gtfs.serialization
 
GtfsEntitySchemaFactory() - Constructor for class org.onebusaway.gtfs.serialization.GtfsEntitySchemaFactory
 
GtfsEntityStore - Interface in org.onebusaway.gtfs.serialization
 
GtfsMutableDao - Interface in org.onebusaway.gtfs.services
 
GtfsMutableRelationalDao - Interface in org.onebusaway.gtfs.services
 
GtfsReader - Class in org.onebusaway.gtfs.serialization
 
GtfsReader() - Constructor for class org.onebusaway.gtfs.serialization.GtfsReader
 
GtfsReaderContext - Interface in org.onebusaway.gtfs.serialization
 
GtfsRelationalDao - Interface in org.onebusaway.gtfs.services
While GtfsDao has basic methods for retrieving collections of entities and entities by id, GtfsRelationalDao adds some basic methods for retrieving entities using more complex data relations.
GtfsRelationalDaoImpl - Class in org.onebusaway.gtfs.impl
A in-memory implementation of GtfsRelationalDaoImpl.
GtfsRelationalDaoImpl() - Constructor for class org.onebusaway.gtfs.impl.GtfsRelationalDaoImpl
 
GtfsSource - Interface in org.onebusaway.gtfs.serialization
 
GtfsWriter - Class in org.onebusaway.gtfs.serialization
 
GtfsWriter() - Constructor for class org.onebusaway.gtfs.serialization.GtfsWriter
 

H

hasEligibilityRestricted() - Method in class org.onebusaway.gtfs.model.Route
 
hasFaresV1() - Method in interface org.onebusaway.gtfs.services.GtfsDao
 
hasFaresV2() - Method in interface org.onebusaway.gtfs.services.GtfsDao
 
hashCode() - Method in class org.onebusaway.gtfs.model.AgencyAndId
 
hashCode() - Method in class org.onebusaway.gtfs.model.AgencyAndIdInstance
 
hashCode() - Method in class org.onebusaway.gtfs.model.calendar.AgencyServiceInterval
 
hashCode() - Method in class org.onebusaway.gtfs.model.calendar.LocalizedServiceId
 
hashCode() - Method in class org.onebusaway.gtfs.model.calendar.ServiceDate
 
hashCode() - Method in class org.onebusaway.gtfs.model.IdentityBean
 
hashCode() - Method in class org.onebusaway.gtfs.model.translation.TypeAndLanguage
 
hasMetadata(String) - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
hasMetadata(String) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
hasMetadata(String) - Method in interface org.onebusaway.gtfs.services.GtfsDao
 
hasValues() - Method in class org.onebusaway.gtfs.model.AgencyAndId
 

I

Icon - Class in org.onebusaway.gtfs.model
GTFS Extension representing icon configuration data.
Icon() - Constructor for class org.onebusaway.gtfs.model.Icon
 
id(String) - Method in class org.onebusaway.gtfs.services.MockGtfs
 
ID_SEPARATOR - Static variable in class org.onebusaway.gtfs.model.AgencyAndId
 
IdentityBean<T extends Serializable> - Class in org.onebusaway.gtfs.model
 
IdentityBean() - Constructor for class org.onebusaway.gtfs.model.IdentityBean
 
InvalidStopTimeException - Exception in org.onebusaway.gtfs.serialization.mappings
Indicates the an "arrival_time" or "departure_time" value for in the "stop_times.txt" csv file could not be parsed.
InvalidStopTimeException(String) - Constructor for exception org.onebusaway.gtfs.serialization.mappings.InvalidStopTimeException
 
isArrivalTimeSet() - Method in class org.onebusaway.gtfs.model.StopTime
 
isArrivalTimeSet() - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
isDepartureTimeSet() - Method in class org.onebusaway.gtfs.model.StopTime
 
isDepartureTimeSet() - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
isDistTraveledSet() - Method in class org.onebusaway.gtfs.model.ShapePoint
 
isDistTraveledSet() - Method in interface org.onebusaway.gtfs.model.ShapePointProxy
 
isDurationAmountSet() - Method in class org.onebusaway.gtfs.model.FareProduct
 
isDurationLimitSet() - Method in class org.onebusaway.gtfs.model.FareTransferRule
 
isDurationLimitTypeSet() - Method in class org.onebusaway.gtfs.model.FareTransferRule
 
isDurationTypeSet() - Method in class org.onebusaway.gtfs.model.FareProduct
 
isDurationUnitSet() - Method in class org.onebusaway.gtfs.model.FareProduct
 
isFareTransferTypeSet() - Method in class org.onebusaway.gtfs.model.FareTransferRule
 
isIsAccessibleSet() - Method in class org.onebusaway.gtfs.model.Pathway
 
isJourneyDurationSet() - Method in class org.onebusaway.gtfs.model.FareAttribute
 
isLatSet() - Method in class org.onebusaway.gtfs.model.Stop
 
isLengthSet() - Method in class org.onebusaway.gtfs.model.Pathway
 
isLocalizedServiceIdActiveInRange(LocalizedServiceId, ServiceInterval, AgencyServiceInterval) - Method in class org.onebusaway.gtfs.impl.calendar.CalendarServiceImpl
test if the given calendar servieId is active in the union of the activeService window and the agencyServiceInterval.
isLocalizedServiceIdActiveInRange(LocalizedServiceId, ServiceInterval, AgencyServiceInterval) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
isLocalizedServiceIdActiveInRange(LocalizedServiceId, ServiceInterval, AgencyServiceInterval) - Method in interface org.onebusaway.gtfs.services.calendar.CalendarService
 
isLocalizedServiceIdActiveOnDate(LocalizedServiceId, Date) - Method in class org.onebusaway.gtfs.impl.calendar.CalendarServiceImpl
 
isLocalizedServiceIdActiveOnDate(LocalizedServiceId, Date) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
isLocalizedServiceIdActiveOnDate(LocalizedServiceId, Date) - Method in interface org.onebusaway.gtfs.services.calendar.CalendarService
 
isLonSet() - Method in class org.onebusaway.gtfs.model.Stop
 
isMaxAgeSet() - Method in class org.onebusaway.gtfs.model.RiderCategory
 
isMaxSlopeSet() - Method in class org.onebusaway.gtfs.model.Pathway
 
isMinAgeSet() - Method in class org.onebusaway.gtfs.model.RiderCategory
 
isMinTransferTimeSet() - Method in class org.onebusaway.gtfs.model.Transfer
 
isMinWidthSet() - Method in class org.onebusaway.gtfs.model.Pathway
 
isPackShapePoints() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
isPackStopTimes() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
isPathwayTypeSet() - Method in class org.onebusaway.gtfs.model.Pathway
Deprecated.
isShapeDistTraveledSet() - Method in class org.onebusaway.gtfs.model.StopTime
 
isShapeDistTraveledSet() - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
isSortOrderSet() - Method in class org.onebusaway.gtfs.model.Route
 
isStairCountSet() - Method in class org.onebusaway.gtfs.model.Pathway
 
isTimepointSet() - Method in class org.onebusaway.gtfs.model.StopTime
 
isTimepointSet() - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
isTransferCountSet() - Method in class org.onebusaway.gtfs.model.FareTransferRule
 
isTransferDurationSet() - Method in class org.onebusaway.gtfs.model.FareAttribute
 
isTransfersSet() - Method in class org.onebusaway.gtfs.model.FareAttribute
 
isTraversalTimeSet() - Method in class org.onebusaway.gtfs.model.Pathway
 
isVehicleTypeSet() - Method in class org.onebusaway.gtfs.model.Stop
 
isWheelchairTraversalTimeSet() - Method in class org.onebusaway.gtfs.model.Pathway
Deprecated.
iterator() - Method in class org.onebusaway.gtfs.impl.ShapePointArray
 
iterator() - Method in class org.onebusaway.gtfs.impl.StopTimeArray
 
iterator() - Method in class org.onebusaway.gtfs.model.calendar.ServiceIdIntervals
 

K

KEY_CONTEXT - Static variable in class org.onebusaway.gtfs.serialization.GtfsReader
 
KEY_CONTEXT - Static variable in class org.onebusaway.gtfs.serialization.GtfsWriter
 

L

LatLonFieldMappingFactory - Class in org.onebusaway.gtfs.serialization.mappings
 
LatLonFieldMappingFactory() - Constructor for class org.onebusaway.gtfs.serialization.mappings.LatLonFieldMappingFactory
 
Level - Class in org.onebusaway.gtfs.model
 
Level() - Constructor for class org.onebusaway.gtfs.model.Level
 
load(Class<?>, Serializable) - Method in interface org.onebusaway.gtfs.serialization.GtfsEntityStore
 
LocalizedServiceId - Class in org.onebusaway.gtfs.model.calendar
Combines a serviceId (represented by AgencyAndId) and a TimeZone object that can be used to ground ServiceDate objects.
LocalizedServiceId(AgencyAndId, TimeZone) - Constructor for class org.onebusaway.gtfs.model.calendar.LocalizedServiceId
 
Location - Class in org.onebusaway.gtfs.model
 
Location() - Constructor for class org.onebusaway.gtfs.model.Location
 
LOCATION_TYPE_BOARDING_AREA - Static variable in class org.onebusaway.gtfs.model.Stop
 
LOCATION_TYPE_ENTRANCE_EXIT - Static variable in class org.onebusaway.gtfs.model.Stop
 
LOCATION_TYPE_NODE - Static variable in class org.onebusaway.gtfs.model.Stop
 
LOCATION_TYPE_STATION - Static variable in class org.onebusaway.gtfs.model.Stop
 
LOCATION_TYPE_STOP - Static variable in class org.onebusaway.gtfs.model.Stop
 
LocationGroup - Class in org.onebusaway.gtfs.model
 
LocationGroup() - Constructor for class org.onebusaway.gtfs.model.LocationGroup
 
LocationGroupElement - Class in org.onebusaway.gtfs.model
 
LocationGroupElement() - Constructor for class org.onebusaway.gtfs.model.LocationGroupElement
 
LocationsGeoJSONReader - Class in org.onebusaway.gtfs.serialization
 
LocationsGeoJSONReader(Reader, String) - Constructor for class org.onebusaway.gtfs.serialization.LocationsGeoJSONReader
 

M

makeReadOnly() - Method in class org.onebusaway.gtfs.model.calendar.CalendarServiceData
 
markForDeletion(File) - Method in class org.onebusaway.gtfs.impl.FileSupport
 
MISSING_FLEX_VALUE - Static variable in class org.onebusaway.gtfs.model.StopTime
 
MISSING_VALUE - Static variable in class org.onebusaway.gtfs.model.FareMedium
 
MISSING_VALUE - Static variable in class org.onebusaway.gtfs.model.RiderCategory
 
MISSING_VALUE - Static variable in class org.onebusaway.gtfs.model.ShapePoint
 
MISSING_VALUE - Static variable in class org.onebusaway.gtfs.model.StopTime
 
MockGtfs - Class in org.onebusaway.gtfs.services
 
MockGtfs(File) - Constructor for class org.onebusaway.gtfs.services.MockGtfs
 
MODE_ELEVATOR - Static variable in class org.onebusaway.gtfs.model.Pathway
 
MODE_ESCALATOR - Static variable in class org.onebusaway.gtfs.model.Pathway
 
MODE_EXIT_GATE - Static variable in class org.onebusaway.gtfs.model.Pathway
 
MODE_FAREGATE - Static variable in class org.onebusaway.gtfs.model.Pathway
 
MODE_LINK - Static variable in class org.onebusaway.gtfs.model.Pathway
Deprecated.
MODE_MOVING_SIDEWALK - Static variable in class org.onebusaway.gtfs.model.Pathway
 
MODE_STAIRS - Static variable in class org.onebusaway.gtfs.model.Pathway
 
MODE_WALKWAY - Static variable in class org.onebusaway.gtfs.model.Pathway
 
moveCalendarToServiceDate(Calendar) - Static method in class org.onebusaway.gtfs.model.calendar.ServiceDate
Adjust the supplied Calendar object such that the calendar will be at "midnight" (12:00am) at the start of the day specified by the current calendar date and locale.
MultipleCalendarsForServiceIdException - Exception in org.onebusaway.gtfs.impl
Indicates that multiple ServiceCalendar entities, as loaded from calendars.txt, were found with the same ServiceCalendar.getServiceId() value, a violation of the GTFS spec.
MultipleCalendarsForServiceIdException(AgencyAndId) - Constructor for exception org.onebusaway.gtfs.impl.MultipleCalendarsForServiceIdException
 

N

next() - Method in class org.onebusaway.gtfs.model.calendar.ServiceDate
 
NoDefaultAgencyIdException - Exception in org.onebusaway.gtfs.serialization
Indicates that no default agency id (see GtfsReaderContext.getDefaultAgencyId() was specified for a particular feed.
NoDefaultAgencyIdException() - Constructor for exception org.onebusaway.gtfs.serialization.NoDefaultAgencyIdException
 
Note - Class in org.onebusaway.gtfs.model
 
Note() - Constructor for class org.onebusaway.gtfs.model.Note
 

O

oldSpellingOfEndPickupDropOffWindow - Variable in class org.onebusaway.gtfs.model.StopTime
Deprecated.
GTFS-Flex v2.1 renamed "dropoff" to "drop off": https://github.com/MobilityData/gtfs-flex/commit/547200dfb580771265ae14b07d9bfd7b91c16ed2
oldSpellingOfStartPickupDropOffWindow - Variable in class org.onebusaway.gtfs.model.StopTime
Deprecated.
GTFS-Flex v2.1 renamed "dropoff" to "drop off": https://github.com/MobilityData/gtfs-flex/commit/547200dfb580771265ae14b07d9bfd7b91c16ed2
open() - Method in class org.onebusaway.gtfs.impl.GenericDaoImpl
 
open() - Method in class org.onebusaway.gtfs.impl.GenericMutableDaoWrapper
 
open() - Method in interface org.onebusaway.gtfs.serialization.GtfsEntityStore
 
open() - Method in interface org.onebusaway.gtfs.services.GenericMutableDao
 
OPTIONAL_FILE_NAMES - Static variable in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
org.onebusaway.gtfs.annotations - package org.onebusaway.gtfs.annotations
 
org.onebusaway.gtfs.impl - package org.onebusaway.gtfs.impl
 
org.onebusaway.gtfs.impl.calendar - package org.onebusaway.gtfs.impl.calendar
 
org.onebusaway.gtfs.impl.translation - package org.onebusaway.gtfs.impl.translation
 
org.onebusaway.gtfs.model - package org.onebusaway.gtfs.model
 
org.onebusaway.gtfs.model.calendar - package org.onebusaway.gtfs.model.calendar
 
org.onebusaway.gtfs.model.translation - package org.onebusaway.gtfs.model.translation
 
org.onebusaway.gtfs.serialization - package org.onebusaway.gtfs.serialization
 
org.onebusaway.gtfs.serialization.comparators - package org.onebusaway.gtfs.serialization.comparators
 
org.onebusaway.gtfs.serialization.mappings - package org.onebusaway.gtfs.serialization.mappings
 
org.onebusaway.gtfs.services - package org.onebusaway.gtfs.services
 
org.onebusaway.gtfs.services.calendar - package org.onebusaway.gtfs.services.calendar
 
org.onebusaway.gtfs.services.translation - package org.onebusaway.gtfs.services.translation
 

P

parseString(String) - Static method in class org.onebusaway.gtfs.model.calendar.ServiceDate
Parse a service date from a string in "YYYYMMDD" format.
Pathway - Class in org.onebusaway.gtfs.model
 
Pathway() - Constructor for class org.onebusaway.gtfs.model.Pathway
 
previous() - Method in class org.onebusaway.gtfs.model.calendar.ServiceDate
 
PropertyTranslation - Class in org.onebusaway.gtfs.model.translation
 
PropertyTranslation(String, Translation) - Constructor for class org.onebusaway.gtfs.model.translation.PropertyTranslation
 
proposedBy() - Method in annotation type org.onebusaway.gtfs.annotations.Experimental
This indicates what issue this field was proposed in.
putAgencies(int, String...) - Method in class org.onebusaway.gtfs.services.MockGtfs
 
putCalendarDates(String...) - Method in class org.onebusaway.gtfs.services.MockGtfs
 
putCalendars(int, String...) - Method in class org.onebusaway.gtfs.services.MockGtfs
 
putDatesForLocalizedServiceId(LocalizedServiceId, List<Date>) - Method in class org.onebusaway.gtfs.model.calendar.CalendarServiceData
 
putDefaultAgencies() - Method in class org.onebusaway.gtfs.services.MockGtfs
 
putDefaultCalendar() - Method in class org.onebusaway.gtfs.services.MockGtfs
 
putDefaultRoutes() - Method in class org.onebusaway.gtfs.services.MockGtfs
 
putDefaultStops() - Method in class org.onebusaway.gtfs.services.MockGtfs
 
putDefaultStopTimes() - Method in class org.onebusaway.gtfs.services.MockGtfs
 
putDefaultTrips() - Method in class org.onebusaway.gtfs.services.MockGtfs
 
putExtension(Class<?>, Object) - Method in class org.onebusaway.gtfs.model.IdentityBean
 
putFile(String, File) - Method in class org.onebusaway.gtfs.services.MockGtfs
 
putFile(String, String) - Method in class org.onebusaway.gtfs.services.MockGtfs
 
putLines(String, String...) - Method in class org.onebusaway.gtfs.services.MockGtfs
 
putMinimal() - Method in class org.onebusaway.gtfs.services.MockGtfs
 
putNamedStops(String...) - Method in class org.onebusaway.gtfs.services.MockGtfs
specify stop_id and stop_name, have stop generated with fake lat/lon
putRoutes(int, String...) - Method in class org.onebusaway.gtfs.services.MockGtfs
 
putServiceDatesForServiceId(AgencyAndId, List<ServiceDate>) - Method in class org.onebusaway.gtfs.model.calendar.CalendarServiceData
 
putStops(int, String...) - Method in class org.onebusaway.gtfs.services.MockGtfs
 
putStopTimes(String, String) - Method in class org.onebusaway.gtfs.services.MockGtfs
 
putStopTimesWithDistances(String, String, String, String) - Method in class org.onebusaway.gtfs.services.MockGtfs
Accept shape_dist_traveled and timepoints for testing.
putTimeZoneForAgencyId(String, TimeZone) - Method in class org.onebusaway.gtfs.model.calendar.CalendarServiceData
 
putTranslation(Class<?>, String, PropertyTranslation) - Method in class org.onebusaway.gtfs.model.translation.TranslationServiceData
 
putTrips(int, String, String, String...) - Method in class org.onebusaway.gtfs.services.MockGtfs
 

R

read() - Method in class org.onebusaway.gtfs.serialization.LocationsGeoJSONReader
 
read() - Method in class org.onebusaway.gtfs.services.MockGtfs
 
read(GtfsReader) - Method in class org.onebusaway.gtfs.services.MockGtfs
 
readEntities(Class<?>, Reader) - Method in class org.onebusaway.gtfs.serialization.GtfsReader
 
readTextFromFile(String) - Method in class org.onebusaway.gtfs.impl.ZipHandler
read metadata files from a text file.
removeEntity(T) - Method in class org.onebusaway.gtfs.impl.GenericDaoImpl
 
removeEntity(T) - Method in class org.onebusaway.gtfs.impl.GenericMutableDaoWrapper
 
removeEntity(T) - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
removeEntity(T) - Method in interface org.onebusaway.gtfs.services.GenericMutableDao
 
RiderCategory - Class in org.onebusaway.gtfs.model
As of July 2022 this file is not yet part of the main GTFS spec.
RiderCategory() - Constructor for class org.onebusaway.gtfs.model.RiderCategory
 
Ridership - Class in org.onebusaway.gtfs.model
ridership.txt from https://github.com/ODOT-PTS/GTFS-ride/blob/master/spec/en/reference.md#board_alighttxt
Ridership() - Constructor for class org.onebusaway.gtfs.model.Ridership
 
RidershipData - Class in org.onebusaway.gtfs.model
 
RidershipData() - Constructor for class org.onebusaway.gtfs.model.RidershipData
 
Route - Class in org.onebusaway.gtfs.model
 
Route() - Constructor for class org.onebusaway.gtfs.model.Route
 
Route(Route) - Constructor for class org.onebusaway.gtfs.model.Route
 
RouteAgencyFieldMappingFactory - Class in org.onebusaway.gtfs.serialization.mappings
Responsible for setting the Route.setAgency(Agency) from a csv "agency_id" field in "routes.txt" and vice-versa.
RouteAgencyFieldMappingFactory() - Constructor for class org.onebusaway.gtfs.serialization.mappings.RouteAgencyFieldMappingFactory
 
RouteAgencyIdFieldMappingFactory - Class in org.onebusaway.gtfs.serialization.mappings
 
RouteAgencyIdFieldMappingFactory() - Constructor for class org.onebusaway.gtfs.serialization.mappings.RouteAgencyIdFieldMappingFactory
 
RouteNameException - Class in org.onebusaway.gtfs.model
 
RouteNameException - Exception in org.onebusaway.gtfs.serialization.mappings
The GTFS spec declares that at least one of Route.getShortName() or Route.getLongName() must be specified, if not both.
RouteNameException() - Constructor for class org.onebusaway.gtfs.model.RouteNameException
 
RouteNameException(AgencyAndId) - Constructor for exception org.onebusaway.gtfs.serialization.mappings.RouteNameException
 
RouteNameException(RouteNameException) - Constructor for class org.onebusaway.gtfs.model.RouteNameException
 
RouteShape - Class in org.onebusaway.gtfs.model
experimental support for canonical/idealized route shapes such as a map's representation of service
RouteShape() - Constructor for class org.onebusaway.gtfs.model.RouteShape
 
RouteStop - Class in org.onebusaway.gtfs.model
experimental support for canonical/idealized route stops such as a strip map's representation of service
RouteStop() - Constructor for class org.onebusaway.gtfs.model.RouteStop
 
RouteValidator - Class in org.onebusaway.gtfs.serialization.mappings
Checks that a Route has either a Route.getShortName() or Route.getLongName() specified.
RouteValidator() - Constructor for class org.onebusaway.gtfs.serialization.mappings.RouteValidator
 
RouteWriter - Class in org.onebusaway.gtfs.serialization
 
RouteWriter() - Constructor for class org.onebusaway.gtfs.serialization.RouteWriter
 
run() - Method in class org.onebusaway.gtfs.serialization.GtfsReader
 
run(CsvInputSource) - Method in class org.onebusaway.gtfs.serialization.GtfsReader
 
run(GtfsDao) - Method in class org.onebusaway.gtfs.serialization.GtfsWriter
 
run(GtfsDao) - Method in class org.onebusaway.gtfs.serialization.RouteWriter
 

S

saveEntity(Object) - Method in class org.onebusaway.gtfs.impl.GenericDaoImpl
 
saveEntity(Object) - Method in class org.onebusaway.gtfs.impl.GenericMutableDaoWrapper
 
saveEntity(Object) - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
saveEntity(Object) - Method in interface org.onebusaway.gtfs.serialization.GtfsEntityStore
 
saveEntity(Object) - Method in interface org.onebusaway.gtfs.services.GenericMutableDao
 
saveOrUpdateEntity(Object) - Method in class org.onebusaway.gtfs.impl.GenericDaoImpl
 
saveOrUpdateEntity(Object) - Method in class org.onebusaway.gtfs.impl.GenericMutableDaoWrapper
 
saveOrUpdateEntity(Object) - Method in interface org.onebusaway.gtfs.services.GenericMutableDao
 
SECONDS_IN_DAY - Static variable in class org.onebusaway.gtfs.model.calendar.AgencyServiceInterval
 
ServiceCalendar - Class in org.onebusaway.gtfs.model
Note that I decided to call this class ServiceCalendar instead of Calendar, so as to avoid confusion with java.util.Calendar
ServiceCalendar() - Constructor for class org.onebusaway.gtfs.model.ServiceCalendar
 
ServiceCalendar(ServiceCalendar) - Constructor for class org.onebusaway.gtfs.model.ServiceCalendar
 
ServiceCalendarComparator - Class in org.onebusaway.gtfs.serialization.comparators
 
ServiceCalendarComparator() - Constructor for class org.onebusaway.gtfs.serialization.comparators.ServiceCalendarComparator
 
ServiceCalendarDate - Class in org.onebusaway.gtfs.model
 
ServiceCalendarDate() - Constructor for class org.onebusaway.gtfs.model.ServiceCalendarDate
 
ServiceCalendarDate(ServiceCalendarDate) - Constructor for class org.onebusaway.gtfs.model.ServiceCalendarDate
 
ServiceCalendarDateComparator - Class in org.onebusaway.gtfs.serialization.comparators
 
ServiceCalendarDateComparator() - Constructor for class org.onebusaway.gtfs.serialization.comparators.ServiceCalendarDateComparator
 
ServiceDate - Class in org.onebusaway.gtfs.model.calendar
A general representation of a year-month-day tuple not tied to any locale and used by the GTFS entities ServiceCalendar and ServiceCalendarDate to represent service date ranges.
ServiceDate() - Constructor for class org.onebusaway.gtfs.model.calendar.ServiceDate
 
ServiceDate(int, int, int) - Constructor for class org.onebusaway.gtfs.model.calendar.ServiceDate
Construct a new ServiceDate by specifying the numeric year, month, and day
ServiceDate(Calendar) - Constructor for class org.onebusaway.gtfs.model.calendar.ServiceDate
 
ServiceDate(Date) - Constructor for class org.onebusaway.gtfs.model.calendar.ServiceDate
Construct a ServiceDate from the specified Date object, using the default TimeZone object for the current VM to localize the date
ServiceDate(ServiceDate) - Constructor for class org.onebusaway.gtfs.model.calendar.ServiceDate
 
ServiceDateFieldMappingFactory - Class in org.onebusaway.gtfs.serialization.mappings
 
ServiceDateFieldMappingFactory() - Constructor for class org.onebusaway.gtfs.serialization.mappings.ServiceDateFieldMappingFactory
 
ServiceIdIntervals - Class in org.onebusaway.gtfs.model.calendar
A Map of LocalizedServiceId and ServiceInterval objects, with convenience methods for adding additional service ids and arrival-departure time intervals.
ServiceIdIntervals() - Constructor for class org.onebusaway.gtfs.model.calendar.ServiceIdIntervals
 
ServiceIdOp - Class in org.onebusaway.gtfs.impl.calendar
 
ServiceIdOp(boolean) - Constructor for class org.onebusaway.gtfs.impl.calendar.ServiceIdOp
 
ServiceInterval - Class in org.onebusaway.gtfs.model.calendar
Specifies an immutable interval of min and max arrival and departure times.
ServiceInterval(int, int) - Constructor for class org.onebusaway.gtfs.model.calendar.ServiceInterval
 
ServiceInterval(int, int, int, int) - Constructor for class org.onebusaway.gtfs.model.calendar.ServiceInterval
 
setAgencies(List<Agency>) - Method in class org.onebusaway.gtfs.serialization.GtfsReader
 
setAgency(Agency) - Method in class org.onebusaway.gtfs.model.Route
 
setAgencyId(String) - Method in class org.onebusaway.gtfs.model.AgencyAndId
 
setAgencyId(String) - Method in class org.onebusaway.gtfs.model.DirectionEntry
 
setAgencyId(String) - Method in class org.onebusaway.gtfs.model.FareAttribute
 
setAgencyId(String) - Method in class org.onebusaway.gtfs.model.Ridership
 
setAgencyId(String) - Method in class org.onebusaway.gtfs.model.RidershipData
 
setAlternateStopName(String) - Method in class org.onebusaway.gtfs.model.AlternateStopNameException
 
setAmount(float) - Method in class org.onebusaway.gtfs.model.FareProduct
 
setArea(Area) - Method in class org.onebusaway.gtfs.model.StopArea
 
setArea(Area) - Method in class org.onebusaway.gtfs.model.StopAreaElement
 
setArrivalTime(int) - Method in class org.onebusaway.gtfs.model.StopTime
 
setArrivalTime(int) - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
setAverageLoad(double) - Method in class org.onebusaway.gtfs.model.Ridership
 
setAverageLoad(double) - Method in class org.onebusaway.gtfs.model.RidershipData
 
setBikeCapacity(int) - Method in class org.onebusaway.gtfs.model.Vehicle
 
setBikesAllowed(int) - Method in class org.onebusaway.gtfs.model.Route
 
setBikesAllowed(int) - Method in class org.onebusaway.gtfs.model.Trip
 
setBlockId(String) - Method in class org.onebusaway.gtfs.model.Trip
 
setBlockRoute(int) - Method in class org.onebusaway.gtfs.model.Block
 
setBlockRoute(int) - Method in interface org.onebusaway.gtfs.model.BlockProxy
 
setBlockRun(int) - Method in class org.onebusaway.gtfs.model.Block
 
setBlockRun(int) - Method in interface org.onebusaway.gtfs.model.BlockProxy
 
setBlockSequence(int) - Method in class org.onebusaway.gtfs.model.Block
 
setBlockSequence(int) - Method in interface org.onebusaway.gtfs.model.BlockProxy
 
setBlockVariable(int) - Method in class org.onebusaway.gtfs.model.Block
 
setBlockVariable(int) - Method in interface org.onebusaway.gtfs.model.BlockProxy
 
setBoardingType(int) - Method in class org.onebusaway.gtfs.model.Trip
 
setBrandingUrl(String) - Method in class org.onebusaway.gtfs.model.Agency
 
setBrandingUrl(String) - Method in class org.onebusaway.gtfs.model.Route
 
setCode(String) - Method in class org.onebusaway.gtfs.model.Stop
 
setColor(String) - Method in class org.onebusaway.gtfs.model.Route
 
setContactEmail(String) - Method in class org.onebusaway.gtfs.model.FeedInfo
 
setContactUrl(String) - Method in class org.onebusaway.gtfs.model.FeedInfo
 
setContainsId(String) - Method in class org.onebusaway.gtfs.model.FareRule
 
setContinuousDropOff(int) - Method in class org.onebusaway.gtfs.model.StopTime
 
setContinuousDropOffMessage(String) - Method in class org.onebusaway.gtfs.model.Trip
 
setContinuousPickup(int) - Method in class org.onebusaway.gtfs.model.StopTime
 
setContinuousPickupMessage(String) - Method in class org.onebusaway.gtfs.model.Trip
 
setCurrency(String) - Method in class org.onebusaway.gtfs.model.FareProduct
 
setCurrencyType(String) - Method in class org.onebusaway.gtfs.model.FareAttribute
 
setDao(GtfsRelationalDao) - Method in class org.onebusaway.gtfs.impl.translation.TranslationServiceDataFactoryImpl
 
setData(CalendarServiceData) - Method in class org.onebusaway.gtfs.impl.calendar.CalendarServiceImpl
 
setData(CalendarServiceData) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
setData(CalendarServiceData) - Method in interface org.onebusaway.gtfs.services.calendar.CalendarService
Update the underlying data structures.
setData(TranslationServiceData) - Method in class org.onebusaway.gtfs.impl.translation.TranslationServiceImpl
 
setDataFactory(CalendarServiceDataFactory) - Method in class org.onebusaway.gtfs.impl.calendar.CalendarServiceImpl
 
setDate(ServiceDate) - Method in class org.onebusaway.gtfs.model.ServiceCalendarDate
 
setDaytimeRoutes(String) - Method in class org.onebusaway.gtfs.model.DirectionEntry
 
setDefaultAgencyId(String) - Method in class org.onebusaway.gtfs.serialization.GtfsReader
 
setDefaultLang(String) - Method in class org.onebusaway.gtfs.model.FeedInfo
 
setDefinition(String) - Method in class org.onebusaway.gtfs.model.FacilityPropertyDefinition
 
setDepartureBuffer(int) - Method in class org.onebusaway.gtfs.model.StopTime
 
setDepartureTime(int) - Method in class org.onebusaway.gtfs.model.StopTime
 
setDepartureTime(int) - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
setDesc(String) - Method in class org.onebusaway.gtfs.model.Note
 
setDesc(String) - Method in class org.onebusaway.gtfs.model.Route
 
setDesc(String) - Method in class org.onebusaway.gtfs.model.Stop
 
setDescription(String) - Method in class org.onebusaway.gtfs.model.Icon
 
setDescription(String) - Method in class org.onebusaway.gtfs.model.Location
 
setDescription(String) - Method in class org.onebusaway.gtfs.model.Vehicle
 
setDestinationId(String) - Method in class org.onebusaway.gtfs.model.FareRule
 
setDirection(String) - Method in class org.onebusaway.gtfs.model.Stop
 
setDirectionDo(String) - Method in class org.onebusaway.gtfs.model.DirectionNameException
 
setDirectionId(int) - Method in class org.onebusaway.gtfs.model.AlternateStopNameException
 
setDirectionId(int) - Method in class org.onebusaway.gtfs.model.DirectionNameException
 
setDirectionId(String) - Method in class org.onebusaway.gtfs.model.RouteShape
 
setDirectionId(String) - Method in class org.onebusaway.gtfs.model.RouteStop
 
setDirectionId(String) - Method in class org.onebusaway.gtfs.model.Trip
 
setDirectionId(String) - Method in class org.onebusaway.gtfs.model.WrongWayConcurrency
 
setDirectionName(String) - Method in class org.onebusaway.gtfs.model.DirectionNameException
 
setDistanceType(Integer) - Method in class org.onebusaway.gtfs.model.FareLegRule
 
setDistTraveled(double) - Method in class org.onebusaway.gtfs.model.ShapePoint
 
setDistTraveled(double) - Method in interface org.onebusaway.gtfs.model.ShapePointProxy
 
setDoorCount(int) - Method in class org.onebusaway.gtfs.model.Vehicle
 
setDoorWidth(String) - Method in class org.onebusaway.gtfs.model.Vehicle
 
setDropOffBookingRule(BookingRule) - Method in class org.onebusaway.gtfs.model.StopTime
 
setDropOffBookingRule(BookingRule) - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
setDropOffMessage(String) - Method in class org.onebusaway.gtfs.model.BookingRule
 
setDropOffType(int) - Method in class org.onebusaway.gtfs.model.StopTime
 
setDropOffType(int) - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
setDrtAdvanceBookMin(double) - Method in class org.onebusaway.gtfs.model.Trip
 
setDrtAvgTravelTime(String) - Method in class org.onebusaway.gtfs.model.Trip
 
setDrtDropOffMessage(String) - Method in class org.onebusaway.gtfs.model.Trip
 
setDrtMaxTravelTime(String) - Method in class org.onebusaway.gtfs.model.Trip
 
setDrtPickupMessage(String) - Method in class org.onebusaway.gtfs.model.Trip
 
setDurationAmount(int) - Method in class org.onebusaway.gtfs.model.FareProduct
 
setDurationLimit(int) - Method in class org.onebusaway.gtfs.model.FareTransferRule
 
setDurationLimitType(int) - Method in class org.onebusaway.gtfs.model.FareTransferRule
 
setDurationType(int) - Method in class org.onebusaway.gtfs.model.FareProduct
 
setDurationUnit(int) - Method in class org.onebusaway.gtfs.model.FareProduct
 
setEligibilityRestricted(int) - Method in class org.onebusaway.gtfs.model.Route
 
setEligibilityUrl(String) - Method in class org.onebusaway.gtfs.model.RiderCategory
 
setEmail(String) - Method in class org.onebusaway.gtfs.model.Agency
 
setEncodedShape(String) - Method in class org.onebusaway.gtfs.model.RouteShape
 
setEndDate(ServiceDate) - Method in class org.onebusaway.gtfs.model.FeedInfo
 
setEndDate(ServiceDate) - Method in class org.onebusaway.gtfs.model.Ridership
 
setEndDate(ServiceDate) - Method in class org.onebusaway.gtfs.model.RidershipData
 
setEndDate(ServiceDate) - Method in class org.onebusaway.gtfs.model.ServiceCalendar
 
setEndPickupDropOffWindow(int) - Method in class org.onebusaway.gtfs.model.StopTime
 
setEndServiceArea(Area) - Method in class org.onebusaway.gtfs.model.StopTime
 
setEndServiceArea(Area) - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
setEndServiceAreaRadius(double) - Method in class org.onebusaway.gtfs.model.StopTime
 
setEndTime(int) - Method in class org.onebusaway.gtfs.model.Frequency
 
setEntityClasses(List<Class<?>>) - Method in class org.onebusaway.gtfs.serialization.GtfsReader
 
setEntityId(String) - Method in class org.onebusaway.gtfs.model.translation.PropertyTranslation
 
setEntityStore(GenericMutableDao) - Method in class org.onebusaway.gtfs.serialization.GtfsReader
 
setEntitySubId(String) - Method in class org.onebusaway.gtfs.model.translation.PropertyTranslation
 
setExactTimes(int) - Method in class org.onebusaway.gtfs.model.Frequency
 
setExceptionType(int) - Method in class org.onebusaway.gtfs.model.ServiceCalendarDate
 
setExcludeFutureServiceDatesInDays(int) - Method in class org.onebusaway.gtfs.impl.calendar.CalendarServiceDataFactoryImpl
 
setFacilityClass(String) - Method in class org.onebusaway.gtfs.model.Facility
 
setFacilityCode(String) - Method in class org.onebusaway.gtfs.model.Facility
 
setFacilityId(Facility) - Method in class org.onebusaway.gtfs.model.FacilityProperty
 
setFacilityLongName(String) - Method in class org.onebusaway.gtfs.model.Facility
 
setFacilityShortName(String) - Method in class org.onebusaway.gtfs.model.Facility
 
setFacilityType(String) - Method in class org.onebusaway.gtfs.model.Facility
 
setFare(FareAttribute) - Method in class org.onebusaway.gtfs.model.FareRule
 
setFareId(String) - Method in class org.onebusaway.gtfs.model.Trip
 
setFareMediaType(int) - Method in class org.onebusaway.gtfs.model.FareMedium
 
setFareMedium(FareMedium) - Method in class org.onebusaway.gtfs.model.FareProduct
 
setFarePeriodId(String) - Method in class org.onebusaway.gtfs.model.FareAttribute
 
setFarePeriodId(String) - Method in class org.onebusaway.gtfs.model.StopTime
 
setFareProductId(AgencyAndId) - Method in class org.onebusaway.gtfs.model.FareLegRule
 
setFareProductId(AgencyAndId) - Method in class org.onebusaway.gtfs.model.FareProduct
 
setFareProductId(AgencyAndId) - Method in class org.onebusaway.gtfs.model.FareTransferRule
 
setFareTransferType(int) - Method in class org.onebusaway.gtfs.model.FareTransferRule
 
setFareUrl(String) - Method in class org.onebusaway.gtfs.model.Agency
 
setFeedLanguage(String) - Method in class org.onebusaway.gtfs.model.translation.TranslationServiceData
 
setFieldName(String) - Method in class org.onebusaway.gtfs.model.Translation
 
setFieldValue(String) - Method in class org.onebusaway.gtfs.model.Translation
 
setFreeRunningFlag(String) - Method in class org.onebusaway.gtfs.model.StopTime
 
setFreeRunningFlag(String) - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
setFriday(int) - Method in class org.onebusaway.gtfs.model.ServiceCalendar
 
setFromArea(Area) - Method in class org.onebusaway.gtfs.model.FareLegRule
 
setFromLegGroupId(AgencyAndId) - Method in class org.onebusaway.gtfs.model.FareTransferRule
 
setFromRoute(Route) - Method in class org.onebusaway.gtfs.model.Transfer
 
setFromStop(Stop) - Method in class org.onebusaway.gtfs.model.Pathway
 
setFromStop(Stop) - Method in class org.onebusaway.gtfs.model.Transfer
 
setFromStopId(AgencyAndId) - Method in class org.onebusaway.gtfs.model.WrongWayConcurrency
 
setFromTrip(Trip) - Method in class org.onebusaway.gtfs.model.Transfer
 
setGenerateIds(boolean) - Method in class org.onebusaway.gtfs.impl.GenericDaoImpl
 
setGeometry(GeoJsonObject) - Method in class org.onebusaway.gtfs.model.Location
 
setGtfsDao(GtfsRelationalDao) - Method in class org.onebusaway.gtfs.impl.calendar.CalendarServiceDataFactoryImpl
 
setGtfsDao(GtfsRelationalDao) - Method in class org.onebusaway.gtfs.impl.GtfsDataServiceImpl
 
setGtfsStopIdDirection0(String) - Method in class org.onebusaway.gtfs.model.DirectionEntry
 
setGtfsStopIdDirection1(String) - Method in class org.onebusaway.gtfs.model.DirectionEntry
 
setGtfsTripId(String) - Method in class org.onebusaway.gtfs.model.RidershipData
 
setHeadsignDirection0(String) - Method in class org.onebusaway.gtfs.model.DirectionEntry
 
setHeadsignDirection1(String) - Method in class org.onebusaway.gtfs.model.DirectionEntry
 
setHeadwaySecs(int) - Method in class org.onebusaway.gtfs.model.Frequency
 
setIcon(Icon) - Method in class org.onebusaway.gtfs.model.Vehicle
 
setId(Integer) - Method in class org.onebusaway.gtfs.model.AlternateStopNameException
 
setId(Integer) - Method in class org.onebusaway.gtfs.model.Block
 
setId(Integer) - Method in interface org.onebusaway.gtfs.model.BlockProxy
 
setId(Integer) - Method in class org.onebusaway.gtfs.model.DirectionEntry
 
setId(Integer) - Method in class org.onebusaway.gtfs.model.DirectionNameException
 
setId(Integer) - Method in class org.onebusaway.gtfs.model.FacilityProperty
 
setId(Integer) - Method in class org.onebusaway.gtfs.model.FareRule
 
setId(Integer) - Method in class org.onebusaway.gtfs.model.Frequency
 
setId(Integer) - Method in class org.onebusaway.gtfs.model.LocationGroupElement
 
setId(Integer) - Method in class org.onebusaway.gtfs.model.Ridership
 
setId(Integer) - Method in class org.onebusaway.gtfs.model.RidershipData
 
setId(Integer) - Method in class org.onebusaway.gtfs.model.RouteNameException
 
setId(Integer) - Method in class org.onebusaway.gtfs.model.RouteShape
 
setId(Integer) - Method in class org.onebusaway.gtfs.model.RouteStop
 
setId(Integer) - Method in class org.onebusaway.gtfs.model.ServiceCalendar
 
setId(Integer) - Method in class org.onebusaway.gtfs.model.ServiceCalendarDate
 
setId(Integer) - Method in class org.onebusaway.gtfs.model.ShapePoint
 
setId(Integer) - Method in interface org.onebusaway.gtfs.model.ShapePointProxy
 
setId(Integer) - Method in class org.onebusaway.gtfs.model.StopTime
 
setId(Integer) - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
setId(Integer) - Method in class org.onebusaway.gtfs.model.Transfer
 
setId(Integer) - Method in class org.onebusaway.gtfs.model.Translation
 
setId(Integer) - Method in class org.onebusaway.gtfs.model.WrongWayConcurrency
 
setId(String) - Method in class org.onebusaway.gtfs.model.Agency
 
setId(String) - Method in class org.onebusaway.gtfs.model.AgencyAndId
 
setId(String) - Method in class org.onebusaway.gtfs.model.FareLegRule
 
setId(String) - Method in class org.onebusaway.gtfs.model.FareTransferRule
 
setId(String) - Method in class org.onebusaway.gtfs.model.FeedInfo
 
setId(AgencyAndId) - Method in class org.onebusaway.gtfs.model.Area
 
setId(AgencyAndId) - Method in class org.onebusaway.gtfs.model.BookingRule
 
setId(AgencyAndId) - Method in class org.onebusaway.gtfs.model.Facility
 
setId(AgencyAndId) - Method in class org.onebusaway.gtfs.model.FacilityPropertyDefinition
 
setId(AgencyAndId) - Method in class org.onebusaway.gtfs.model.FareAttribute
 
setId(AgencyAndId) - Method in class org.onebusaway.gtfs.model.FareMedium
 
setId(AgencyAndId) - Method in class org.onebusaway.gtfs.model.FareProduct
 
setId(AgencyAndId) - Method in class org.onebusaway.gtfs.model.Icon
 
setId(AgencyAndId) - Method in class org.onebusaway.gtfs.model.Level
 
setId(AgencyAndId) - Method in class org.onebusaway.gtfs.model.Location
 
setId(AgencyAndId) - Method in class org.onebusaway.gtfs.model.LocationGroup
 
setId(AgencyAndId) - Method in class org.onebusaway.gtfs.model.Note
 
setId(AgencyAndId) - Method in class org.onebusaway.gtfs.model.Pathway
 
setId(AgencyAndId) - Method in class org.onebusaway.gtfs.model.RiderCategory
 
setId(AgencyAndId) - Method in class org.onebusaway.gtfs.model.Route
 
setId(AgencyAndId) - Method in class org.onebusaway.gtfs.model.Stop
 
setId(AgencyAndId) - Method in class org.onebusaway.gtfs.model.StopArea
 
setId(AgencyAndId) - Method in class org.onebusaway.gtfs.model.StopAreaElement
 
setId(AgencyAndId) - Method in interface org.onebusaway.gtfs.model.StopLocation
 
setId(AgencyAndId) - Method in class org.onebusaway.gtfs.model.Trip
 
setId(AgencyAndId) - Method in class org.onebusaway.gtfs.model.Vehicle
 
setId(T) - Method in class org.onebusaway.gtfs.model.IdentityBean
 
setIndex(double) - Method in class org.onebusaway.gtfs.model.Level
 
setInfoUrl(String) - Method in class org.onebusaway.gtfs.model.BookingRule
 
setInputLocation(File) - Method in class org.onebusaway.gtfs.serialization.GtfsReader
 
setIsAccessible(int) - Method in class org.onebusaway.gtfs.model.Pathway
 
setIsBidirectional(int) - Method in class org.onebusaway.gtfs.model.Pathway
 
setJourneyDuration(int) - Method in class org.onebusaway.gtfs.model.FareAttribute
 
setLabelOnly(int) - Method in class org.onebusaway.gtfs.model.Frequency
 
setLang(String) - Method in class org.onebusaway.gtfs.model.Agency
 
setLang(String) - Method in class org.onebusaway.gtfs.model.FeedInfo
 
setLanguage(String) - Method in class org.onebusaway.gtfs.model.Translation
 
setLanguage(String) - Method in class org.onebusaway.gtfs.model.translation.TypeAndLanguage
 
setLastModifiedTime(Long) - Method in class org.onebusaway.gtfs.serialization.GtfsReader
 
setLat(double) - Method in class org.onebusaway.gtfs.model.ShapePoint
 
setLat(double) - Method in interface org.onebusaway.gtfs.model.ShapePointProxy
 
setLat(double) - Method in class org.onebusaway.gtfs.model.Stop
 
setLegGroupId(AgencyAndId) - Method in class org.onebusaway.gtfs.model.FareLegRule
 
setLength(double) - Method in class org.onebusaway.gtfs.model.Pathway
 
setLevel(Level) - Method in class org.onebusaway.gtfs.model.Stop
 
setLine(String) - Method in class org.onebusaway.gtfs.model.DirectionEntry
 
setLocation(StopLocation) - Method in class org.onebusaway.gtfs.model.StopTime
 
setLocation(StopLocation) - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
setLocationGroup(StopLocation) - Method in class org.onebusaway.gtfs.model.StopTime
 
setLocationGroup(StopLocation) - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
setLocationGroupId(AgencyAndId) - Method in class org.onebusaway.gtfs.model.LocationGroupElement
 
setLocations(Collection<StopLocation>) - Method in class org.onebusaway.gtfs.model.LocationGroup
 
setLocationType(int) - Method in class org.onebusaway.gtfs.model.Stop
 
setLon(double) - Method in class org.onebusaway.gtfs.model.ShapePoint
 
setLon(double) - Method in interface org.onebusaway.gtfs.model.ShapePointProxy
 
setLon(double) - Method in class org.onebusaway.gtfs.model.Stop
 
setLongName(String) - Method in class org.onebusaway.gtfs.model.Route
 
setLowFloor(int) - Method in class org.onebusaway.gtfs.model.Vehicle
 
setMark(String) - Method in class org.onebusaway.gtfs.model.Note
 
setMaxAge(int) - Method in class org.onebusaway.gtfs.model.RiderCategory
 
setMaxDepartureTime(int) - Method in class org.onebusaway.gtfs.model.StopTime
Deprecated.
setMaxDistance(Double) - Method in class org.onebusaway.gtfs.model.FareLegRule
 
setMaxSlope(double) - Method in class org.onebusaway.gtfs.model.Pathway
 
setMeanDurationFactor(double) - Method in class org.onebusaway.gtfs.model.StopTime
 
setMeanDurationFactor(double) - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
setMeanDurationFactor(Double) - Method in class org.onebusaway.gtfs.model.Trip
 
setMeanDurationOffset(double) - Method in class org.onebusaway.gtfs.model.StopTime
 
setMeanDurationOffset(double) - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
setMeanDurationOffset(Double) - Method in class org.onebusaway.gtfs.model.Trip
 
setMessage(String) - Method in class org.onebusaway.gtfs.model.BookingRule
 
setMinAge(int) - Method in class org.onebusaway.gtfs.model.RiderCategory
 
setMinArrivalTime(int) - Method in class org.onebusaway.gtfs.model.StopTime
Deprecated.
setMinDistance(Double) - Method in class org.onebusaway.gtfs.model.FareLegRule
 
setMinTransferTime(int) - Method in class org.onebusaway.gtfs.model.Transfer
 
setMinutesDifference(long) - Method in class org.onebusaway.gtfs.model.RidershipData
 
setMinWidth(double) - Method in class org.onebusaway.gtfs.model.Pathway
 
setMonday(int) - Method in class org.onebusaway.gtfs.model.ServiceCalendar
 
setMtaStopId(String) - Method in class org.onebusaway.gtfs.model.Stop
 
setMtaTripId(String) - Method in class org.onebusaway.gtfs.model.Trip
 
setName(String) - Method in class org.onebusaway.gtfs.model.Agency
 
setName(String) - Method in class org.onebusaway.gtfs.model.Area
 
setName(String) - Method in class org.onebusaway.gtfs.model.FareMedium
 
setName(String) - Method in class org.onebusaway.gtfs.model.FareProduct
 
setName(String) - Method in class org.onebusaway.gtfs.model.Level
 
setName(String) - Method in class org.onebusaway.gtfs.model.Location
 
setName(String) - Method in class org.onebusaway.gtfs.model.LocationGroup
 
setName(String) - Method in class org.onebusaway.gtfs.model.LocationGroupElement
 
setName(String) - Method in class org.onebusaway.gtfs.model.RiderCategory
 
setName(String) - Method in class org.onebusaway.gtfs.model.RouteStop
 
setName(String) - Method in class org.onebusaway.gtfs.model.Stop
 
setName(String) - Method in class org.onebusaway.gtfs.model.StopArea
 
setName(String) - Method in interface org.onebusaway.gtfs.model.StopLocation
 
setNameType(String) - Method in class org.onebusaway.gtfs.model.RouteNameException
 
setNetworkId(String) - Method in class org.onebusaway.gtfs.model.FareLegRule
 
setNetworkId(String) - Method in class org.onebusaway.gtfs.model.Route
 
setNote(Note) - Method in class org.onebusaway.gtfs.model.StopTime
 
setNote(Note) - Method in class org.onebusaway.gtfs.model.Trip
 
setNotes(String) - Method in class org.onebusaway.gtfs.model.DirectionEntry
 
setNumStops(int) - Method in class org.onebusaway.gtfs.model.RidershipData
 
setOldSpellingOfEndPickupDropOffWindow(int) - Method in class org.onebusaway.gtfs.model.StopTime
Deprecated.
setOldSpellingOfStartPickupDropOffWindow(int) - Method in class org.onebusaway.gtfs.model.StopTime
Deprecated.
setOriginId(String) - Method in class org.onebusaway.gtfs.model.FareRule
 
setOutputLocation(File) - Method in class org.onebusaway.gtfs.serialization.GtfsWriter
 
setOutputLocation(File) - Method in class org.onebusaway.gtfs.serialization.RouteWriter
 
setOverwriteDuplicates(boolean) - Method in class org.onebusaway.gtfs.serialization.GtfsReader
 
setPackShapePoints(boolean) - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
setPackStopTimes(boolean) - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
setParentStation(String) - Method in class org.onebusaway.gtfs.model.Stop
 
setPassingTime(LocalTime) - Method in class org.onebusaway.gtfs.model.RidershipData
 
setPathwayCode(String) - Method in class org.onebusaway.gtfs.model.Pathway
Deprecated.
setPathwayMode(int) - Method in class org.onebusaway.gtfs.model.Pathway
 
setPathwayType(int) - Method in class org.onebusaway.gtfs.model.Pathway
Deprecated.
setPaymentMethod(int) - Method in class org.onebusaway.gtfs.model.FareAttribute
 
setPeakOffpeak(int) - Method in class org.onebusaway.gtfs.model.Trip
 
setPhone(String) - Method in class org.onebusaway.gtfs.model.Agency
 
setPhoneNumber(String) - Method in class org.onebusaway.gtfs.model.BookingRule
 
setPickupBookingRule(BookingRule) - Method in class org.onebusaway.gtfs.model.StopTime
 
setPickupBookingRule(BookingRule) - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
setPickupMessage(String) - Method in class org.onebusaway.gtfs.model.BookingRule
 
setPickupType(int) - Method in class org.onebusaway.gtfs.model.StopTime
 
setPickupType(int) - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
setPlatformCode(String) - Method in class org.onebusaway.gtfs.model.Stop
 
setPossibleValues(String) - Method in class org.onebusaway.gtfs.model.FacilityPropertyDefinition
 
setPrice(float) - Method in class org.onebusaway.gtfs.model.FareAttribute
 
setPriorNoticeDurationMax(int) - Method in class org.onebusaway.gtfs.model.BookingRule
 
setPriorNoticeDurationMin(int) - Method in class org.onebusaway.gtfs.model.BookingRule
 
setPriorNoticeLastDay(int) - Method in class org.onebusaway.gtfs.model.BookingRule
 
setPriorNoticeLastTime(int) - Method in class org.onebusaway.gtfs.model.BookingRule
 
setPriorNoticeServiceId(AgencyAndId) - Method in class org.onebusaway.gtfs.model.BookingRule
 
setPriorNoticeStartDay(int) - Method in class org.onebusaway.gtfs.model.BookingRule
 
setPriorNoticeStartTime(int) - Method in class org.onebusaway.gtfs.model.BookingRule
 
setPropertyId(FacilityPropertyDefinition) - Method in class org.onebusaway.gtfs.model.FacilityProperty
 
setPropertyName(String) - Method in class org.onebusaway.gtfs.model.translation.PropertyTranslation
 
setPropertyValue(String) - Method in class org.onebusaway.gtfs.model.translation.PropertyTranslation
 
setProxy(ShapePointProxy) - Method in class org.onebusaway.gtfs.model.ShapePoint
When set, all interactions with the shape point will be redirected through this proxy.
setProxy(StopTimeProxy) - Method in class org.onebusaway.gtfs.model.StopTime
When set, all interactions with this stop time will be redirected through this proxy.
setPublisherName(String) - Method in class org.onebusaway.gtfs.model.FeedInfo
 
setPublisherUrl(String) - Method in class org.onebusaway.gtfs.model.FeedInfo
 
setRecordId(String) - Method in class org.onebusaway.gtfs.model.Translation
 
setRecordSubId(String) - Method in class org.onebusaway.gtfs.model.Translation
 
setRegionalFareCardAccepted(int) - Method in class org.onebusaway.gtfs.model.Route
 
setRegionalFareCardAccepted(int) - Method in class org.onebusaway.gtfs.model.Stop
 
setRequiredStop(Stop) - Method in class org.onebusaway.gtfs.model.Transfer
 
setReversedSignpostedAs(String) - Method in class org.onebusaway.gtfs.model.Pathway
 
setRiderCategory(RiderCategory) - Method in class org.onebusaway.gtfs.model.FareMedium
 
setRiderCategory(RiderCategory) - Method in class org.onebusaway.gtfs.model.FareProduct
 
setRoute(Route) - Method in class org.onebusaway.gtfs.model.FareRule
 
setRoute(Route) - Method in class org.onebusaway.gtfs.model.Trip
 
setRouteBikesAllowed(int) - Method in class org.onebusaway.gtfs.model.Route
Deprecated.
setRouteDo(String) - Method in class org.onebusaway.gtfs.model.RouteNameException
 
setRouteId(String) - Method in class org.onebusaway.gtfs.model.AlternateStopNameException
 
setRouteId(String) - Method in class org.onebusaway.gtfs.model.Ridership
 
setRouteId(String) - Method in class org.onebusaway.gtfs.model.RidershipData
 
setRouteId(String) - Method in class org.onebusaway.gtfs.model.RouteShape
 
setRouteId(String) - Method in class org.onebusaway.gtfs.model.RouteStop
 
setRouteId(String) - Method in class org.onebusaway.gtfs.model.WrongWayConcurrency
 
setRouteId(Route) - Method in class org.onebusaway.gtfs.model.RouteNameException
 
setRouteName(String) - Method in class org.onebusaway.gtfs.model.DirectionNameException
 
setRouteName(String) - Method in class org.onebusaway.gtfs.model.RouteNameException
 
setRouteShortName(String) - Method in class org.onebusaway.gtfs.model.StopTime
 
setRouteShortName(String) - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
setRouteShortName(String) - Method in class org.onebusaway.gtfs.model.Trip
 
setRoutesOutputLocation(String) - Method in class org.onebusaway.gtfs.serialization.RouteWriter
 
setRsTripId(String) - Method in class org.onebusaway.gtfs.model.RidershipData
 
setSafeDurationFactor(double) - Method in class org.onebusaway.gtfs.model.StopTime
 
setSafeDurationFactor(double) - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
setSafeDurationFactor(Double) - Method in class org.onebusaway.gtfs.model.Trip
 
setSafeDurationOffset(double) - Method in class org.onebusaway.gtfs.model.StopTime
 
setSafeDurationOffset(double) - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
setSafeDurationOffset(Double) - Method in class org.onebusaway.gtfs.model.Trip
 
setSaturday(int) - Method in class org.onebusaway.gtfs.model.ServiceCalendar
 
setSeatedCapacity(int) - Method in class org.onebusaway.gtfs.model.Vehicle
 
setSeniorPrice(float) - Method in class org.onebusaway.gtfs.model.FareAttribute
 
setSequence(int) - Method in class org.onebusaway.gtfs.model.ShapePoint
 
setSequence(int) - Method in interface org.onebusaway.gtfs.model.ShapePointProxy
 
setServiceId(AgencyAndId) - Method in class org.onebusaway.gtfs.model.ServiceCalendar
 
setServiceId(AgencyAndId) - Method in class org.onebusaway.gtfs.model.ServiceCalendarDate
 
setServiceId(AgencyAndId) - Method in class org.onebusaway.gtfs.model.Trip
 
setShapeDistTraveled(double) - Method in class org.onebusaway.gtfs.model.StopTime
 
setShapeDistTraveled(double) - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
setShapeId(AgencyAndId) - Method in class org.onebusaway.gtfs.model.ShapePoint
 
setShapeId(AgencyAndId) - Method in interface org.onebusaway.gtfs.model.ShapePointProxy
 
setShapeId(AgencyAndId) - Method in class org.onebusaway.gtfs.model.Trip
 
setShortName(String) - Method in class org.onebusaway.gtfs.model.Route
 
setSignpostedAs(String) - Method in class org.onebusaway.gtfs.model.Pathway
 
setSortOrder(int) - Method in class org.onebusaway.gtfs.model.Route
 
setStairCount(int) - Method in class org.onebusaway.gtfs.model.Pathway
 
setStandingCapacity(int) - Method in class org.onebusaway.gtfs.model.Vehicle
 
setStartDate(ServiceDate) - Method in class org.onebusaway.gtfs.model.FeedInfo
 
setStartDate(ServiceDate) - Method in class org.onebusaway.gtfs.model.Ridership
 
setStartDate(ServiceDate) - Method in class org.onebusaway.gtfs.model.RidershipData
 
setStartDate(ServiceDate) - Method in class org.onebusaway.gtfs.model.ServiceCalendar
 
setStartPickupDropOffWindow(int) - Method in class org.onebusaway.gtfs.model.StopTime
 
setStartServiceArea(Area) - Method in class org.onebusaway.gtfs.model.StopTime
 
setStartServiceArea(Area) - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
setStartServiceAreaRadius(double) - Method in class org.onebusaway.gtfs.model.StopTime
 
setStartTime(int) - Method in class org.onebusaway.gtfs.model.Frequency
 
setStationId(String) - Method in class org.onebusaway.gtfs.model.DirectionEntry
 
setStop(Stop) - Method in class org.onebusaway.gtfs.model.Facility
 
setStop(StopLocation) - Method in class org.onebusaway.gtfs.model.LocationGroupElement
 
setStop(StopLocation) - Method in class org.onebusaway.gtfs.model.StopTime
 
setStop(StopLocation) - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
setStopHeadsign(String) - Method in class org.onebusaway.gtfs.model.StopTime
 
setStopHeadsign(String) - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
setStopId(String) - Method in class org.onebusaway.gtfs.model.AlternateStopNameException
 
setStopId(String) - Method in class org.onebusaway.gtfs.model.Ridership
 
setStopId(String) - Method in class org.onebusaway.gtfs.model.RidershipData
 
setStopId(String) - Method in class org.onebusaway.gtfs.model.RouteStop
 
setStopLocation(StopLocation) - Method in class org.onebusaway.gtfs.model.StopAreaElement
 
setStopName(String) - Method in class org.onebusaway.gtfs.model.DirectionEntry
 
setStopSequence(int) - Method in class org.onebusaway.gtfs.model.Ridership
 
setStopSequence(int) - Method in class org.onebusaway.gtfs.model.RidershipData
 
setStopSequence(int) - Method in class org.onebusaway.gtfs.model.RouteStop
 
setStopSequence(int) - Method in class org.onebusaway.gtfs.model.StopTime
 
setStopSequence(int) - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
setSunday(int) - Method in class org.onebusaway.gtfs.model.ServiceCalendar
 
setTableName(String) - Method in class org.onebusaway.gtfs.model.Translation
 
setTextColor(String) - Method in class org.onebusaway.gtfs.model.Route
 
setThursday(int) - Method in class org.onebusaway.gtfs.model.ServiceCalendar
 
setTimepoint(int) - Method in class org.onebusaway.gtfs.model.StopTime
 
setTimepoint(int) - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
setTimezone(String) - Method in class org.onebusaway.gtfs.model.Agency
 
setTimezone(String) - Method in class org.onebusaway.gtfs.model.Stop
 
setTitle(String) - Method in class org.onebusaway.gtfs.model.Note
 
setToArea(Area) - Method in class org.onebusaway.gtfs.model.FareLegRule
 
setToLegGroupId(AgencyAndId) - Method in class org.onebusaway.gtfs.model.FareTransferRule
 
setToRoute(Route) - Method in class org.onebusaway.gtfs.model.Transfer
 
setToStop(Stop) - Method in class org.onebusaway.gtfs.model.Pathway
 
setToStop(Stop) - Method in class org.onebusaway.gtfs.model.Transfer
 
setToStopId(AgencyAndId) - Method in class org.onebusaway.gtfs.model.WrongWayConcurrency
 
setToStopSequence(Integer) - Method in class org.onebusaway.gtfs.model.StopTime
 
setTotalAlightings(int) - Method in class org.onebusaway.gtfs.model.Ridership
 
setTotalAlightings(int) - Method in class org.onebusaway.gtfs.model.RidershipData
 
setTotalBoardings(int) - Method in class org.onebusaway.gtfs.model.Ridership
 
setTotalBoardings(int) - Method in class org.onebusaway.gtfs.model.RidershipData
 
setToTrip(Trip) - Method in class org.onebusaway.gtfs.model.Transfer
 
setTrack(String) - Method in class org.onebusaway.gtfs.model.StopTime
 
setTransferCount(int) - Method in class org.onebusaway.gtfs.model.FareTransferRule
 
setTransferDuration(int) - Method in class org.onebusaway.gtfs.model.FareAttribute
 
setTransfers(int) - Method in class org.onebusaway.gtfs.model.FareAttribute
 
setTransferType(int) - Method in class org.onebusaway.gtfs.model.Transfer
 
setTranslation(String) - Method in class org.onebusaway.gtfs.model.translation.PropertyTranslation
 
setTranslation(String) - Method in class org.onebusaway.gtfs.model.Translation
 
setTraversalTime(int) - Method in class org.onebusaway.gtfs.model.Pathway
 
setTrip(Trip) - Method in class org.onebusaway.gtfs.model.Frequency
 
setTrip(Trip) - Method in class org.onebusaway.gtfs.model.StopTime
 
setTrip(Trip) - Method in interface org.onebusaway.gtfs.model.StopTimeProxy
 
setTripBikesAllowed(int) - Method in class org.onebusaway.gtfs.model.Trip
Deprecated.
setTripHeadsign(String) - Method in class org.onebusaway.gtfs.model.Trip
 
setTripId(String) - Method in class org.onebusaway.gtfs.model.Ridership
 
setTripId(String) - Method in class org.onebusaway.gtfs.model.RidershipData
 
setTripShortName(String) - Method in class org.onebusaway.gtfs.model.Trip
 
setTtsStopName(String) - Method in class org.onebusaway.gtfs.model.Stop
 
setTuesday(int) - Method in class org.onebusaway.gtfs.model.ServiceCalendar
 
setType(int) - Method in class org.onebusaway.gtfs.model.BookingRule
 
setType(int) - Method in class org.onebusaway.gtfs.model.Route
 
setType(Class<?>) - Method in class org.onebusaway.gtfs.model.translation.TypeAndLanguage
 
setType(String) - Method in class org.onebusaway.gtfs.model.RouteShape
 
setUrl(String) - Method in class org.onebusaway.gtfs.model.Agency
 
setUrl(String) - Method in class org.onebusaway.gtfs.model.BookingRule
 
setUrl(String) - Method in class org.onebusaway.gtfs.model.Icon
 
setUrl(String) - Method in class org.onebusaway.gtfs.model.Location
 
setUrl(String) - Method in class org.onebusaway.gtfs.model.Route
 
setUrl(String) - Method in class org.onebusaway.gtfs.model.Stop
 
setValue(String) - Method in class org.onebusaway.gtfs.model.FacilityProperty
 
setVehicleType(int) - Method in class org.onebusaway.gtfs.model.Stop
 
setVersion(String) - Method in class org.onebusaway.gtfs.model.FeedInfo
 
setWednesday(int) - Method in class org.onebusaway.gtfs.model.ServiceCalendar
 
setWheelchairAccess(String) - Method in class org.onebusaway.gtfs.model.Vehicle
 
setWheelchairAccessible(int) - Method in class org.onebusaway.gtfs.model.Trip
 
setWheelchairBoarding(int) - Method in class org.onebusaway.gtfs.model.Stop
 
setWheelchairFacility(int) - Method in class org.onebusaway.gtfs.model.Facility
 
setWheelchairTraversalTime(int) - Method in class org.onebusaway.gtfs.model.Pathway
Deprecated.
setWkt(String) - Method in class org.onebusaway.gtfs.model.Area
 
setYouthPrice(float) - Method in class org.onebusaway.gtfs.model.FareAttribute
 
setZoneId(String) - Method in class org.onebusaway.gtfs.model.Location
 
setZoneId(String) - Method in class org.onebusaway.gtfs.model.Stop
 
ShapePoint - Class in org.onebusaway.gtfs.model
 
ShapePoint() - Constructor for class org.onebusaway.gtfs.model.ShapePoint
 
ShapePoint(ShapePoint) - Constructor for class org.onebusaway.gtfs.model.ShapePoint
 
ShapePointArray - Class in org.onebusaway.gtfs.impl
 
ShapePointArray() - Constructor for class org.onebusaway.gtfs.impl.ShapePointArray
 
ShapePointComparator - Class in org.onebusaway.gtfs.serialization.comparators
 
ShapePointComparator() - Constructor for class org.onebusaway.gtfs.serialization.comparators.ShapePointComparator
 
ShapePointProxy - Interface in org.onebusaway.gtfs.model
 
shift(int) - Method in class org.onebusaway.gtfs.model.calendar.ServiceDate
 
shiftTime(ServiceInterval, Date) - Method in class org.onebusaway.gtfs.impl.calendar.ServiceIdOp
 
size() - Method in class org.onebusaway.gtfs.impl.ShapePointArray
 
size() - Method in class org.onebusaway.gtfs.impl.StopTimeArray
 
Stop - Class in org.onebusaway.gtfs.model
 
Stop() - Constructor for class org.onebusaway.gtfs.model.Stop
 
Stop(Stop) - Constructor for class org.onebusaway.gtfs.model.Stop
 
StopArea - Class in org.onebusaway.gtfs.model
 
StopArea() - Constructor for class org.onebusaway.gtfs.model.StopArea
 
StopAreaElement - Class in org.onebusaway.gtfs.model
 
StopAreaElement() - Constructor for class org.onebusaway.gtfs.model.StopAreaElement
 
StopLocation - Interface in org.onebusaway.gtfs.model
A StopLocation describes a place where a vehicle can be boarded or alighted, which is not necessarily a marked stop, but can be of other shapes, such as a service area for flexible transit.
StopLocationFieldMappingFactory - Class in org.onebusaway.gtfs.serialization.mappings
FieldMappingFactory that produces a FieldMapping instance capable of mapping a CSV stopLocation string entity id to an concrete entity instance, and vice versa.
StopLocationFieldMappingFactory() - Constructor for class org.onebusaway.gtfs.serialization.mappings.StopLocationFieldMappingFactory
 
StopLocationFieldMappingImpl - Class in org.onebusaway.gtfs.serialization.mappings
 
StopLocationFieldMappingImpl(Class<?>, String, String, Class<?>, boolean) - Constructor for class org.onebusaway.gtfs.serialization.mappings.StopLocationFieldMappingImpl
 
StopTime - Class in org.onebusaway.gtfs.model
 
StopTime() - Constructor for class org.onebusaway.gtfs.model.StopTime
 
StopTime(StopTime) - Constructor for class org.onebusaway.gtfs.model.StopTime
 
StopTimeArray - Class in org.onebusaway.gtfs.impl
 
StopTimeArray() - Constructor for class org.onebusaway.gtfs.impl.StopTimeArray
 
StopTimeComparator - Class in org.onebusaway.gtfs.serialization.comparators
 
StopTimeComparator() - Constructor for class org.onebusaway.gtfs.serialization.comparators.StopTimeComparator
 
StopTimeFieldMappingFactory - Class in org.onebusaway.gtfs.serialization.mappings
 
StopTimeFieldMappingFactory() - Constructor for class org.onebusaway.gtfs.serialization.mappings.StopTimeFieldMappingFactory
 
StopTimeProxy - Interface in org.onebusaway.gtfs.model
 

T

toString() - Method in class org.onebusaway.gtfs.model.Agency
 
toString() - Method in class org.onebusaway.gtfs.model.AgencyAndId
 
toString() - Method in class org.onebusaway.gtfs.model.BookingRule
 
toString() - Method in class org.onebusaway.gtfs.model.calendar.LocalizedServiceId
 
toString() - Method in class org.onebusaway.gtfs.model.calendar.ServiceDate
 
toString() - Method in class org.onebusaway.gtfs.model.calendar.ServiceInterval
 
toString() - Method in class org.onebusaway.gtfs.model.FareAttribute
 
toString() - Method in class org.onebusaway.gtfs.model.FareRule
 
toString() - Method in class org.onebusaway.gtfs.model.Frequency
 
toString() - Method in class org.onebusaway.gtfs.model.Note
 
toString() - Method in class org.onebusaway.gtfs.model.Pathway
 
toString() - Method in class org.onebusaway.gtfs.model.Ridership
 
toString() - Method in class org.onebusaway.gtfs.model.RidershipData
 
toString() - Method in class org.onebusaway.gtfs.model.Route
 
toString() - Method in class org.onebusaway.gtfs.model.ServiceCalendar
 
toString() - Method in class org.onebusaway.gtfs.model.ServiceCalendarDate
 
toString() - Method in class org.onebusaway.gtfs.model.ShapePoint
 
toString() - Method in class org.onebusaway.gtfs.model.Stop
 
toString() - Method in class org.onebusaway.gtfs.model.StopTime
 
toString() - Method in class org.onebusaway.gtfs.model.Transfer
 
toString() - Method in class org.onebusaway.gtfs.model.Trip
 
Transfer - Class in org.onebusaway.gtfs.model
 
Transfer() - Constructor for class org.onebusaway.gtfs.model.Transfer
 
Transfer(Transfer) - Constructor for class org.onebusaway.gtfs.model.Transfer
 
Translation - Class in org.onebusaway.gtfs.model
 
Translation() - Constructor for class org.onebusaway.gtfs.model.Translation
 
Translation(Translation) - Constructor for class org.onebusaway.gtfs.model.Translation
 
TranslationService - Interface in org.onebusaway.gtfs.services.translation
 
TranslationServiceData - Class in org.onebusaway.gtfs.model.translation
 
TranslationServiceData() - Constructor for class org.onebusaway.gtfs.model.translation.TranslationServiceData
 
TranslationServiceDataFactory - Interface in org.onebusaway.gtfs.services.translation
 
TranslationServiceDataFactoryImpl - Class in org.onebusaway.gtfs.impl.translation
 
TranslationServiceDataFactoryImpl() - Constructor for class org.onebusaway.gtfs.impl.translation.TranslationServiceDataFactoryImpl
 
TranslationServiceImpl - Class in org.onebusaway.gtfs.impl.translation
This class implements the GTFS Translations extension proposal, documented here: http://bit.ly/gtfs-translations
TranslationServiceImpl() - Constructor for class org.onebusaway.gtfs.impl.translation.TranslationServiceImpl
 
trimToSize() - Method in class org.onebusaway.gtfs.impl.ShapePointArray
 
trimToSize() - Method in class org.onebusaway.gtfs.impl.StopTimeArray
 
Trip - Class in org.onebusaway.gtfs.model
 
Trip() - Constructor for class org.onebusaway.gtfs.model.Trip
 
Trip(Trip) - Constructor for class org.onebusaway.gtfs.model.Trip
 
TripAgencyIdFieldMappingFactory - Class in org.onebusaway.gtfs.serialization.mappings
 
TripAgencyIdFieldMappingFactory() - Constructor for class org.onebusaway.gtfs.serialization.mappings.TripAgencyIdFieldMappingFactory
 
TypeAndLanguage - Class in org.onebusaway.gtfs.model.translation
 

U

UnknownAgencyTimezoneException - Exception in org.onebusaway.gtfs.impl.calendar
Indicates that the Agency.getTimezone() string does not evaluate to a valid TimeZone.
UnknownAgencyTimezoneException(String, String) - Constructor for exception org.onebusaway.gtfs.impl.calendar.UnknownAgencyTimezoneException
 
updateData(Collection<Agency>, Map<AgencyAndId, List<String>>, Map<String, TimeZone>) - Method in class org.onebusaway.gtfs.impl.calendar.CalendarServiceDataFactoryImpl
 
updateData(Collection<Agency>, Map<AgencyAndId, List<String>>, Map<String, TimeZone>) - Method in interface org.onebusaway.gtfs.services.calendar.CalendarServiceDataFactory
 
updateEntity(Object) - Method in class org.onebusaway.gtfs.impl.GenericDaoImpl
 
updateEntity(Object) - Method in class org.onebusaway.gtfs.impl.GenericMutableDaoWrapper
 
updateEntity(Object) - Method in interface org.onebusaway.gtfs.services.GenericMutableDao
 

V

validateEntity(CsvEntityContext, Map<String, Object>, BeanWrapper) - Method in class org.onebusaway.gtfs.serialization.mappings.RouteValidator
 
Vehicle - Class in org.onebusaway.gtfs.model
GTFS Extension representing vehicle configuration data.
Vehicle() - Constructor for class org.onebusaway.gtfs.model.Vehicle
 

W

writeTextToFile(String, String) - Method in class org.onebusaway.gtfs.impl.ZipHandler
write metatdata files to an existing zip file.
WrongWayConcurrency - Class in org.onebusaway.gtfs.model
An GTFS extension that allows for re-mapping of route + direction + stop tuples to a replacement stop.
WrongWayConcurrency() - Constructor for class org.onebusaway.gtfs.model.WrongWayConcurrency
 

Z

ZIP_SCHEME - Static variable in class org.onebusaway.gtfs.impl.ZipHandler
 
ZipHandler - Class in org.onebusaway.gtfs.impl
Zip file support.
ZipHandler(File) - Constructor for class org.onebusaway.gtfs.impl.ZipHandler
 

_

_outputLocation - Variable in class org.onebusaway.gtfs.serialization.RouteWriter
 
_source - Variable in class org.onebusaway.gtfs.impl.GenericMutableDaoWrapper
 
A B C D E F G H I K L M N O P R S T U V W Z _ 
All Classes All Packages