Uses of Interface
wt.visitor.NodeExpandInfo

Packages that use NodeExpandInfo
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 NodeExpandInfo in wt.visitor
 

Classes in wt.visitor that implement NodeExpandInfo
 class BasicNodeExpandInfo
          This interface describes the applicable links and expand method for a given node during traversal.
 

Fields in wt.visitor declared as NodeExpandInfo
private  NodeExpandInfo BasicNodeExpander.theNodeExpandInfo
           
 

Methods in wt.visitor that return NodeExpandInfo
 NodeExpandInfo BasicNodeExpander.getNodeExpandInfo()
          Gets the object for the association that plays role: theNodeExpandInfo.
 

Methods in wt.visitor with parameters of type NodeExpandInfo
 void BasicNodeExpander.setNodeExpandInfo(NodeExpandInfo a_NodeExpandInfo)
          Sets the object for the association that plays role: theNodeExpandInfo.
private  void BasicNodeExpander.theNodeExpandInfoValidate(NodeExpandInfo a_NodeExpandInfo)