public class WhichNodeVisitor extends Object implements NodeContainerVisitor, NodeVisitor
| Constructor and Description |
|---|
WhichNodeVisitor() |
| Modifier and Type | Method and Description |
|---|---|
<X extends NodeContainer<?>> |
getTypeOf(X container) |
<X extends TreeNode> |
getTypeOf(X node) |
void |
visit(Campaign campaign) |
void |
visit(CampaignFolder campaignFolder) |
void |
visit(CampaignLibrary campaignLibrary) |
void |
visit(Iteration iteration) |
void |
visit(Requirement requirement) |
void |
visit(RequirementFolder requirementFolder) |
void |
visit(RequirementLibrary requirementLibrary) |
void |
visit(TestCase testCase) |
void |
visit(TestCaseFolder testCaseFolder) |
void |
visit(TestCaseLibrary testCaseLibrary) |
void |
visit(TestSuite testSuite) |
public <X extends NodeContainer<?>> EntityType getTypeOf(X container)
public <X extends TreeNode> EntityType getTypeOf(X node)
public void visit(CampaignLibrary campaignLibrary)
visit in interface NodeContainerVisitorpublic void visit(RequirementLibrary requirementLibrary)
visit in interface NodeContainerVisitorpublic void visit(TestCaseLibrary testCaseLibrary)
visit in interface NodeContainerVisitorpublic void visit(CampaignFolder campaignFolder)
visit in interface NodeContainerVisitorvisit in interface NodeVisitorpublic void visit(RequirementFolder requirementFolder)
visit in interface NodeContainerVisitorvisit in interface NodeVisitorpublic void visit(TestCaseFolder testCaseFolder)
visit in interface NodeContainerVisitorvisit in interface NodeVisitorpublic void visit(Campaign campaign)
visit in interface NodeContainerVisitorvisit in interface NodeVisitorpublic void visit(Iteration iteration)
visit in interface NodeContainerVisitorvisit in interface NodeVisitorpublic void visit(Requirement requirement)
visit in interface NodeContainerVisitorvisit in interface NodeVisitorpublic void visit(TestSuite testSuite)
visit in interface NodeVisitorpublic void visit(TestCase testCase)
visit in interface NodeVisitorCopyright © 2010–2016 Henix, henix.fr. All rights reserved.