TraversalPath

lightdb.traverse.TraversalPath
case class TraversalPath[E <: EdgeDocument[E, From, To], From <: Document[From], To <: Document[To]](edges: List[E])

A path in a traversal

Value parameters

edges

The edges that make up the path

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def length: Int

Get the length of the path

Get the length of the path

Attributes

def nodes: List[Id[_]]

Get the sequence of node IDs in the path

Get the sequence of node IDs in the path

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product