Uses of Class
wt.visitor.DFSWalker

Packages that use DFSWalker
wt.visitor Defines theĀ navigator/visitor design pattern for usingĀ a Walker (at one time it used a Navigator, instead of a Walker) and a NodeExpander, which together traverse a structure of objects, and a Visitor, which does something when we navigate to the object; this separates the algorithm for navigating from the algorithm for visiting, allowing more reuse; factories support selection of Walkers and Visitors. 
 

Uses of DFSWalker in wt.visitor
 

Subclasses of DFSWalker in wt.visitor
 class DFSNavigator
          Deprecated. Use wt.visitor.DFSWalker