A B C D E F G H I K L M N O P R S T U V

A

addAgencyIdMapping(String, String) - Method in class org.onebusaway.gtfs.serialization.GtfsReader
 
addIntervals(ServiceIdIntervals) - Method in class org.onebusaway.gtfs.model.calendar.ServiceIdIntervals
 
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
 
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, String) - Constructor for exception org.onebusaway.gtfs.serialization.mappings.AgencyNotFoundForRouteException
 
ARRIVAL_OP - Static variable in class org.onebusaway.gtfs.impl.calendar.ServiceIdOp
 

B

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(CalendarServiceDataFactory) - Constructor for class org.onebusaway.gtfs.impl.calendar.CalendarServiceImpl
 
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 interface org.onebusaway.gtfs.services.GenericMutableDao
 
clearArrivalTime() - Method in class org.onebusaway.gtfs.model.StopTime
 
clearDepartureTime() - Method in class org.onebusaway.gtfs.model.StopTime
 
clearDistTraveled() - Method in class org.onebusaway.gtfs.model.ShapePoint
 
clearMinTransferTime() - Method in class org.onebusaway.gtfs.model.Transfer
 
clearShapeDistTraveled() - Method in class org.onebusaway.gtfs.model.StopTime
 
clearTransferDuration() - Method in class org.onebusaway.gtfs.model.FareAttribute
 
clearTransfers() - Method in class org.onebusaway.gtfs.model.FareAttribute
 
clearWheelchairTraversalTime() - Method in class org.onebusaway.gtfs.model.Pathway
 
close() - Method in class org.onebusaway.gtfs.impl.GenericDaoImpl
 
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(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(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
 
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.
createData() - Method in class org.onebusaway.gtfs.impl.calendar.CalendarServiceDataFactoryImpl
 
createData() - Method in interface org.onebusaway.gtfs.services.calendar.CalendarServiceDataFactory
 
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.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.StopTimeFieldMappingFactory
 

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
 
DEPARTURE_OP - Static variable in class org.onebusaway.gtfs.impl.calendar.ServiceIdOp
 
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<?>, AgencyAndId) - 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
 
EntityFieldMappingFactory.FieldMappingImpl - Class in org.onebusaway.gtfs.serialization.mappings
 
EntityFieldMappingFactory.FieldMappingImpl(Class<?>, String, String, Class<?>, boolean) - Constructor for class org.onebusaway.gtfs.serialization.mappings.EntityFieldMappingFactory.FieldMappingImpl
 
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.calendar.LocalizedServiceId
 
equals(Object) - Method in class org.onebusaway.gtfs.model.calendar.ServiceDate
 
equals(Object) - Method in class org.onebusaway.gtfs.model.IdentityBean
Object
EXCEPTION_TYPE_ADD - Static variable in class org.onebusaway.gtfs.model.ServiceCalendarDate
 
EXCEPTION_TYPE_REMOVE - Static variable in class org.onebusaway.gtfs.model.ServiceCalendarDate
 
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

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
 
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
 
flush() - Method in class org.onebusaway.gtfs.impl.GenericDaoImpl
 
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
 
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 interface org.onebusaway.gtfs.services.GtfsDao
 
getAgencyId() - Method in class org.onebusaway.gtfs.model.AgencyAndId
 
getAgencyId() - Method in exception org.onebusaway.gtfs.serialization.mappings.AgencyNotFoundForRouteException
 
getAllAgencies() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllAgencies() - Method in interface org.onebusaway.gtfs.services.GtfsDao
Agency Methods
getAllCalendarDates() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllCalendarDates() - Method in interface org.onebusaway.gtfs.services.GtfsDao
ServiceCalendarDate Methods
getAllCalendars() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllCalendars() - Method in interface org.onebusaway.gtfs.services.GtfsDao
ServiceCalendar Methods
getAllEntitiesForType(Class<T>) - Method in class org.onebusaway.gtfs.impl.GenericDaoImpl
GenericMutableDao Interface
getAllEntitiesForType(Class<T>) - Method in interface org.onebusaway.gtfs.services.GenericDao
Generic Methods
getAllFareAttributes() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllFareAttributes() - Method in interface org.onebusaway.gtfs.services.GtfsDao
FareAttribute Methods
getAllFareRules() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllFareRules() - Method in interface org.onebusaway.gtfs.services.GtfsDao
FareRule Methods
getAllFrequencies() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllFrequencies() - Method in interface org.onebusaway.gtfs.services.GtfsDao
Frequency Methods
getAllPathways() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllPathways() - Method in interface org.onebusaway.gtfs.services.GtfsDao
Pathway Methods
getAllRoutes() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllRoutes() - Method in interface org.onebusaway.gtfs.services.GtfsDao
Route Methods
getAllShapePoints() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllShapePoints() - Method in interface org.onebusaway.gtfs.services.GtfsDao
ShapePoint Methods
getAllStops() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllStops() - Method in interface org.onebusaway.gtfs.services.GtfsDao
Stop Methods
getAllStopTimes() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllStopTimes() - Method in interface org.onebusaway.gtfs.services.GtfsDao
StopTime Methods
getAllTransfers() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllTransfers() - Method in interface org.onebusaway.gtfs.services.GtfsDao
Transfer Methods
getAllTrips() - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getAllTrips() - Method in interface org.onebusaway.gtfs.services.GtfsDao
Trip Methods
getArrivalTime() - Method in class org.onebusaway.gtfs.model.StopTime
 
getAsDate() - Method in class org.onebusaway.gtfs.model.calendar.ServiceDate
 
getAsDate(TimeZone) - Method in class org.onebusaway.gtfs.model.calendar.ServiceDate
Constructs a Date object such that the Date will be at "midnight" (12:00am) at the start of the day specified by this service date and the target timezone.
getAsString() - Method in class org.onebusaway.gtfs.model.calendar.ServiceDate
 
getBlockId() - Method in class org.onebusaway.gtfs.model.Trip
 
getCalendarDateForId(int) - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getCalendarDateForId(int) - Method in interface org.onebusaway.gtfs.services.GtfsDao
 
getCalendarDatesForServiceId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsRelationalDaoImpl
 
getCalendarDatesForServiceId(AgencyAndId) - Method in interface org.onebusaway.gtfs.services.GtfsRelationalDao
ServiceCalendarDate Methods
getCalendarForId(int) - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getCalendarForId(int) - Method in interface org.onebusaway.gtfs.services.GtfsDao
 
getCalendarForServiceId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsRelationalDaoImpl
 
getCalendarForServiceId(AgencyAndId) - Method in interface org.onebusaway.gtfs.services.GtfsRelationalDao
ServiceCalendar Methods
getCode() - Method in class org.onebusaway.gtfs.model.Stop
 
getColor() - Method in class org.onebusaway.gtfs.model.Route
 
getContainsId() - Method in class org.onebusaway.gtfs.model.FareRule
 
getCurrencyType() - Method in class org.onebusaway.gtfs.model.FareAttribute
 
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.model.calendar.CalendarServiceData
 
getDatesForLocalizedServiceId(LocalizedServiceId) - Method in interface org.onebusaway.gtfs.services.calendar.CalendarService
 
getDay() - Method in class org.onebusaway.gtfs.model.calendar.ServiceDate
 
getDefaultAgencyId() - Method in class org.onebusaway.gtfs.serialization.GtfsReader
 
getDefaultAgencyId() - Method in interface org.onebusaway.gtfs.serialization.GtfsReaderContext
 
getDepartureTime() - Method in class org.onebusaway.gtfs.model.StopTime
 
getDesc() - Method in class org.onebusaway.gtfs.model.Route
 
getDesc() - Method in class org.onebusaway.gtfs.model.Stop
 
getDestinationId() - Method in class org.onebusaway.gtfs.model.FareRule
 
getDirection() - Method in class org.onebusaway.gtfs.model.Stop
 
getDirectionId() - Method in class org.onebusaway.gtfs.model.Trip
 
getDistTraveled() - Method in class org.onebusaway.gtfs.model.ShapePoint
 
getDropOffType() - Method in class org.onebusaway.gtfs.model.StopTime
 
getEndDate() - Method in class org.onebusaway.gtfs.model.ServiceCalendar
 
getEndTime() - Method in class org.onebusaway.gtfs.model.Frequency
 
getEntitiesByIdForEntityType(Class<K>, Class<V>) - Method in class org.onebusaway.gtfs.impl.GenericDaoImpl
 
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 interface org.onebusaway.gtfs.services.GenericDao
 
getEntityStore() - Method in class org.onebusaway.gtfs.serialization.GtfsReader
 
getExceptionType() - Method in class org.onebusaway.gtfs.model.ServiceCalendarDate
 
getFare() - Method in class org.onebusaway.gtfs.model.FareRule
 
getFareAttributeForId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getFareAttributeForId(AgencyAndId) - Method in interface org.onebusaway.gtfs.services.GtfsDao
 
getFareRuleForId(int) - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getFareRuleForId(int) - Method in interface org.onebusaway.gtfs.services.GtfsDao
 
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 interface org.onebusaway.gtfs.services.GtfsDao
 
getFriday() - Method in class org.onebusaway.gtfs.model.ServiceCalendar
 
getFromStop() - Method in class org.onebusaway.gtfs.model.Pathway
 
getFromStop() - Method in class org.onebusaway.gtfs.model.Transfer
 
getFromTime(ServiceInterval) - Method in class org.onebusaway.gtfs.impl.calendar.ServiceIdOp
 
getHeadwaySecs() - Method in class org.onebusaway.gtfs.model.Frequency
 
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.calendar.LocalizedServiceId
 
getId() - Method in class org.onebusaway.gtfs.model.FareAttribute
 
getId() - Method in class org.onebusaway.gtfs.model.FareRule
 
getId() - Method in class org.onebusaway.gtfs.model.Frequency
 
getId() - Method in class org.onebusaway.gtfs.model.IdentityBean
 
getId() - Method in class org.onebusaway.gtfs.model.Pathway
 
getId() - Method in class org.onebusaway.gtfs.model.Route
 
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 class org.onebusaway.gtfs.model.Stop
 
getId() - Method in class org.onebusaway.gtfs.model.StopTime
 
getId() - Method in class org.onebusaway.gtfs.model.Transfer
 
getId() - Method in class org.onebusaway.gtfs.model.Trip
 
getIntervalForServiceId(LocalizedServiceId) - Method in class org.onebusaway.gtfs.model.calendar.ServiceIdIntervals
 
getLang() - Method in class org.onebusaway.gtfs.model.Agency
 
getLat() - Method in class org.onebusaway.gtfs.model.ShapePoint
 
getLat() - Method in class org.onebusaway.gtfs.model.Stop
 
getLocalizedServiceIdForAgencyAndServiceId(String, AgencyAndId) - Method in class org.onebusaway.gtfs.impl.calendar.CalendarServiceImpl
 
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.
getLocationType() - Method in class org.onebusaway.gtfs.model.Stop
 
getLon() - Method in class org.onebusaway.gtfs.model.ShapePoint
 
getLon() - Method in class org.onebusaway.gtfs.model.Stop
 
getLongName() - Method in class org.onebusaway.gtfs.model.Route
 
getMaxArrival() - Method in class org.onebusaway.gtfs.model.calendar.ServiceInterval
 
getMaxDeparture() - Method in class org.onebusaway.gtfs.model.calendar.ServiceInterval
 
getMinArrival() - Method in class org.onebusaway.gtfs.model.calendar.ServiceInterval
 
getMinDeparture() - Method in class org.onebusaway.gtfs.model.calendar.ServiceInterval
 
getMinTransferTime() - Method in class org.onebusaway.gtfs.model.Transfer
 
getMonday() - Method in class org.onebusaway.gtfs.model.ServiceCalendar
 
getMonth() - Method in class org.onebusaway.gtfs.model.calendar.ServiceDate
 
getName() - Method in class org.onebusaway.gtfs.model.Agency
 
getName() - Method in class org.onebusaway.gtfs.model.Stop
 
getNextDepartureServiceDates(LocalizedServiceId, ServiceInterval, long) - Method in class org.onebusaway.gtfs.impl.calendar.CalendarServiceImpl
 
getNextDepartureServiceDates(ServiceIdIntervals, long) - Method in class org.onebusaway.gtfs.impl.calendar.CalendarServiceImpl
 
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 interface org.onebusaway.gtfs.services.calendar.CalendarService
See the description for CalendarService.getNextDepartureServiceDates(LocalizedServiceId, ServiceInterval, long) .
getOriginId() - Method in class org.onebusaway.gtfs.model.FareRule
 
getParentStation() - Method in class org.onebusaway.gtfs.model.Stop
 
getPathwayForId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getPathwayForId(AgencyAndId) - Method in interface org.onebusaway.gtfs.services.GtfsDao
 
getPaymentMethod() - Method in class org.onebusaway.gtfs.model.FareAttribute
 
getPhone() - Method in class org.onebusaway.gtfs.model.Agency
 
getPickupType() - Method in class org.onebusaway.gtfs.model.StopTime
 
getPreviousArrivalServiceDates(LocalizedServiceId, ServiceInterval, long) - Method in class org.onebusaway.gtfs.impl.calendar.CalendarServiceImpl
 
getPreviousArrivalServiceDates(ServiceIdIntervals, long) - Method in class org.onebusaway.gtfs.impl.calendar.CalendarServiceImpl
 
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 interface org.onebusaway.gtfs.services.calendar.CalendarService
See the description for CalendarService.getPreviousArrivalServiceDates(LocalizedServiceId, ServiceInterval, long) .
getPrice() - Method in class org.onebusaway.gtfs.model.FareAttribute
 
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
 
getRouteForId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getRouteForId(AgencyAndId) - Method in interface org.onebusaway.gtfs.services.GtfsDao
 
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 class org.onebusaway.gtfs.model.Trip
 
getSaturday() - Method in class org.onebusaway.gtfs.model.ServiceCalendar
 
getSequence() - Method in class org.onebusaway.gtfs.model.ShapePoint
 
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(ServiceIdIntervals, Date, Date) - Method in class org.onebusaway.gtfs.impl.calendar.CalendarServiceImpl
 
getServiceDateArrivalsWithinRange(LocalizedServiceId, ServiceInterval, Date, Date) - Method in interface org.onebusaway.gtfs.services.calendar.CalendarService
See the description from CalendarService.getServiceDatesWithinRange(LocalizedServiceId, ServiceInterval, Date, Date) .
getServiceDateArrivalsWithinRange(ServiceIdIntervals, Date, Date) - Method in interface org.onebusaway.gtfs.services.calendar.CalendarService
See the description from CalendarService.getServiceDateArrivalsWithinRange(LocalizedServiceId, ServiceInterval, Date, Date) .
getServiceDateDeparturesWithinRange(LocalizedServiceId, ServiceInterval, Date, Date) - Method in class org.onebusaway.gtfs.impl.calendar.CalendarServiceImpl
 
getServiceDateDeparturesWithinRange(ServiceIdIntervals, Date, Date) - Method in class org.onebusaway.gtfs.impl.calendar.CalendarServiceImpl
 
getServiceDateDeparturesWithinRange(LocalizedServiceId, ServiceInterval, Date, Date) - Method in interface org.onebusaway.gtfs.services.calendar.CalendarService
See the description from CalendarService.getServiceDatesWithinRange(LocalizedServiceId, ServiceInterval, Date, Date) .
getServiceDateDeparturesWithinRange(ServiceIdIntervals, Date, Date) - Method in interface org.onebusaway.gtfs.services.calendar.CalendarService
See the description from CalendarService.getServiceDateDeparturesWithinRange(LocalizedServiceId, ServiceInterval, Date, Date) .
getServiceDatesForServiceId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.calendar.CalendarServiceImpl
 
getServiceDatesForServiceId(AgencyAndId) - Method in class org.onebusaway.gtfs.model.calendar.CalendarServiceData
 
getServiceDatesForServiceId(AgencyAndId) - Method in interface org.onebusaway.gtfs.services.calendar.CalendarService
 
getServiceDatesWithinRange(LocalizedServiceId, ServiceInterval, Date, Date) - Method in class org.onebusaway.gtfs.impl.calendar.CalendarServiceImpl
 
getServiceDatesWithinRange(ServiceIdIntervals, Date, Date) - Method in class org.onebusaway.gtfs.impl.calendar.CalendarServiceImpl
 
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 interface org.onebusaway.gtfs.services.calendar.CalendarService
See the description from CalendarService.getServiceDatesWithinRange(LocalizedServiceId, ServiceInterval, Date, Date) .
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.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 interface org.onebusaway.gtfs.services.calendar.CalendarService
Determine the set of service ids that are active on the specified service date.
getShapeDistTraveled() - Method in class org.onebusaway.gtfs.model.StopTime
 
getShapeId() - Method in class org.onebusaway.gtfs.model.ShapePoint
 
getShapeId() - Method in class org.onebusaway.gtfs.model.Trip
 
getShapePointForId(int) - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getShapePointForId(int) - Method in interface org.onebusaway.gtfs.services.GtfsDao
 
getShapePointsForShapeId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsRelationalDaoImpl
 
getShapePointsForShapeId(AgencyAndId) - Method in interface org.onebusaway.gtfs.services.GtfsRelationalDao
ShapePoint Methods
getShortName() - Method in class org.onebusaway.gtfs.model.Route
 
getStartDate() - Method in class org.onebusaway.gtfs.model.ServiceCalendar
 
getStartTime() - Method in class org.onebusaway.gtfs.model.Frequency
 
getStop() - Method in class org.onebusaway.gtfs.model.StopTime
 
getStopForId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getStopForId(AgencyAndId) - Method in interface org.onebusaway.gtfs.services.GtfsDao
 
getStopHeadsign() - Method in class org.onebusaway.gtfs.model.StopTime
 
getStopSequence() - Method in class org.onebusaway.gtfs.model.StopTime
 
getStopTimeForId(int) - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getStopTimeForId(int) - Method in interface org.onebusaway.gtfs.services.GtfsDao
 
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.GtfsRelationalDaoImpl
 
getStopTimesForTrip(Trip) - Method in interface org.onebusaway.gtfs.services.GtfsRelationalDao
 
getSunday() - Method in class org.onebusaway.gtfs.model.ServiceCalendar
 
getTextColor() - Method in class org.onebusaway.gtfs.model.Route
 
getThursday() - Method in class org.onebusaway.gtfs.model.ServiceCalendar
 
getTimezone() - Method in class org.onebusaway.gtfs.model.Agency
 
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.model.calendar.CalendarServiceData
 
getTimeZoneForAgencyId(String) - Method in interface org.onebusaway.gtfs.services.calendar.CalendarService
Returns the instantiated TimeZone for the specified agency id
getToStop() - Method in class org.onebusaway.gtfs.model.Pathway
 
getToStop() - Method in class org.onebusaway.gtfs.model.Transfer
 
getToTime(ServiceInterval) - Method in class org.onebusaway.gtfs.impl.calendar.ServiceIdOp
 
getTransferDuration() - Method in class org.onebusaway.gtfs.model.FareAttribute
 
getTransferForId(int) - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
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
 
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
 
getTripAgencyIdsReferencingServiceId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsRelationalDaoImpl
 
getTripAgencyIdsReferencingServiceId(AgencyAndId) - Method in interface org.onebusaway.gtfs.services.GtfsRelationalDao
ServiceId Methods
getTripForId(AgencyAndId) - Method in class org.onebusaway.gtfs.impl.GtfsDaoImpl
 
getTripForId(AgencyAndId) - Method in interface org.onebusaway.gtfs.services.GtfsDao
 
getTripHeadsign() - Method in class org.onebusaway.gtfs.model.Trip
 
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.GtfsRelationalDaoImpl
 
getTripsForRoute(Route) - Method in interface org.onebusaway.gtfs.services.GtfsRelationalDao
Trip Methods
getTripShortName() - Method in class org.onebusaway.gtfs.model.Trip
 
getTuesday() - Method in class org.onebusaway.gtfs.model.ServiceCalendar
 
getType() - Method in class org.onebusaway.gtfs.model.Route
 
getUrl() - Method in class org.onebusaway.gtfs.model.Agency
 
getUrl() - Method in class org.onebusaway.gtfs.model.Route
 
getUrl() - Method in class org.onebusaway.gtfs.model.Stop
 
getWednesday() - Method in class org.onebusaway.gtfs.model.ServiceCalendar
 
getWheelchairAccessible() - Method in class org.onebusaway.gtfs.model.Trip
 
getWheelchairBoarding() - Method in class org.onebusaway.gtfs.model.Stop
 
getWheelchairTraversalTime() - Method in class org.onebusaway.gtfs.model.Pathway
 
getYear() - Method in class org.onebusaway.gtfs.model.calendar.ServiceDate
 
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
 
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

hashCode() - Method in class org.onebusaway.gtfs.model.AgencyAndId
 
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
 
hasValues() - Method in class org.onebusaway.gtfs.model.AgencyAndId
 

I

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
 
isDepartureTimeSet() - Method in class org.onebusaway.gtfs.model.StopTime
 
isDistTraveledSet() - Method in class org.onebusaway.gtfs.model.ShapePoint
 
isLocalizedServiceIdActiveOnDate(LocalizedServiceId, Date) - Method in class org.onebusaway.gtfs.impl.calendar.CalendarServiceImpl
 
isLocalizedServiceIdActiveOnDate(LocalizedServiceId, Date) - Method in interface org.onebusaway.gtfs.services.calendar.CalendarService
 
isMinTransferTimeSet() - Method in class org.onebusaway.gtfs.model.Transfer
 
isShapeDistTraveledSet() - Method in class org.onebusaway.gtfs.model.StopTime
 
isTransferDurationSet() - Method in class org.onebusaway.gtfs.model.FareAttribute
 
isTransfersSet() - Method in class org.onebusaway.gtfs.model.FareAttribute
 
isWheelchairTraversalTimeSet() - Method in class org.onebusaway.gtfs.model.Pathway
 
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

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
 

M

MISSING_VALUE - Static variable in class org.onebusaway.gtfs.model.ShapePoint
 
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

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
 

O

open() - Method in class org.onebusaway.gtfs.impl.GenericDaoImpl
 
open() - Method in interface org.onebusaway.gtfs.serialization.GtfsEntityStore
 
open() - Method in interface org.onebusaway.gtfs.services.GenericMutableDao
 
org.onebusaway.gtfs.impl - package org.onebusaway.gtfs.impl
 
org.onebusaway.gtfs.impl.calendar - package org.onebusaway.gtfs.impl.calendar
 
org.onebusaway.gtfs.model - package org.onebusaway.gtfs.model
 
org.onebusaway.gtfs.model.calendar - package org.onebusaway.gtfs.model.calendar
 
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
 

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
 
putDatesForLocalizedServiceId(LocalizedServiceId, List<Date>) - Method in class org.onebusaway.gtfs.model.calendar.CalendarServiceData
 
putServiceDatesForServiceId(AgencyAndId, List<ServiceDate>) - Method in class org.onebusaway.gtfs.model.calendar.CalendarServiceData
 
putTimeZoneForAgencyId(String, TimeZone) - Method in class org.onebusaway.gtfs.model.calendar.CalendarServiceData
 

R

removeEntity(T) - Method in class org.onebusaway.gtfs.impl.GenericDaoImpl
 
removeEntity(T) - Method in interface org.onebusaway.gtfs.services.GenericMutableDao
 
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
 
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(AgencyAndId) - Constructor for exception org.onebusaway.gtfs.serialization.mappings.RouteNameException
 
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
 
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
 

S

saveEntity(Object) - Method in class org.onebusaway.gtfs.impl.GenericDaoImpl
 
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 interface org.onebusaway.gtfs.services.GenericMutableDao
 
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
 
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
 
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(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(ServiceDate) - Constructor for class org.onebusaway.gtfs.model.calendar.ServiceDate
 
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() - 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
 
setArrivalTime(int) - Method in class org.onebusaway.gtfs.model.StopTime
 
setBlockId(String) - Method in class org.onebusaway.gtfs.model.Trip
 
setCode(String) - Method in class org.onebusaway.gtfs.model.Stop
 
setColor(String) - Method in class org.onebusaway.gtfs.model.Route
 
setContainsId(String) - Method in class org.onebusaway.gtfs.model.FareRule
 
setCurrencyType(String) - Method in class org.onebusaway.gtfs.model.FareAttribute
 
setData(CalendarServiceData) - Method in class org.onebusaway.gtfs.impl.calendar.CalendarServiceImpl
 
setDataFactory(CalendarServiceDataFactory) - Method in class org.onebusaway.gtfs.impl.calendar.CalendarServiceImpl
 
setDate(ServiceDate) - Method in class org.onebusaway.gtfs.model.ServiceCalendarDate
 
setDefaultAgencyId(String) - Method in class org.onebusaway.gtfs.serialization.GtfsReader
 
setDepartureTime(int) - Method in class org.onebusaway.gtfs.model.StopTime
 
setDesc(String) - Method in class org.onebusaway.gtfs.model.Route
 
setDesc(String) - Method in class org.onebusaway.gtfs.model.Stop
 
setDestinationId(String) - Method in class org.onebusaway.gtfs.model.FareRule
 
setDirection(String) - Method in class org.onebusaway.gtfs.model.Stop
 
setDirectionId(String) - Method in class org.onebusaway.gtfs.model.Trip
 
setDistTraveled(double) - Method in class org.onebusaway.gtfs.model.ShapePoint
 
setDropOffType(int) - Method in class org.onebusaway.gtfs.model.StopTime
 
setEndDate(ServiceDate) - Method in class org.onebusaway.gtfs.model.ServiceCalendar
 
setEndTime(int) - Method in class org.onebusaway.gtfs.model.Frequency
 
setEntityClasses(List<Class<?>>) - Method in class org.onebusaway.gtfs.serialization.GtfsReader
 
setEntityStore(GenericMutableDao) - Method in class org.onebusaway.gtfs.serialization.GtfsReader
 
setExceptionType(int) - Method in class org.onebusaway.gtfs.model.ServiceCalendarDate
 
setExcludeFutureServiceDatesInDays(int) - Method in class org.onebusaway.gtfs.impl.calendar.CalendarServiceDataFactoryImpl
 
setFare(FareAttribute) - Method in class org.onebusaway.gtfs.model.FareRule
 
setFriday(int) - Method in class org.onebusaway.gtfs.model.ServiceCalendar
 
setFromStop(Stop) - Method in class org.onebusaway.gtfs.model.Pathway
 
setFromStop(Stop) - Method in class org.onebusaway.gtfs.model.Transfer
 
setGenerateIds(boolean) - Method in class org.onebusaway.gtfs.impl.GenericDaoImpl
 
setGtfsDao(GtfsRelationalDao) - Method in class org.onebusaway.gtfs.impl.calendar.CalendarServiceDataFactoryImpl
 
setHeadwaySecs(int) - Method in class org.onebusaway.gtfs.model.Frequency
 
setId(String) - Method in class org.onebusaway.gtfs.model.Agency
 
setId(String) - Method in class org.onebusaway.gtfs.model.AgencyAndId
 
setId(AgencyAndId) - Method in class org.onebusaway.gtfs.model.FareAttribute
 
setId(Integer) - Method in class org.onebusaway.gtfs.model.FareRule
 
setId(Integer) - Method in class org.onebusaway.gtfs.model.Frequency
 
setId(T) - Method in class org.onebusaway.gtfs.model.IdentityBean
 
setId(AgencyAndId) - Method in class org.onebusaway.gtfs.model.Pathway
 
setId(AgencyAndId) - Method in class org.onebusaway.gtfs.model.Route
 
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(AgencyAndId) - Method in class org.onebusaway.gtfs.model.Stop
 
setId(Integer) - Method in class org.onebusaway.gtfs.model.StopTime
 
setId(Integer) - Method in class org.onebusaway.gtfs.model.Transfer
 
setId(AgencyAndId) - Method in class org.onebusaway.gtfs.model.Trip
 
setLang(String) - Method in class org.onebusaway.gtfs.model.Agency
 
setLat(double) - Method in class org.onebusaway.gtfs.model.ShapePoint
 
setLat(double) - Method in class org.onebusaway.gtfs.model.Stop
 
setLocationType(int) - Method in class org.onebusaway.gtfs.model.Stop
 
setLon(double) - Method in class org.onebusaway.gtfs.model.ShapePoint
 
setLon(double) - Method in class org.onebusaway.gtfs.model.Stop
 
setLongName(String) - Method in class org.onebusaway.gtfs.model.Route
 
setMinTransferTime(int) - Method in class org.onebusaway.gtfs.model.Transfer
 
setMonday(int) - Method in class org.onebusaway.gtfs.model.ServiceCalendar
 
setName(String) - Method in class org.onebusaway.gtfs.model.Agency
 
setName(String) - Method in class org.onebusaway.gtfs.model.Stop
 
setOriginId(String) - Method in class org.onebusaway.gtfs.model.FareRule
 
setParentStation(String) - Method in class org.onebusaway.gtfs.model.Stop
 
setPaymentMethod(int) - Method in class org.onebusaway.gtfs.model.FareAttribute
 
setPhone(String) - Method in class org.onebusaway.gtfs.model.Agency
 
setPickupType(int) - Method in class org.onebusaway.gtfs.model.StopTime
 
setPrice(float) - Method in class org.onebusaway.gtfs.model.FareAttribute
 
setRoute(Route) - Method in class org.onebusaway.gtfs.model.FareRule
 
setRoute(Route) - Method in class org.onebusaway.gtfs.model.Trip
 
setRouteShortName(String) - Method in class org.onebusaway.gtfs.model.StopTime
 
setRouteShortName(String) - Method in class org.onebusaway.gtfs.model.Trip
 
setSaturday(int) - Method in class org.onebusaway.gtfs.model.ServiceCalendar
 
setSequence(int) - Method in class org.onebusaway.gtfs.model.ShapePoint
 
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
 
setShapeId(AgencyAndId) - Method in class org.onebusaway.gtfs.model.ShapePoint
 
setShapeId(AgencyAndId) - Method in class org.onebusaway.gtfs.model.Trip
 
setShortName(String) - Method in class org.onebusaway.gtfs.model.Route
 
setStartDate(ServiceDate) - Method in class org.onebusaway.gtfs.model.ServiceCalendar
 
setStartTime(int) - Method in class org.onebusaway.gtfs.model.Frequency
 
setStop(Stop) - Method in class org.onebusaway.gtfs.model.StopTime
 
setStopHeadsign(String) - Method in class org.onebusaway.gtfs.model.StopTime
 
setStopSequence(int) - Method in class org.onebusaway.gtfs.model.StopTime
 
setSunday(int) - Method in class org.onebusaway.gtfs.model.ServiceCalendar
 
setTextColor(String) - Method in class org.onebusaway.gtfs.model.Route
 
setThursday(int) - Method in class org.onebusaway.gtfs.model.ServiceCalendar
 
setTimezone(String) - Method in class org.onebusaway.gtfs.model.Agency
 
setToStop(Stop) - Method in class org.onebusaway.gtfs.model.Pathway
 
setToStop(Stop) - Method in class org.onebusaway.gtfs.model.Transfer
 
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
 
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
 
setTripHeadsign(String) - Method in class org.onebusaway.gtfs.model.Trip
 
setTripShortName(String) - Method in class org.onebusaway.gtfs.model.Trip
 
setTuesday(int) - Method in class org.onebusaway.gtfs.model.ServiceCalendar
 
setType(int) - Method in class org.onebusaway.gtfs.model.Route
 
setUrl(String) - Method in class org.onebusaway.gtfs.model.Agency
 
setUrl(String) - Method in class org.onebusaway.gtfs.model.Route
 
setUrl(String) - Method in class org.onebusaway.gtfs.model.Stop
 
setWednesday(int) - Method in class org.onebusaway.gtfs.model.ServiceCalendar
 
setWheelchairAccessible(int) - Method in class org.onebusaway.gtfs.model.Trip
 
setWheelchairBoarding(int) - Method in class org.onebusaway.gtfs.model.Stop
 
setWheelchairTraversalTime(int) - Method in class org.onebusaway.gtfs.model.Pathway
 
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
 
ShapePointComparator - Class in org.onebusaway.gtfs.serialization.comparators
 
ShapePointComparator() - Constructor for class org.onebusaway.gtfs.serialization.comparators.ShapePointComparator
 
shiftTime(ServiceInterval, Date) - Method in class org.onebusaway.gtfs.impl.calendar.ServiceIdOp
 
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
 
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
 
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
 

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.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.Pathway
 
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
 
translateFromCSVToObject(CsvEntityContext, Map<String, Object>, BeanWrapper) - Method in class org.onebusaway.gtfs.serialization.mappings.EntityFieldMappingFactory.FieldMappingImpl
 
translateFromObjectToCSV(CsvEntityContext, BeanWrapper, Map<String, Object>) - Method in class org.onebusaway.gtfs.serialization.mappings.EntityFieldMappingFactory.FieldMappingImpl
 
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
 

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
 
updateEntity(Object) - Method in class org.onebusaway.gtfs.impl.GenericDaoImpl
 
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
 

A B C D E F G H I K L M N O P R S T U V

Copyright © 2011 OneBusAway. All Rights Reserved.