Uses of Class
org.onebusaway.gtfs_transformer.match.TypedEntityMatch
-
Packages that use TypedEntityMatch Package Description org.onebusaway.gtfs_transformer.factory org.onebusaway.gtfs_transformer.updates -
-
Uses of TypedEntityMatch in org.onebusaway.gtfs_transformer.factory
Methods in org.onebusaway.gtfs_transformer.factory that return TypedEntityMatch Modifier and Type Method Description TypedEntityMatchEntitiesTransformStrategy.MatchAndTransform. getMatch()Methods in org.onebusaway.gtfs_transformer.factory with parameters of type TypedEntityMatch Modifier and Type Method Description voidEntitiesTransformStrategy. addModification(TypedEntityMatch match, EntityTransformStrategy modification)voidRetainEntitiesTransformStrategy. addRetention(TypedEntityMatch match, boolean retainUp)Constructors in org.onebusaway.gtfs_transformer.factory with parameters of type TypedEntityMatch Constructor Description MatchAndTransform(TypedEntityMatch match, EntityTransformStrategy transform) -
Uses of TypedEntityMatch in org.onebusaway.gtfs_transformer.updates
Methods in org.onebusaway.gtfs_transformer.updates that return TypedEntityMatch Modifier and Type Method Description TypedEntityMatchTrimTripTransformStrategy.TrimOperation. getMatch()Methods in org.onebusaway.gtfs_transformer.updates with parameters of type TypedEntityMatch Modifier and Type Method Description voidTrimTripTransformStrategy.TrimOperation. setMatch(TypedEntityMatch match)
-