Package | Description |
---|---|
org.openstreetmap.josm.data.validation.tests |
Provides the classes for JOSM data validation tests.
|
Modifier and Type | Field and Description |
---|---|
(package private) MultiMap<java.lang.String,MapCSSTagChecker.TagCheck> |
MapCSSTagChecker.checks |
java.util.List<MapCSSTagChecker.TagCheck> |
MapCSSTagChecker.ParseResult.parseChecks
Checks successfully parsed
|
Modifier and Type | Method and Description |
---|---|
(package private) static MapCSSTagChecker.TagCheck |
MapCSSTagChecker.TagCheck.ofMapCSSRule(MapCSSTagChecker.GroupedMapCSSRule rule) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<MapCSSTagChecker.TagCheck> |
MapCSSTagChecker.TagCheck.getTagCheckDependencies(java.util.Collection<MapCSSTagChecker.TagCheck> schecks)
Returns the set of tagchecks on which this check depends on.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.lang.String> |
MapCSSTagChecker.checkAsserts(java.util.Collection<MapCSSTagChecker.TagCheck> schecks)
Checks that rule assertions are met for the given set of TagChecks.
|
private static java.util.Collection<TestError> |
MapCSSTagChecker.getErrorsForPrimitive(OsmPrimitive p,
boolean includeOtherSeverity,
java.util.Collection<java.util.Set<MapCSSTagChecker.TagCheck>> checksCol) |
java.util.Set<MapCSSTagChecker.TagCheck> |
MapCSSTagChecker.TagCheck.getTagCheckDependencies(java.util.Collection<MapCSSTagChecker.TagCheck> schecks)
Returns the set of tagchecks on which this check depends on.
|
Constructor and Description |
---|
ParseResult(java.util.List<MapCSSTagChecker.TagCheck> parseChecks,
java.util.Collection<java.lang.Throwable> parseErrors)
Constructs a new
ParseResult . |