public class UntaggedNode extends Test
Test.TagTest
Modifier and Type | Field and Description |
---|---|
protected static int |
UNTAGGED_NODE_BLANK |
protected static int |
UNTAGGED_NODE_CREATED_BY |
protected static int |
UNTAGGED_NODE_FIXME |
protected static int |
UNTAGGED_NODE_NOTE |
protected static int |
UNTAGGED_NODE_OTHER |
protected static int |
UNTAGGED_NODE_SOURCE |
protected static int |
UNTAGGED_NODE_WATCH |
checkBeforeUpload, checkEnabled, description, enabled, errors, isBeforeUpload, name, partialSelection, progressMonitor, startTime, testBeforeUpload
Constructor and Description |
---|
UntaggedNode()
Constructor
|
Modifier and Type | Method and Description |
---|---|
private boolean |
contains(Map.Entry<String,String> tag,
String s) |
Command |
fixError(TestError testError)
Fixes the error with the appropriate command
|
boolean |
isFixable(TestError testError)
Returns true if the given error can be fixed automatically
|
void |
visit(Collection<OsmPrimitive> selection)
Visits all primitives to be tested.
|
void |
visit(Node n)
Visiting call for points.
|
addGui, deletePrimitivesIfNeeded, endTest, equals, getErrors, getName, hashCode, initialize, isBuilding, isCanceled, isPrimitiveUsable, ok, setBeforeUpload, setPartialSelection, startTest, testBeforeUpload, visit, visit
visit
protected static final int UNTAGGED_NODE_BLANK
protected static final int UNTAGGED_NODE_FIXME
protected static final int UNTAGGED_NODE_NOTE
protected static final int UNTAGGED_NODE_CREATED_BY
protected static final int UNTAGGED_NODE_WATCH
protected static final int UNTAGGED_NODE_SOURCE
protected static final int UNTAGGED_NODE_OTHER
public UntaggedNode()
public void visit(Collection<OsmPrimitive> selection)
Test
public void visit(Node n)
Visitor
public Command fixError(TestError testError)
Test