public class NodesWithSameName extends Test
Modifier and Type | Field and Description |
---|---|
private Map<String,List<Node>> |
namesToNodes |
protected static int |
SAME_NAME |
checkBeforeUpload, checkEnabled, description, enabled, errors, isBeforeUpload, name, partialSelection, progressMonitor, startTime, testBeforeUpload
Constructor and Description |
---|
NodesWithSameName()
Constructs a new
NodesWithSameName test. |
Modifier and Type | Method and Description |
---|---|
void |
endTest()
Notification of the end of the test.
|
void |
startTest(ProgressMonitor monitor)
Start the test using a given progress monitor
|
void |
visit(Node n)
Visiting call for points.
|
addGui, deletePrimitivesIfNeeded, fixError, getErrors, getName, initialize, isBuilding, isCanceled, isFixable, isPrimitiveUsable, ok, setBeforeUpload, setPartialSelection, testBeforeUpload, visit, visit, visit
visit
protected static final int SAME_NAME
private Map<String,List<Node>> namesToNodes
public NodesWithSameName()
NodesWithSameName
test.public void startTest(ProgressMonitor monitor)
Test
public void visit(Node n)
Visitor
public void endTest()
Test
If you override this method, don't forget to cleanup Test.progressMonitor
(most overrides call super.endTest()
to do this).