Class DeduplicateServiceIdsStrategy
java.lang.Object
org.onebusaway.gtfs_transformer.updates.DeduplicateServiceIdsStrategy
- All Implemented Interfaces:
GtfsTransformStrategy
Finds GTFS service_ids that have the exact same set of active days and
consolidates each set of duplicated ids to a single service_id entry.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidrun(TransformContext context, GtfsMutableRelationalDao dao) 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
-
DeduplicateServiceIdsStrategy
public DeduplicateServiceIdsStrategy()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceGtfsTransformStrategy
-
run
- Specified by:
runin interfaceGtfsTransformStrategy
-