Class CalendarSimplicationStrategy

java.lang.Object
org.onebusaway.gtfs_transformer.updates.CalendarSimplicationStrategy
All Implemented Interfaces:
GtfsTransformStrategy

public class CalendarSimplicationStrategy extends Object implements GtfsTransformStrategy
  • Constructor Details

    • CalendarSimplicationStrategy

      public CalendarSimplicationStrategy()
  • Method Details

    • setMinNumberOfWeeksForCalendarEntry

      public void setMinNumberOfWeeksForCalendarEntry(int minNumberOfWeeksForCalendarEntry)
    • setDayOfTheWeekInclusionRatio

      public void setDayOfTheWeekInclusionRatio(double dayOfTheWeekInclusionRatio)
    • setUndoGoogleTransitDataFeedMergeTool

      public void setUndoGoogleTransitDataFeedMergeTool(boolean undoGoogleTransitDataFeedMergeTool)
    • isUndoGoogleTransitDataFeedMergeTool

      public boolean isUndoGoogleTransitDataFeedMergeTool()
    • getLibrary

      public CalendarSimplicationLibrary getLibrary()
    • getName

      public String getName()
      Specified by:
      getName in interface GtfsTransformStrategy
    • run

      public void run(TransformContext context, GtfsMutableRelationalDao dao)
      Specified by:
      run in interface GtfsTransformStrategy