Uses of Interface
org.onebusaway.gtfs_transformer.services.EntityTransformStrategy
-
Packages that use EntityTransformStrategy Package Description org.onebusaway.gtfs_transformer.factory org.onebusaway.gtfs_transformer.impl org.onebusaway.gtfs_transformer.updates -
-
Uses of EntityTransformStrategy in org.onebusaway.gtfs_transformer.factory
Methods in org.onebusaway.gtfs_transformer.factory that return EntityTransformStrategy Modifier and Type Method Description EntityTransformStrategyEntitiesTransformStrategy.MatchAndTransform. getTransform()Methods in org.onebusaway.gtfs_transformer.factory with parameters of type EntityTransformStrategy Modifier and Type Method Description voidEntitiesTransformStrategy. addModification(TypedEntityMatch match, EntityTransformStrategy modification)Constructors in org.onebusaway.gtfs_transformer.factory with parameters of type EntityTransformStrategy Constructor Description MatchAndTransform(TypedEntityMatch match, EntityTransformStrategy transform) -
Uses of EntityTransformStrategy in org.onebusaway.gtfs_transformer.impl
Classes in org.onebusaway.gtfs_transformer.impl that implement EntityTransformStrategy Modifier and Type Class Description classPierceTransitTripHeadsignCleanupModStrategyclassRemoveEntityUpdateStrategyclassServiceIdTransformStrategyImplclassSimpleModificationStrategyclassStringModificationStrategy -
Uses of EntityTransformStrategy in org.onebusaway.gtfs_transformer.updates
Classes in org.onebusaway.gtfs_transformer.updates that implement EntityTransformStrategy Modifier and Type Class Description classNoTripsWithBlockIdAndFrequenciesStrategy
-