Creates a new instance of AnonymousTraversalSource.
OptionaltraversalSourceClass: typeof GraphTraversalSourceOptional GraphTraversalSource constructor.
OptionaltraversalClass: typeof GraphTraversalOptional GraphTraversal constructor.
Optional ReadonlytraversalOptional GraphTraversal constructor.
Optional ReadonlytraversalOptional GraphTraversalSource constructor.
Creates a GraphTraversalSource binding a RemoteConnection to a remote Graph instances as its reference so that traversals spawned from it will execute over that reference.
Creates a GraphTraversalSource binding a RemoteConnection to a remote Graph instances as its reference so that traversals spawned from it will execute over that reference.
As of release 3.8.0, prefer with_.
StatictraversalConstructs an AnonymousTraversalSource which will then be configured to spawn a
GraphTraversalSource.
OptionaltraversalSourceClass: typeof GraphTraversalSourceOptional GraphTraversalSource constructor.
OptionaltraversalClass: typeof GraphTraversalOptional GraphTraversalSource constructor.
.
Provides a unified way to construct a
TraversalSourcefrom the perspective of the traversal. In this syntax the user is creating the source and binding it to a reference which is either an existingGraphinstance or aRemoteConnection.