Class StopTimesFactoryStrategy
- java.lang.Object
-
- org.onebusaway.gtfs_transformer.updates.StopTimesFactoryStrategy
-
- All Implemented Interfaces:
GtfsTransformStrategy
public class StopTimesFactoryStrategy extends Object implements GtfsTransformStrategy
-
-
Constructor Summary
Constructors Constructor Description StopTimesFactoryStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEndTime()StringgetName()StringgetStartTime()List<String>getStopIds()StringgetTripId()voidrun(TransformContext context, GtfsMutableRelationalDao dao)voidsetEndTime(String endTime)voidsetStartTime(String startTime)voidsetStopIds(List<String> stopIds)voidsetTripId(String tripId)-
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
-
getTripId
public String getTripId()
-
setTripId
public void setTripId(String tripId)
-
getStartTime
public String getStartTime()
-
setStartTime
public void setStartTime(String startTime)
-
getEndTime
public String getEndTime()
-
setEndTime
public void setEndTime(String endTime)
-
getName
public String getName()
- Specified by:
getNamein interfaceGtfsTransformStrategy
-
run
public void run(TransformContext context, GtfsMutableRelationalDao dao)
- Specified by:
runin interfaceGtfsTransformStrategy
-
-