Class ServiceIdOverlapCache
- java.lang.Object
-
- org.onebusaway.transit_data_federation.bundle.tasks.transit_graph.ServiceIdOverlapCache
-
@Component public class ServiceIdOverlapCache extends Object
-
-
Constructor Summary
Constructors Constructor Description ServiceIdOverlapCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ServiceIdActivation>getOverlappingServiceIdCombinations(Set<org.onebusaway.gtfs.model.calendar.LocalizedServiceId> serviceIds)voidsetCalendarService(org.onebusaway.gtfs.services.calendar.CalendarService calendarService)
-
-
-
Method Detail
-
setCalendarService
@Autowired public void setCalendarService(org.onebusaway.gtfs.services.calendar.CalendarService calendarService)
-
getOverlappingServiceIdCombinations
public List<ServiceIdActivation> getOverlappingServiceIdCombinations(Set<org.onebusaway.gtfs.model.calendar.LocalizedServiceId> serviceIds)
-
-