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:
ModificationStrategy

public class MatchingEntityModificationStrategyWrapper
extends AbstractEntityModificationStrategy


Constructor Summary
MatchingEntityModificationStrategyWrapper(java.util.Map<java.lang.String,java.lang.Object> propertyMatches, ModificationStrategy strategy)
           
 
Method Summary
 void applyModification(TransformContext context, BeanWrapper wrapped, GtfsMutableRelationalDao dao)
           
 
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(java.util.Map<java.lang.String,java.lang.Object> propertyMatches,
                                                 ModificationStrategy strategy)
Method Detail

applyModification

public void applyModification(TransformContext context,
                              BeanWrapper wrapped,
                              GtfsMutableRelationalDao dao)


Copyright © 2010 OneBusAway. All Rights Reserved.