wt.visitor
Class BFSNavigator
java.lang.Object
wt.visitor.BasicWalker
wt.visitor.Navigator
wt.visitor.BFSWalker
wt.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 classes inherited from class wt.visitor.BFSWalker |
|
Fields inherited from class wt.visitor.BFSWalker |
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESOURCE
private static final String RESOURCE
- Deprecated.
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
- Deprecated.
BFSNavigator
public BFSNavigator()
- Deprecated.