Class SimpleModificationStrategy
- java.lang.Object
-
- org.onebusaway.gtfs_transformer.impl.SimpleModificationStrategy
-
- All Implemented Interfaces:
EntityTransformStrategy
public class SimpleModificationStrategy extends Object implements EntityTransformStrategy
-
-
Constructor Summary
Constructors Constructor Description SimpleModificationStrategy(Map<String,ValueSetter> propertyUpdates)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun(TransformContext context, GtfsMutableRelationalDao dao, Object entity)
-
-
-
Constructor Detail
-
SimpleModificationStrategy
public SimpleModificationStrategy(Map<String,ValueSetter> propertyUpdates)
-
-
Method Detail
-
run
public void run(TransformContext context, GtfsMutableRelationalDao dao, Object entity)
- Specified by:
runin interfaceEntityTransformStrategy
-
-