Uses of Enum Class
org.onebusaway.gtfs_merge.strategies.EDuplicateDetectionStrategy
Packages that use EDuplicateDetectionStrategy
-
Uses of EDuplicateDetectionStrategy in org.onebusaway.gtfs_merge
Methods in org.onebusaway.gtfs_merge that return EDuplicateDetectionStrategyMethods in org.onebusaway.gtfs_merge with parameters of type EDuplicateDetectionStrategyModifier and TypeMethodDescriptionvoidGtfsMergeContext.setResolvedDuplicateDetectionStrategy(EDuplicateDetectionStrategy resolvedDuplicateDetectionStrategy) Set the duplicate detection strategy that has been chosen for this entity type. -
Uses of EDuplicateDetectionStrategy in org.onebusaway.gtfs_merge.strategies
Fields in org.onebusaway.gtfs_merge.strategies declared as EDuplicateDetectionStrategyModifier and TypeFieldDescriptionprotected EDuplicateDetectionStrategyAbstractEntityMergeStrategy._duplicateDetectionStrategyBy default, we don't specify a default duplicate detection strategy, but instead attempt auto-detection of the best strategy.Methods in org.onebusaway.gtfs_merge.strategies that return EDuplicateDetectionStrategyModifier and TypeMethodDescriptionprotected EDuplicateDetectionStrategyAbstractEntityMergeStrategy.determineDuplicateDetectionStrategy(GtfsMergeContext context) Determines the bestEDuplicateDetectionStrategyto use for the current entity type and source feed.protected EDuplicateDetectionStrategyAbstractCollectionEntityMergeStrategy.pickBestDuplicateDetectionStrategy(GtfsMergeContext context) protected abstract EDuplicateDetectionStrategyAbstractEntityMergeStrategy.pickBestDuplicateDetectionStrategy(GtfsMergeContext context) Determines the bestEDuplicateDetectionStrategyto use for merging entities from the current source feed into the merged output feed.protected EDuplicateDetectionStrategyAbstractIdentifiableSingleEntityMergeStrategy.pickBestDuplicateDetectionStrategy(GtfsMergeContext context) protected EDuplicateDetectionStrategyAbstractNonIdentifiableSingleEntityMergeStrategy.pickBestDuplicateDetectionStrategy(GtfsMergeContext context) static EDuplicateDetectionStrategyReturns the enum constant of this class with the specified name.static EDuplicateDetectionStrategy[]EDuplicateDetectionStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.onebusaway.gtfs_merge.strategies with parameters of type EDuplicateDetectionStrategyModifier and TypeMethodDescriptionvoidAbstractEntityMergeStrategy.setDuplicateDetectionStrategy(EDuplicateDetectionStrategy duplicateDetectionStrategy) Set a duplicate detection strategy.