Class CalendarSimplicationLibrary.ServiceCalendarSummary

java.lang.Object
org.onebusaway.gtfs_transformer.updates.CalendarSimplicationLibrary.ServiceCalendarSummary
Enclosing class:
CalendarSimplicationLibrary

public static class CalendarSimplicationLibrary.ServiceCalendarSummary extends Object
  • Field Details

    • maxDayOfWeekCount

      public int maxDayOfWeekCount
      The number of times a service date uses the most frequently used day-of-the-week across all service dates.
    • allServiceDates

      public Set<ServiceDate> allServiceDates
    • serviceDatesInOrder

      public List<ServiceDate> serviceDatesInOrder
    • daysOfTheWeekToUse

      public Set<Integer> daysOfTheWeekToUse
    • mostRecentServiceDateByDayOfWeek

      public Map<Integer,ServiceDate> mostRecentServiceDateByDayOfWeek
  • Constructor Details

    • ServiceCalendarSummary

      public ServiceCalendarSummary()