scalax.collection.GraphTraversal$.Parameters
See theParameters companion object
Parameters to control traversals.
Value parameters
- direction
-
Determines which connected nodes the traversal has to follow. The default value is
Successors
. - kind
-
The kind of traversal including breadth-first and depth-fist search.
- maxDepth
-
A positive value to limit the number of layers for BFS respectively the number of consecutive child visits before siblings are visited for DFS.
0
- the default - indicates that the traversal should have an unlimited depth.
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article