Class RoleCorrection
- java.lang.Object
-
- org.openstreetmap.josm.data.correction.RoleCorrection
-
- All Implemented Interfaces:
Correction
public class RoleCorrection extends java.lang.Object implements Correction
Represents a change of a singleRelationMemberrole.- Since:
- 1001
-
-
Constructor Summary
Constructors Constructor Description RoleCorrection(Relation relation, int position, RelationMember member, java.lang.String newRole)Constructs a newRoleCorrection.
-
-
-
Constructor Detail
-
RoleCorrection
public RoleCorrection(Relation relation, int position, RelationMember member, java.lang.String newRole)
Constructs a newRoleCorrection.- Parameters:
relation- OSM relationposition- relation member indexmember- relation membernewRole- new role
-
-