org.onebusaway.transit_data_federation.bundle.tasks.transit_graph
Class ServiceIdOverlapCache

java.lang.Object
  extended by org.onebusaway.transit_data_federation.bundle.tasks.transit_graph.ServiceIdOverlapCache

@Component
public class ServiceIdOverlapCache
extends Object


Constructor Summary
ServiceIdOverlapCache()
           
 
Method Summary
 List<ServiceIdActivation> getOverlappingServiceIdCombinations(Set<org.onebusaway.gtfs.model.calendar.LocalizedServiceId> serviceIds)
           
 void setCalendarService(org.onebusaway.gtfs.services.calendar.CalendarService calendarService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceIdOverlapCache

public ServiceIdOverlapCache()
Method Detail

setCalendarService

public void setCalendarService(org.onebusaway.gtfs.services.calendar.CalendarService calendarService)

getOverlappingServiceIdCombinations

public List<ServiceIdActivation> getOverlappingServiceIdCombinations(Set<org.onebusaway.gtfs.model.calendar.LocalizedServiceId> serviceIds)


Copyright © 2012 OneBusAway. All Rights Reserved.