Class CalendarSimplicationLibrary


  • public class CalendarSimplicationLibrary
    extends Object
    • Constructor Detail

      • CalendarSimplicationLibrary

        public CalendarSimplicationLibrary()
    • Method Detail

      • setMinNumberOfWeeksForCalendarEntry

        public void setMinNumberOfWeeksForCalendarEntry​(int minNumberOfWeeksForCalendarEntry)
      • getMinNumberOfWeeksForCalendarEntry

        public int getMinNumberOfWeeksForCalendarEntry()
      • setDayOfTheWeekInclusionRatio

        public void setDayOfTheWeekInclusionRatio​(double dayOfTheWeekInclusionRatio)
      • getDayOfTheWeekInclusionRatio

        public double getDayOfTheWeekInclusionRatio()
      • groupTripKeysByServiceIds

        public Map<Set<AgencyAndId>,​List<org.onebusaway.gtfs_transformer.updates.TripKey>> groupTripKeysByServiceIds​(Map<org.onebusaway.gtfs_transformer.updates.TripKey,​List<Trip>> tripsByKey)