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