Uses of Class
org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictDecision
-
Packages that use RelationMemberConflictDecision Package Description org.openstreetmap.josm.gui.conflict.tags Provides the classes for resolving conflicts between OSM tags. -
-
Uses of RelationMemberConflictDecision in org.openstreetmap.josm.gui.conflict.tags
Fields in org.openstreetmap.josm.gui.conflict.tags with type parameters of type RelationMemberConflictDecision Modifier and Type Field Description protected List<RelationMemberConflictDecision>
RelationMemberConflictResolverModel. decisions
the list of conflict decisionsMethods in org.openstreetmap.josm.gui.conflict.tags that return RelationMemberConflictDecision Modifier and Type Method Description RelationMemberConflictDecision
RelationMemberConflictResolverModel. getDecision(int row)
Replies the decision at positionrow
protected RelationMemberConflictDecision
RelationMemberConflictResolverModel. getDecision(Relation relation, int pos)
-