Class UpdateTripHeadsignRailRoadConvention

java.lang.Object
org.onebusaway.gtfs_transformer.impl.UpdateTripHeadsignRailRoadConvention
All Implemented Interfaces:
GtfsTransformStrategy

public class UpdateTripHeadsignRailRoadConvention extends Object implements 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**.