Uses of Class
org.openstreetmap.josm.gui.tagging.presets.items.Roles.Role
-
Packages that use Roles.Role 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. -
-
Uses of Roles.Role in org.openstreetmap.josm.data.validation.tests
Methods in org.openstreetmap.josm.data.validation.tests that return types with arguments of type Roles.Role Modifier and Type Method Description private static Map<Roles.Role,String>
RelationChecker. buildAllRoles(Relation n)
Methods in org.openstreetmap.josm.data.validation.tests with parameters of type Roles.Role Modifier and Type Method Description private static boolean
RelationChecker. checkMemberType(Roles.Role r, RelationMember member)
private void
RelationChecker. checkRoleCounts(Relation n, Roles.Role r, String keyname, RelationChecker.RoleInfo ri)
Method parameters in org.openstreetmap.josm.data.validation.tests with type arguments of type Roles.Role Modifier and Type Method Description private boolean
RelationChecker. checkMemberExpressionAndType(Map<Roles.Role,String> allroles, RelationMember member, Relation n)
get all role definition for specified key and check, if some definition matchesprivate void
RelationChecker. checkRoles(Relation n, Map<Roles.Role,String> allroles, Map<String,RelationChecker.RoleInfo> map)
-
Uses of Roles.Role in org.openstreetmap.josm.gui.tagging.presets.items
Fields in org.openstreetmap.josm.gui.tagging.presets.items with type parameters of type Roles.Role Modifier and Type Field Description List<Roles.Role>
Roles. roles
List ofRoles.Role
elements.
-