Class CompareToReferenceService
java.lang.Object
org.onebusaway.gtfs_transformer.impl.CompareToReferenceService
- All Implemented Interfaces:
GtfsTransformStrategy
Compare GTFS trips and report on gaps at a depot level.
The concept of a depot is inferred from the trip id and is
currently specific to the MTA.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidrun(TransformContext context, GtfsMutableRelationalDao gtfsDao) voidsetS3BasePath(String path) 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
-
CompareToReferenceService
public CompareToReferenceService()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceGtfsTransformStrategy
-
setS3BasePath
-
run
- Specified by:
runin interfaceGtfsTransformStrategy
-