Class: Graph

Graph()

An "empty" graph object to server only as a reference.

Constructor

new Graph()

Source:

Methods

traversal(traversalSourceClassopt) → {GraphTraversalSource}

Returns the graph traversal source.
Parameters:
Name Type Attributes Description
traversalSourceClass function <optional>
The constructor to use for the {@code GraphTraversalSource} instance.
Deprecated:
  • As of release 3.3.5, replaced by the traversal() anonymous function.
Source:
Returns:
Type
GraphTraversalSource