Interface ServiceCalendarDateProducer

All Known Implementing Classes:
DefaultServiceCalendarDateProducer

public interface ServiceCalendarDateProducer
Produce a GTFS Service Calendar Date.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.onebusaway.gtfs.model.ServiceCalendarDate
    produce(String serviceId, LocalDateTime date, boolean isAvailable)
    Produce a GTFS Service Calendar Date for a given GTFS service.
  • Field Details

  • Method Details

    • produce

      org.onebusaway.gtfs.model.ServiceCalendarDate produce(String serviceId, LocalDateTime date, boolean isAvailable)
      Produce a GTFS Service Calendar Date for a given GTFS service.
      Parameters:
      serviceId - the id of the GTFS service
      date - the service date.
      isAvailable - true if the service runs on this date.
      Returns:
      a GTFS Service Calendar Date for the given GTFS service.