Class CalendarSimplicationLibrary.ServiceCalendarSummary
- java.lang.Object
-
- org.onebusaway.gtfs_transformer.updates.CalendarSimplicationLibrary.ServiceCalendarSummary
-
- Enclosing class:
- CalendarSimplicationLibrary
public static class CalendarSimplicationLibrary.ServiceCalendarSummary extends Object
-
-
Field Summary
Fields Modifier and Type Field Description Set<ServiceDate>allServiceDatesSet<Integer>daysOfTheWeekToUseintmaxDayOfWeekCountThe number of times a service date uses the most frequently used day-of-the-week across all service dates.Map<Integer,ServiceDate>mostRecentServiceDateByDayOfWeekList<ServiceDate>serviceDatesInOrder
-
Constructor Summary
Constructors Constructor Description ServiceCalendarSummary()
-
-
-
Field Detail
-
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
-
mostRecentServiceDateByDayOfWeek
public Map<Integer,ServiceDate> mostRecentServiceDateByDayOfWeek
-
-