| Package | Description | 
|---|---|
| com.tailf.navu.traversal | 
 
 Utility package for traversing the NAVU tree (or a subset thereof)
 using the NAVU API. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
NavuTraversalBfsMean
This implements the  
NavuTraversalMean for BFS
 (Breath-first traversal). | 
class  | 
NavuTraversalDfsMean
 This implements the  
NavuTraversalMean for DFS
 (Depth-first traversal). | 
| Modifier and Type | Method and Description | 
|---|---|
static NavuTreeTraversal | 
NavuTreeTraversal.createInstance(NavuContext ctx,
              NavuTraversalMean travmeth)
Factory method to retrieve an instance of this class. 
 |