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