org.onebusaway.gtfs_transformer.impl
Class SimpleModificationStrategy

java.lang.Object
  extended by org.onebusaway.gtfs_transformer.impl.AbstractEntityModificationStrategy
      extended by org.onebusaway.gtfs_transformer.impl.SimpleModificationStrategy
All Implemented Interfaces:
EntityTransformStrategy

public class SimpleModificationStrategy
extends AbstractEntityModificationStrategy


Constructor Summary
SimpleModificationStrategy(PropertyMatches propertyMatches, Map<String,Object> propertyUpdates)
           
 
Method Summary
 void run(TransformContext context, GtfsMutableRelationalDao dao, org.onebusaway.csv_entities.schema.BeanWrapper entity)
           
 
Methods inherited from class org.onebusaway.gtfs_transformer.impl.AbstractEntityModificationStrategy
isModificationApplicable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleModificationStrategy

public SimpleModificationStrategy(PropertyMatches propertyMatches,
                                  Map<String,Object> propertyUpdates)
Method Detail

run

public void run(TransformContext context,
                GtfsMutableRelationalDao dao,
                org.onebusaway.csv_entities.schema.BeanWrapper entity)


Copyright © 2011 OneBusAway. All Rights Reserved.