Path represents a path connecting a set of vertices.

Inherits

Object

Methods

labels

Returns labels in the path

Returns:
Type Details
Array<Array> labels in the path

objects

Returns objects in the path, coerced to domain objects that we recognize, or a Result otherwise

Returns:
Type Details
Array<Vertex, Edge, Result> objects in the path, coerced to domain objects that we recognize, or a Result otherwise