WalkBuilderImpl
scalax.collection.GraphTraversalImpl.WalkBuilderImpl
class WalkBuilderImpl(val start: NodeT, sizeHint: Int, edgeSelector: (NodeT, NodeT) => Option[EdgeT]) extends WalkBuilder
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
class PathBuilderImpl
- Self type
Members list
Value members
Concrete methods
Tries to add node
to the tail of the path/walk.
Tries to add node
to the tail of the path/walk.
Attributes
- Returns
-
Whether the addition was successful.
Tries to add edge
to the tail of the path/walk.
Tries to add edge
to the tail of the path/walk.
Attributes
- Returns
-
Whether the addition was successful.
Inherited methods
Tries to add edge
to the tail of the path/walk.
Tries to add node
to the tail of the path/walk.
Tries to add elem
to the tail of the path/walk.
Tries to add elem
to the tail of the path/walk.
Attributes
- Returns
-
Whether the addition was successful.
- Inherited from:
- WalkBuilder
Tries to add elem
to the tail of the path/walk.
Attributes
- Inherited from:
- Builder
Deprecated and Inherited methods
In this article