|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
Walker s and
Visitor s. |
Uses of DFSWalker in wt.visitor |
Subclasses of DFSWalker in wt.visitor | |
class |
DFSNavigator
Deprecated. Use wt.visitor.DFSWalker |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |