|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ServiceIdActivation in org.onebusaway.transit_data_federation.bundle.tasks.transit_graph |
---|
Methods in org.onebusaway.transit_data_federation.bundle.tasks.transit_graph that return types with arguments of type ServiceIdActivation | |
---|---|
List<ServiceIdActivation> |
ServiceIdOverlapCache.getOverlappingServiceIdCombinations(Set<org.onebusaway.gtfs.model.calendar.LocalizedServiceId> serviceIds)
|
Uses of ServiceIdActivation in org.onebusaway.transit_data_federation.impl |
---|
Methods in org.onebusaway.transit_data_federation.impl with parameters of type ServiceIdActivation | |
---|---|
boolean |
ExtendedCalendarServiceImpl.areServiceIdsActiveOnServiceDate(ServiceIdActivation serviceIds,
Date serviceDate)
|
Set<Date> |
ExtendedCalendarServiceImpl.getDatesForServiceIds(ServiceIdActivation serviceIds)
|
List<Date> |
ExtendedCalendarServiceImpl.getDatesForServiceIdsAsOrderedList(ServiceIdActivation serviceIds)
|
List<Date> |
ExtendedCalendarServiceImpl.getNextServiceDatesForDepartureInterval(ServiceIdActivation serviceIds,
org.onebusaway.gtfs.model.calendar.ServiceInterval serviceInterval,
long time)
|
List<Date> |
ExtendedCalendarServiceImpl.getPreviousServiceDatesForArrivalInterval(ServiceIdActivation serviceIds,
org.onebusaway.gtfs.model.calendar.ServiceInterval serviceInterval,
long time)
|
List<Date> |
ExtendedCalendarServiceImpl.getServiceDatesForInterval(ServiceIdActivation serviceIds,
org.onebusaway.gtfs.model.calendar.ServiceInterval serviceInterval,
long time,
boolean findDepartures)
|
Set<org.onebusaway.gtfs.model.calendar.ServiceDate> |
ExtendedCalendarServiceImpl.getServiceDatesForServiceIds(ServiceIdActivation serviceIds)
|
Collection<Date> |
ExtendedCalendarServiceImpl.getServiceDatesWithinRange(ServiceIdActivation serviceIds,
org.onebusaway.gtfs.model.calendar.ServiceInterval interval,
Date from,
Date to)
|
Uses of ServiceIdActivation in org.onebusaway.transit_data_federation.impl.transit_graph |
---|
Methods in org.onebusaway.transit_data_federation.impl.transit_graph that return ServiceIdActivation | |
---|---|
ServiceIdActivation |
BlockConfigurationEntryImpl.getServiceIds()
|
Methods in org.onebusaway.transit_data_federation.impl.transit_graph with parameters of type ServiceIdActivation | |
---|---|
void |
BlockConfigurationEntryImpl.Builder.setServiceIds(ServiceIdActivation serviceIds)
|
Uses of ServiceIdActivation in org.onebusaway.transit_data_federation.model |
---|
Methods in org.onebusaway.transit_data_federation.model that return types with arguments of type ServiceIdActivation | |
---|---|
Set<ServiceIdActivation> |
ServiceDateSummary.getAllServiceIds()
|
Constructor parameters in org.onebusaway.transit_data_federation.model with type arguments of type ServiceIdActivation | |
---|---|
ServiceDateSummary(Set<ServiceIdActivation> allServiceIds,
List<org.onebusaway.gtfs.model.calendar.ServiceDate> dates)
|
Uses of ServiceIdActivation in org.onebusaway.transit_data_federation.services |
---|
Methods in org.onebusaway.transit_data_federation.services with parameters of type ServiceIdActivation | |
---|---|
boolean |
ExtendedCalendarService.areServiceIdsActiveOnServiceDate(ServiceIdActivation serviceIds,
Date serviceDate)
|
Set<Date> |
ExtendedCalendarService.getDatesForServiceIds(ServiceIdActivation serviceIds)
|
List<Date> |
ExtendedCalendarService.getDatesForServiceIdsAsOrderedList(ServiceIdActivation serviceIds)
|
List<Date> |
ExtendedCalendarService.getNextServiceDatesForDepartureInterval(ServiceIdActivation serviceIds,
org.onebusaway.gtfs.model.calendar.ServiceInterval serviceInterval,
long time)
|
List<Date> |
ExtendedCalendarService.getPreviousServiceDatesForArrivalInterval(ServiceIdActivation serviceIds,
org.onebusaway.gtfs.model.calendar.ServiceInterval serviceInterval,
long time)
|
List<Date> |
ExtendedCalendarService.getServiceDatesForInterval(ServiceIdActivation serviceIds,
org.onebusaway.gtfs.model.calendar.ServiceInterval serviceInterval,
long time,
boolean findDepartures)
|
Set<org.onebusaway.gtfs.model.calendar.ServiceDate> |
ExtendedCalendarService.getServiceDatesForServiceIds(ServiceIdActivation serviceIds)
|
Collection<Date> |
ExtendedCalendarService.getServiceDatesWithinRange(ServiceIdActivation serviceIds,
org.onebusaway.gtfs.model.calendar.ServiceInterval interval,
Date from,
Date to)
|
Uses of ServiceIdActivation in org.onebusaway.transit_data_federation.services.blocks |
---|
Fields in org.onebusaway.transit_data_federation.services.blocks declared as ServiceIdActivation | |
---|---|
protected ServiceIdActivation |
AbstractBlockSequenceIndex._serviceIds
|
Methods in org.onebusaway.transit_data_federation.services.blocks that return ServiceIdActivation | |
---|---|
ServiceIdActivation |
HasBlockTrips.getServiceIds()
|
ServiceIdActivation |
HasBlocks.getServiceIds()
|
ServiceIdActivation |
FrequencyStopTripIndex.getServiceIds()
|
ServiceIdActivation |
BlockStopSequenceIndex.getServiceIds()
|
ServiceIdActivation |
BlockIndex.getServiceIds()
|
ServiceIdActivation |
AbstractBlockTripIndex.getServiceIds()
|
ServiceIdActivation |
AbstractBlockStopTimeIndex.getServiceIds()
|
ServiceIdActivation |
AbstractBlockSequenceIndex.getServiceIds()
|
Uses of ServiceIdActivation in org.onebusaway.transit_data_federation.services.transit_graph |
---|
Methods in org.onebusaway.transit_data_federation.services.transit_graph that return ServiceIdActivation | |
---|---|
ServiceIdActivation |
BlockConfigurationEntry.getServiceIds()
|
Methods in org.onebusaway.transit_data_federation.services.transit_graph with parameters of type ServiceIdActivation | |
---|---|
int |
ServiceIdActivation.compareTo(ServiceIdActivation o)
Comparable Interface |
Uses of ServiceIdActivation in org.onebusaway.transit_data_federation.testing |
---|
Methods in org.onebusaway.transit_data_federation.testing that return ServiceIdActivation | |
---|---|
static ServiceIdActivation |
UnitTestingSupport.serviceIds(List<org.onebusaway.gtfs.model.calendar.LocalizedServiceId> activeServiceIds,
List<org.onebusaway.gtfs.model.calendar.LocalizedServiceId> inactiveServiceIds)
|
static ServiceIdActivation |
UnitTestingSupport.serviceIds(String... ids)
|
Methods in org.onebusaway.transit_data_federation.testing with parameters of type ServiceIdActivation | |
---|---|
static BlockConfigurationEntry |
UnitTestingSupport.blockConfiguration(BlockEntry block,
ServiceIdActivation serviceIds,
TripEntry... trips)
|
static BlockConfigurationEntry |
UnitTestingSupport.findBlockConfig(BlockEntry blockEntry,
ServiceIdActivation serviceIds)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |