PathBuilderImpl
scalax.collection.GraphTraversalImpl.PathBuilderImpl
class PathBuilderImpl(val start: NodeT, sizeHint: Int, edgeSelector: (NodeT, NodeT) => Option[EdgeT]) extends WalkBuilderImpl, PathBuilder
Attributes
- Graph
-
- Supertypes
-
trait PathBuilderclass WalkBuilderImpltrait WalkBuildertrait Clearableclass Objecttrait Matchableclass AnyShow all
- 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.
- Definition Classes
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.
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
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