Class ServiceIdIntervals

java.lang.Object
org.onebusaway.gtfs.model.calendar.ServiceIdIntervals
All Implemented Interfaces:
Serializable, Iterable<Map.Entry<LocalizedServiceId,ServiceInterval>>

public class ServiceIdIntervals extends Object implements Serializable, Iterable<Map.Entry<LocalizedServiceId,ServiceInterval>>
A Map of LocalizedServiceId and ServiceInterval objects, with convenience methods for adding additional service ids and arrival-departure time intervals.
Author:
bdferris
See Also: