Package org.openstreetmap.josm.command.conflict
Provides commands for handling conflicts.
-
Class Summary Class Description ConflictAddCommand Command used to add a new conflict.ConflictResolveCommand CoordinateConflictResolveCommand Represents the resolution of a conflict between the coordinates of twoNodes.DeletedStateConflictResolveCommand Represents the resolution of a conflict between the deleted flag of twoOsmPrimitives.ModifiedConflictResolveCommand Represents the resolution of a conflict between the modified flag of twoOsmPrimitives.RelationMemberConflictResolverCommand Represents the resolution of conflicts in the member list of twoRelations.TagConflictResolveCommand Represents the resolution of a tag conflict in anOsmPrimitive.VersionConflictResolveCommand Represents the resolution of a version conflict between twoOsmPrimitives.WayNodesConflictResolverCommand Represents the resolution of conflicts in the node list of twoWays.