public interface ValidatorVisitor
The most basic use is to visit all TestErrors of the validator
| Modifier and Type | Method and Description |
|---|---|
void |
visit(java.util.List<Node> nodes)
Visit a list of nodes that are part of the error
|
void |
visit(OsmPrimitive primitive)
Visit a OSM primitive, e.g.
|
void |
visit(TestError error)
Visit a test error
|
void |
visit(WaySegment waySegment)
Visit a way segment that was part of the error
|
void visit(OsmPrimitive primitive)
primitive - The primitivevoid visit(WaySegment waySegment)
waySegment - The way segment