Class UpdateTripHeadsignRailRoadConvention
java.lang.Object
org.onebusaway.gtfs_transformer.impl.UpdateTripHeadsignRailRoadConvention
- All Implemented Interfaces:
GtfsTransformStrategy
Updates the trip headsign to follow "railroad convention", which is to , e.g.
"10:43a to New York Penn Station".
We just add the time here--we assume the trip headsign is already present via the other transforms that manipulate this.
**That means this transform should be run *after* those others**.
-
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
-
UpdateTripHeadsignRailRoadConvention
public UpdateTripHeadsignRailRoadConvention()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceGtfsTransformStrategy
-
run
- Specified by:
runin interfaceGtfsTransformStrategy
-