Uses of Interface
org.squashtest.tm.domain.library.NodeVisitor

Packages that use NodeVisitor
org.squashtest.tm.domain.campaign   
org.squashtest.tm.domain.library   
org.squashtest.tm.domain.requirement   
org.squashtest.tm.domain.testcase   
 

Uses of NodeVisitor in org.squashtest.tm.domain.campaign
 

Methods in org.squashtest.tm.domain.campaign with parameters of type NodeVisitor
 void CampaignFolder.accept(NodeVisitor visitor)
           
 void Campaign.accept(NodeVisitor visitor)
           
 void Iteration.accept(NodeVisitor visitor)
           
 void TestSuite.accept(NodeVisitor visitor)
           
 

Uses of NodeVisitor in org.squashtest.tm.domain.library
 

Classes in org.squashtest.tm.domain.library that implement NodeVisitor
 class WhichNodeVisitor
          Look, enough of that visitor logic b*******
 

Methods in org.squashtest.tm.domain.library with parameters of type NodeVisitor
 void TreeNode.accept(NodeVisitor visitor)
           
 

Uses of NodeVisitor in org.squashtest.tm.domain.requirement
 

Methods in org.squashtest.tm.domain.requirement with parameters of type NodeVisitor
 void Requirement.accept(NodeVisitor visitor)
           
 void RequirementFolder.accept(NodeVisitor visitor)
           
 

Uses of NodeVisitor in org.squashtest.tm.domain.testcase
 

Methods in org.squashtest.tm.domain.testcase with parameters of type NodeVisitor
 void TestCaseFolder.accept(NodeVisitor visitor)
           
 void TestCase.accept(NodeVisitor visitor)
           
 



Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.