class DefaultPath
A sequence of graph elements that represents a path between two vertices.
Extends
Methods
array
labels
( )A sequence of string labels representing the path of graph elements between two vertices.
array
objects
( )Gets an array of graph elements between the two vertices.
mixed
hasLabel
( )Determines if the following path contains a label.
Get an object in the path with a particular label.