wt.visitor
Class BFSNavigator

java.lang.Object
  extended bywt.visitor.BasicWalker
      extended bywt.visitor.Navigator
          extended bywt.visitor.BFSWalker
              extended bywt.visitor.BFSNavigator
All Implemented Interfaces:
Walker

Deprecated. Use wt.visitor.BFSWalker

public final class BFSNavigator
extends BFSWalker

This class extends Navigator to implement a breadth-first navigation of a structure. Each level is traversed from parent to children. All of the nodes on a level will be visited before the navigation moves to the next level.

Supported API: false

Extendable: false


Nested Class Summary
 
Nested classes inherited from class wt.visitor.BFSWalker
 
Field Summary
private static String CLASSNAME
          Deprecated.  
private static String RESOURCE
          Deprecated.  
 
Fields inherited from class wt.visitor.BFSWalker
 
Fields inherited from class wt.visitor.BasicWalker
 
Fields inherited from interface wt.visitor.Walker
NODE_EXPANDER, VISITOR
 
Constructor Summary
BFSNavigator()
          Deprecated.  
 
Methods inherited from class wt.visitor.BFSWalker
traverse
 
Methods inherited from class wt.visitor.BasicWalker
clearVisitedNodes, getNodeExpander, getVisitor, isRecursionDetectionEnabled, registerVisitedNode, setNodeExpander, setRecursionDetectionEnabled, setVisitor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
Deprecated. 
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Deprecated. 
Constructor Detail

BFSNavigator

public BFSNavigator()
Deprecated.