Uses of Package
org.onebusaway.gtfs_merge.strategies
Packages that use org.onebusaway.gtfs_merge.strategies
-
Classes in org.onebusaway.gtfs_merge.strategies used by org.onebusaway.gtfs_mergeClassDescriptionDefines different strategies for detecting duplicate entities for a particular GTFS entity type across feeds.Defines an interface for performing a merge operation on entities of particular type from a source GTFS feed into a merged GTFS feed.
-
Classes in org.onebusaway.gtfs_merge.strategies used by org.onebusaway.gtfs_merge.strategiesClassDescriptionAbstract base class that defines common methods and properties for merging collection-like GTFS entities.Abstract base class that defines methods and properties common to all entity merge strategies, regardless of entity type.Abstract base class that defines common methods and properties for merging single GTFS entities with explicit identifiers in a GTFS feed.Non-identifiable entities include types like,
invalid reference
TransferFareRuleandFrequencyentities.Abstract base class that defines common methods and properties for merging single GTFS entities.Defines different strategies for detecting duplicate entities for a particular GTFS entity type across feeds.Defines different logging behaviors to take when a duplicate entity is detected between two GTFS feeds.Defines an interface for performing a merge operation on entities of particular type from a source GTFS feed into a merged GTFS feed.