Class EntitiesTransformStrategy
- java.lang.Object
-
- org.onebusaway.gtfs_transformer.factory.EntitiesTransformStrategy
-
- All Implemented Interfaces:
GtfsTransformStrategy
public class EntitiesTransformStrategy extends Object implements GtfsTransformStrategy
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEntitiesTransformStrategy.MatchAndTransform
-
Constructor Summary
Constructors Constructor Description EntitiesTransformStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddModification(TypedEntityMatch match, EntityTransformStrategy modification)List<EntitiesTransformStrategy.MatchAndTransform>getModifications()StringgetName()voidrun(TransformContext context, GtfsMutableRelationalDao dao)-
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
-
getModifications
public List<EntitiesTransformStrategy.MatchAndTransform> getModifications()
-
addModification
public void addModification(TypedEntityMatch match, EntityTransformStrategy modification)
-
getName
public String getName()
- Specified by:
getNamein interfaceGtfsTransformStrategy
-
run
public void run(TransformContext context, GtfsMutableRelationalDao dao)
- Specified by:
runin interfaceGtfsTransformStrategy
-
-