Uses of Interface
org.openstreetmap.josm.data.validation.tests.SimilarNamedWays.NormalizeRule
-
Packages that use SimilarNamedWays.NormalizeRule Package Description org.openstreetmap.josm.data.validation.tests Provides the classes for JOSM data validation tests. -
-
Uses of SimilarNamedWays.NormalizeRule in org.openstreetmap.josm.data.validation.tests
Classes in org.openstreetmap.josm.data.validation.tests that implement SimilarNamedWays.NormalizeRule Modifier and Type Class Description static classSimilarNamedWays.RegExprRuleA rule to replace by regular expression, so that all strings matching the regular expression are handled as if they wereSimilarNamedWays.RegExprRule.replacementstatic classSimilarNamedWays.SynonymRuleA rule that registers synonyms to a given wordFields in org.openstreetmap.josm.data.validation.tests with type parameters of type SimilarNamedWays.NormalizeRule Modifier and Type Field Description private java.util.List<SimilarNamedWays.NormalizeRule>SimilarNamedWays. rules
-