Uses of Class
org.onebusaway.gtfs_transformer.services.TransformContext

Packages that use TransformContext
org.onebusaway.gtfs_transformer.factory   
org.onebusaway.gtfs_transformer.impl   
org.onebusaway.gtfs_transformer.services   
org.onebusaway.gtfs_transformer.updates   
 

Uses of TransformContext in org.onebusaway.gtfs_transformer.factory
 

Methods in org.onebusaway.gtfs_transformer.factory with parameters of type TransformContext
 void RetainEntitiesTransformStrategy.run(TransformContext context, GtfsMutableRelationalDao dao)
           
 void AddEntitiesTransformStrategy.run(TransformContext context, GtfsMutableRelationalDao dao)
           
 void AbstractEntitiesTransformStrategy.run(TransformContext context, GtfsMutableRelationalDao dao)
           
 

Uses of TransformContext in org.onebusaway.gtfs_transformer.impl
 

Methods in org.onebusaway.gtfs_transformer.impl with parameters of type TransformContext
 void StringModificationStrategy.run(TransformContext context, GtfsMutableRelationalDao dao, org.onebusaway.csv_entities.schema.BeanWrapper entity)
           
 void SimpleModificationStrategy.run(TransformContext context, GtfsMutableRelationalDao dao, org.onebusaway.csv_entities.schema.BeanWrapper entity)
           
 void RemoveEntityUpdateStrategy.run(TransformContext context, GtfsMutableRelationalDao dao, org.onebusaway.csv_entities.schema.BeanWrapper entity)
           
 void PierceTransitTripHeadsignCleanupModStrategy.run(TransformContext context, GtfsMutableRelationalDao dao, org.onebusaway.csv_entities.schema.BeanWrapper entity)
           
 void MatchingEntityModificationStrategyWrapper.run(TransformContext context, GtfsMutableRelationalDao dao, org.onebusaway.csv_entities.schema.BeanWrapper entity)
           
 

Uses of TransformContext in org.onebusaway.gtfs_transformer.services
 

Methods in org.onebusaway.gtfs_transformer.services with parameters of type TransformContext
 void GtfsTransformStrategy.run(TransformContext context, GtfsMutableRelationalDao dao)
           
 void EntityTransformStrategy.run(TransformContext context, GtfsMutableRelationalDao dao, org.onebusaway.csv_entities.schema.BeanWrapper entity)
           
 

Uses of TransformContext in org.onebusaway.gtfs_transformer.updates
 

Methods in org.onebusaway.gtfs_transformer.updates with parameters of type TransformContext
 void ShapeTransformStrategy.run(TransformContext context, GtfsMutableRelationalDao dao)
           
 void RemoveRepeatedStopTimesStrategy.run(TransformContext context, GtfsMutableRelationalDao dao)
           
 void RemoveEmptyBlockTripsStrategy.run(TransformContext context, GtfsMutableRelationalDao dao)
           
 void RemoveDuplicateTripsStrategy.run(TransformContext context, GtfsMutableRelationalDao dao)
           
 void LocalVsExpressUpdateStrategy.run(TransformContext context, GtfsMutableRelationalDao dao)
           
 void EnsureStopTimesIncreaseUpdateStrategy.run(TransformContext context, GtfsMutableRelationalDao dao)
           
 void DeduplicateTripsStrategy.run(TransformContext context, GtfsMutableRelationalDao dao)
           
 



Copyright © 2011 OneBusAway. All Rights Reserved.