org.onebusaway.gtfs_transformer.impl
Class MatchingEntityModificationStrategyWrapper

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

public class MatchingEntityModificationStrategyWrapper
extends AbstractEntityModificationStrategy


Constructor Summary
MatchingEntityModificationStrategyWrapper(PropertyMatches propertyMatches, EntityTransformStrategy strategy)
           
 
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

MatchingEntityModificationStrategyWrapper

public MatchingEntityModificationStrategyWrapper(PropertyMatches propertyMatches,
                                                 EntityTransformStrategy strategy)
Method Detail

run

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


Copyright © 2011 OneBusAway. All Rights Reserved.