Package | Description |
---|---|
org.openstreetmap.josm.data.validation.tests |
Provides the classes for JOSM data validation tests.
|
org.openstreetmap.josm.gui.tagging.presets.items |
Provides classes for handling tagging presets items.
|
Modifier and Type | Method and Description |
---|---|
private static java.util.Map<Roles.Role,java.lang.String> |
RelationChecker.buildAllRoles(Relation n) |
Modifier and Type | Method and Description |
---|---|
private boolean |
RelationChecker.checkMemberType(Roles.Role r,
RelationMember member) |
private void |
RelationChecker.checkRoleCounts(Relation n,
Roles.Role r,
java.lang.String keyname,
RelationChecker.RoleInfo ri) |
Modifier and Type | Method and Description |
---|---|
private boolean |
RelationChecker.checkMemberExpressionAndType(java.util.Map<Roles.Role,java.lang.String> allroles,
RelationMember member,
Relation n)
get all role definition for specified key and check, if some definition matches
|
private void |
RelationChecker.checkRoles(Relation n,
java.util.Map<Roles.Role,java.lang.String> allroles,
java.util.Map<java.lang.String,RelationChecker.RoleInfo> map) |
Modifier and Type | Field and Description |
---|---|
java.util.List<Roles.Role> |
Roles.roles
List of
Roles.Role elements. |