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.king_county_metro.transforms   
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 ModificationUpdateStrategy.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, BeanWrapper entity)
           
 void SimpleModificationStrategy.run(TransformContext context, GtfsMutableRelationalDao dao, BeanWrapper entity)
           
 void RemoveEntityUpdateStrategy.run(TransformContext context, GtfsMutableRelationalDao dao, BeanWrapper entity)
           
 void PierceTransitTripHeadsignCleanupModStrategy.run(TransformContext context, GtfsMutableRelationalDao dao, BeanWrapper entity)
           
 void MatchingEntityModificationStrategyWrapper.run(TransformContext context, GtfsMutableRelationalDao dao, BeanWrapper entity)
           
 

Uses of TransformContext in org.onebusaway.gtfs_transformer.king_county_metro.transforms
 

Methods in org.onebusaway.gtfs_transformer.king_county_metro.transforms with parameters of type TransformContext
 AgencyAndId CalendarUpdateStrategy.getServiceIdsForTrip(TransformContext context, GtfsMutableDao dao, MetroKCDao metrokcDao, MetroKCTrip mkcTrip, java.util.List<MetroKCChangeDate> changeDates)
           
 void RemoveMergedTripsStrategy.run(TransformContext context, GtfsMutableRelationalDao dao)
           
 void PatternPairUpdateStrategy.run(TransformContext context, GtfsMutableRelationalDao dao)
           
 void KillItStrategy.run(TransformContext context, GtfsMutableRelationalDao dao)
           
 void FixBlockTripIdsUpdateStrategy.run(TransformContext context, GtfsMutableRelationalDao dao)
           
 void DeprecatedFieldsUpdaterStrategy.run(TransformContext context, GtfsMutableRelationalDao dao)
           
 void DeduplicateStopsStrategy.run(TransformContext context, GtfsMutableRelationalDao dao)
           
 void DeduplicateRoutesStrategy.run(TransformContext context, GtfsMutableRelationalDao dao)
           
 void CalendarUpdateStrategy.run(TransformContext context, GtfsMutableRelationalDao dao)
           
 

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, 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.