Uses of Class
org.openstreetmap.josm.data.validation.tests.RelationChecker.RoleInfo
-
Packages that use RelationChecker.RoleInfo Package Description org.openstreetmap.josm.data.validation.tests Provides the classes for JOSM data validation tests. -
-
Uses of RelationChecker.RoleInfo in org.openstreetmap.josm.data.validation.tests
Methods in org.openstreetmap.josm.data.validation.tests that return types with arguments of type RelationChecker.RoleInfo Modifier and Type Method Description private static Map<String,RelationChecker.RoleInfo>
RelationChecker. buildRoleInfoMap(Relation n)
Methods in org.openstreetmap.josm.data.validation.tests with parameters of type RelationChecker.RoleInfo Modifier and Type Method Description private void
RelationChecker. checkRoleCounts(Relation n, Roles.Role r, String keyname, RelationChecker.RoleInfo ri)
-