Class AgencyServiceInterval
java.lang.Object
org.onebusaway.gtfs.model.calendar.AgencyServiceInterval
- All Implemented Interfaces:
Serializable
Represent a service interval (a period of defined transit both scheduled and dynamic)
that exists on a given service date and window relative to that date. The times may differ
based on the specified agency. The net effect is that the period of consideration can
be smaller for more frequent service (such as a subway/BRT provider) vs a traditional
fixed bus service.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAgencyServiceInterval(long referenceTime) AgencyServiceInterval(long referenceTime, Map<String, Integer> agencyIdOverrides) AgencyServiceInterval(ServiceDate serviceDate) -
Method Summary
-
Field Details
-
SECONDS_IN_DAY
public static final int SECONDS_IN_DAY- See Also:
-
-
Constructor Details
-
AgencyServiceInterval
public AgencyServiceInterval(long referenceTime) -
AgencyServiceInterval
-
AgencyServiceInterval
-
-
Method Details