Direction

scalax.collection.GraphTraversal$.Direction
sealed trait Direction

Algebraic type to determine which connected nodes the traversal has to follow. The default value is Successors.

Note that methods returning a Cycle or Path accept only Successors.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object AnyConnected.type
object Predecessors.type
object Successors.type
In this article