Class AnomalyCheckFutureTripCounts
java.lang.Object
org.onebusaway.gtfs_transformer.impl.AnomalyCheckFutureTripCounts
- All Implemented Interfaces:
GtfsTransformStrategy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidrun(TransformContext context, GtfsMutableRelationalDao dao) voidvoidvoidvoidvoidsetHolidaysFile(String url) voidsetHolidaysUrl(String url) voidsetPercentageMatch(double percentageMatch) voidsetSilentMode(boolean silentMode) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.onebusaway.gtfs_transformer.services.GtfsTransformStrategy
updateReadSchema, updateWriteSchema
-
Constructor Details
-
AnomalyCheckFutureTripCounts
public AnomalyCheckFutureTripCounts()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceGtfsTransformStrategy
-
run
- Specified by:
runin interfaceGtfsTransformStrategy
-
setDatesToIgnoreUrl
-
setDatesToIgnoreFile
-
setDayAvgTripMapUrl
-
setDayAvgTripMapFile
-
setHolidaysUrl
-
setHolidaysFile
-
setPercentageMatch
public void setPercentageMatch(double percentageMatch) -
setSilentMode
public void setSilentMode(boolean silentMode)
-