public class NavuTraversalDfsMean extends Object implements NavuTraversalMean
This implements the NavuTraversalMean for DFS
(Depth-first traversal).
The means of which to traverse the NAVU tree is through Depth-first traversal
| Constructor and Description |
|---|
NavuTraversalDfsMean() |
public Set<String> traverse(NavuNode root, List<TraversalFilter> filters) throws NavuException
traverse in interface NavuTraversalMeanroot - Starting point of the traversalNavuException