Package org.openstreetmap.atlas.mutator.configuration.parsing.mergeforgiveness.strategies
-
Class Summary Class Description AlwaysPickLeftStrategy ThisMergeForgivenessStrategyalways chooses the leftFeatureChange.PickRemoveOverAddStrategy ThisMergeForgivenessStrategyalways tries to choose aChangeType.REMOVEFeatureChangeover aChangeType.ADD*FeatureChange.PrioritizeTagStrategy AMergeForgivenessStrategywhich prioritizes theFeatureChangethat matches aTaggableFilterspecified in the configuration, if possible.PrioritizeTagStrategy.PrioritizationRule A configuration bean class to represent a prioritization rule.TakeLowerNodeIdentifierStrategy AMergeForgivenessStrategywhich returns aFeatureChangewhich takes the lower start or end node identifier when two edges conflict on that value.