org.onebusaway.gtfs_transformer.impl
Class RemoveEntityUpdateStrategy

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

public class RemoveEntityUpdateStrategy
extends AbstractEntityModificationStrategy


Constructor Summary
RemoveEntityUpdateStrategy(PropertyMatches propertyMatches)
           
 
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

RemoveEntityUpdateStrategy

public RemoveEntityUpdateStrategy(PropertyMatches propertyMatches)
Method Detail

run

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


Copyright © 2011 OneBusAway. All Rights Reserved.