Uses of Class
org.onebusaway.gtfs.model.AgencyAndId
-
-
Uses of AgencyAndId in org.onebusaway.gtfs.impl
Methods in org.onebusaway.gtfs.impl that return types with arguments of type AgencyAndId Modifier and Type Method Description List<AgencyAndId>GtfsDataServiceImpl. getAllServiceIds()List<AgencyAndId>GtfsRelationalDaoImpl. getAllServiceIds()List<AgencyAndId>GtfsDataServiceImpl. getAllShapeIds()List<AgencyAndId>GtfsRelationalDaoImpl. getAllShapeIds()Set<AgencyAndId>GtfsDataServiceImpl. getServiceIds()Set<AgencyAndId>GtfsDataServiceImpl. getServiceIdsOnDate(ServiceDate date)Constructors in org.onebusaway.gtfs.impl with parameters of type AgencyAndId Constructor Description MultipleCalendarsForServiceIdException(AgencyAndId serviceId) -
Uses of AgencyAndId in org.onebusaway.gtfs.impl.calendar
Methods in org.onebusaway.gtfs.impl.calendar that return types with arguments of type AgencyAndId Modifier and Type Method Description Set<AgencyAndId>CalendarServiceImpl. getServiceIds()CalendarServiceInterfaceSet<AgencyAndId>CalendarServiceImpl. getServiceIdsOnDate(ServiceDate date)Methods in org.onebusaway.gtfs.impl.calendar with parameters of type AgencyAndId Modifier and Type Method Description LocalizedServiceIdCalendarServiceImpl. getLocalizedServiceIdForAgencyAndServiceId(String agencyId, AgencyAndId serviceId)Set<ServiceDate>CalendarServiceDataFactoryImpl. getServiceDatesForServiceId(AgencyAndId serviceId, TimeZone serviceIdTimeZone)Set<ServiceDate>CalendarServiceImpl. getServiceDatesForServiceId(AgencyAndId serviceId)Method parameters in org.onebusaway.gtfs.impl.calendar with type arguments of type AgencyAndId Modifier and Type Method Description CalendarServiceDataCalendarServiceDataFactoryImpl. updateData(Collection<Agency> allAgencies, Map<AgencyAndId,List<String>> tripAgencyIdsReferencingServiceId, Map<String,TimeZone> timeZoneMapByAgencyId) -
Uses of AgencyAndId in org.onebusaway.gtfs.model
Methods in org.onebusaway.gtfs.model that return AgencyAndId Modifier and Type Method Description static AgencyAndIdAgencyAndId. convertFromString(String value)Given an id of the form "agencyId_entityId", parses into aAgencyAndIdid object.static AgencyAndIdAgencyAndId. convertFromString(String value, char separator)Given an id of the form "agencyId_entityId", parses into aAgencyAndIdid object.AgencyAndIdFareLegRule. getFareProductId()AgencyAndIdFareProduct. getFareProductId()AgencyAndIdFareTransferRule. getFareProductId()AgencyAndIdFareTransferRule. getFromLegGroupId()AgencyAndIdWrongWayConcurrency. getFromStopId()AgencyAndIdAgencyAndIdInstance. getId()AgencyAndIdArea. getId()AgencyAndIdBookingRule. getId()AgencyAndIdFacility. getId()AgencyAndIdFacilityPropertyDefinition. getId()AgencyAndIdFareAttribute. getId()AgencyAndIdFareMedium. getId()AgencyAndIdFareProduct. getId()AgencyAndIdIcon. getId()AgencyAndIdLevel. getId()AgencyAndIdLocation. getId()AgencyAndIdLocationGroup. getId()AgencyAndIdNote. getId()AgencyAndIdPathway. getId()AgencyAndIdRiderCategory. getId()AgencyAndIdRoute. getId()AgencyAndIdStop. getId()AgencyAndIdStopArea. getId()AgencyAndIdStopAreaElement. getId()AgencyAndIdStopLocation. getId()AgencyAndIdTrip. getId()AgencyAndIdVehicle. getId()AgencyAndIdFareLegRule. getLegGroupId()AgencyAndIdLocationGroupElement. getLocationGroupId()AgencyAndIdBookingRule. getPriorNoticeServiceId()AgencyAndIdServiceCalendar. getServiceId()AgencyAndIdServiceCalendarDate. getServiceId()AgencyAndIdTrip. getServiceId()AgencyAndIdShapePoint. getShapeId()AgencyAndIdShapePointProxy. getShapeId()AgencyAndIdTrip. getShapeId()AgencyAndIdFareTransferRule. getToLegGroupId()AgencyAndIdWrongWayConcurrency. getToStopId()Methods in org.onebusaway.gtfs.model with parameters of type AgencyAndId Modifier and Type Method Description intAgencyAndId. compareTo(AgencyAndId o)static StringAgencyAndId. convertToString(AgencyAndId aid)Given anAgencyAndIdobject, creates a string representation of the form "agencyId_entityId"voidFareLegRule. setFareProductId(AgencyAndId fareProductId)voidFareProduct. setFareProductId(AgencyAndId fareProductId)voidFareTransferRule. setFareProductId(AgencyAndId fareProductId)voidFareTransferRule. setFromLegGroupId(AgencyAndId fromLegGroupId)voidWrongWayConcurrency. setFromStopId(AgencyAndId fromStopId)voidArea. setId(AgencyAndId areaId)voidBookingRule. setId(AgencyAndId id)voidFacility. setId(AgencyAndId id)voidFacilityPropertyDefinition. setId(AgencyAndId id)voidFareAttribute. setId(AgencyAndId id)voidFareMedium. setId(AgencyAndId id)voidFareProduct. setId(AgencyAndId id)voidIcon. setId(AgencyAndId id)voidLevel. setId(AgencyAndId id)voidLocation. setId(AgencyAndId id)voidLocationGroup. setId(AgencyAndId id)voidNote. setId(AgencyAndId id)voidPathway. setId(AgencyAndId id)voidRiderCategory. setId(AgencyAndId id)voidRoute. setId(AgencyAndId id)voidStop. setId(AgencyAndId id)voidStopArea. setId(AgencyAndId id)voidStopAreaElement. setId(AgencyAndId id)voidStopLocation. setId(AgencyAndId id)voidTrip. setId(AgencyAndId id)voidVehicle. setId(AgencyAndId id)voidFareLegRule. setLegGroupId(AgencyAndId legGroupId)voidLocationGroupElement. setLocationGroupId(AgencyAndId locationGroupId)voidBookingRule. setPriorNoticeServiceId(AgencyAndId priorNoticeServiceId)voidServiceCalendar. setServiceId(AgencyAndId serviceId)voidServiceCalendarDate. setServiceId(AgencyAndId serviceId)voidTrip. setServiceId(AgencyAndId serviceId)voidShapePoint. setShapeId(AgencyAndId shapeId)voidShapePointProxy. setShapeId(AgencyAndId shapeId)voidTrip. setShapeId(AgencyAndId shapeId)voidFareTransferRule. setToLegGroupId(AgencyAndId toLegGroupId)voidWrongWayConcurrency. setToStopId(AgencyAndId toStopId)Constructors in org.onebusaway.gtfs.model with parameters of type AgencyAndId Constructor Description AgencyAndIdInstance(AgencyAndId id, long serviceDate) -
Uses of AgencyAndId in org.onebusaway.gtfs.model.calendar
Methods in org.onebusaway.gtfs.model.calendar that return AgencyAndId Modifier and Type Method Description AgencyAndIdLocalizedServiceId. getId()Methods in org.onebusaway.gtfs.model.calendar that return types with arguments of type AgencyAndId Modifier and Type Method Description Set<AgencyAndId>CalendarServiceData. getServiceIds()Set<AgencyAndId>CalendarServiceData. getServiceIdsForDate(ServiceDate date)Methods in org.onebusaway.gtfs.model.calendar with parameters of type AgencyAndId Modifier and Type Method Description List<ServiceDate>CalendarServiceData. getServiceDatesForServiceId(AgencyAndId serviceId)voidCalendarServiceData. putServiceDatesForServiceId(AgencyAndId serviceId, List<ServiceDate> serviceDates)Constructors in org.onebusaway.gtfs.model.calendar with parameters of type AgencyAndId Constructor Description LocalizedServiceId(AgencyAndId serviceId, TimeZone timeZone) -
Uses of AgencyAndId in org.onebusaway.gtfs.serialization.mappings
Methods in org.onebusaway.gtfs.serialization.mappings that return AgencyAndId Modifier and Type Method Description static AgencyAndIdFareProductFieldMappingFactory. fareProductId(String agencyId, String fareProductId, String riderCategoryId, String fareMediumId)Constructors in org.onebusaway.gtfs.serialization.mappings with parameters of type AgencyAndId Constructor Description RouteNameException(AgencyAndId routeId) -
Uses of AgencyAndId in org.onebusaway.gtfs.services
Methods in org.onebusaway.gtfs.services that return AgencyAndId Modifier and Type Method Description AgencyAndIdMockGtfs. id(String id)Methods in org.onebusaway.gtfs.services that return types with arguments of type AgencyAndId Modifier and Type Method Description List<AgencyAndId>GtfsRelationalDao. getAllServiceIds()ServiceCalendarMethodsList<AgencyAndId>GtfsRelationalDao. getAllShapeIds()ShapePointMethods -
Uses of AgencyAndId in org.onebusaway.gtfs.services.calendar
Methods in org.onebusaway.gtfs.services.calendar that return types with arguments of type AgencyAndId Modifier and Type Method Description Set<AgencyAndId>CalendarService. getServiceIds()Set<AgencyAndId>CalendarService. getServiceIdsOnDate(ServiceDate date)Determine the set of service ids that are active on the specified service date.Methods in org.onebusaway.gtfs.services.calendar with parameters of type AgencyAndId Modifier and Type Method Description LocalizedServiceIdCalendarService. getLocalizedServiceIdForAgencyAndServiceId(String agencyId, AgencyAndId serviceId)Given an agency id and a service id, we return aLocalizedServiceIdwhich is just a service id with timezone information attached.Set<ServiceDate>CalendarService. getServiceDatesForServiceId(AgencyAndId serviceId)Method parameters in org.onebusaway.gtfs.services.calendar with type arguments of type AgencyAndId Modifier and Type Method Description CalendarServiceDataCalendarServiceDataFactory. updateData(Collection<Agency> allAgencies, Map<AgencyAndId,List<String>> tripAgencyIdsReferencingServiceId, Map<String,TimeZone> timeZoneMapByAgencyId)
-