Uses of Interface
org.onebusaway.gtfs_transformer.match.EntityMatch
-
Packages that use EntityMatch Package Description org.onebusaway.gtfs_transformer.collections org.onebusaway.gtfs_transformer.match -
-
Uses of EntityMatch in org.onebusaway.gtfs_transformer.collections
Classes in org.onebusaway.gtfs_transformer.collections that implement EntityMatch Modifier and Type Class Description classIdKeyMatchclassServiceIdKeyMatchclassShapeIdKeyMatch -
Uses of EntityMatch in org.onebusaway.gtfs_transformer.match
Classes in org.onebusaway.gtfs_transformer.match that implement EntityMatch Modifier and Type Class Description classAlwaysMatchclassEntityMatchCollectionclassPropertyAnyValueEntityMatchclassPropertyValueEntityMatchclassTypedEntityMatchMethods in org.onebusaway.gtfs_transformer.match that return EntityMatch Modifier and Type Method Description EntityMatchTypedEntityMatch. getPropertyMatches()Constructors in org.onebusaway.gtfs_transformer.match with parameters of type EntityMatch Constructor Description TypedEntityMatch(Class<?> type, EntityMatch match)Constructor parameters in org.onebusaway.gtfs_transformer.match with type arguments of type EntityMatch Constructor Description EntityMatchCollection(List<EntityMatch> matches)
-