Class CompareToReferenceService
- java.lang.Object
-
- org.onebusaway.gtfs_transformer.impl.CompareToReferenceService
-
- All Implemented Interfaces:
GtfsTransformStrategy
public class CompareToReferenceService extends Object implements 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 Constructor Description CompareToReferenceService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()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, wait
-
Methods inherited from interface org.onebusaway.gtfs_transformer.services.GtfsTransformStrategy
updateReadSchema, updateWriteSchema
-
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceGtfsTransformStrategy
-
setS3BasePath
public void setS3BasePath(String path)
-
run
public void run(TransformContext context, GtfsMutableRelationalDao gtfsDao)
- Specified by:
runin interfaceGtfsTransformStrategy
-
-