Class AnonymousTraversalSource<T extends TraversalSource>

java.lang.Object
org.apache.tinkerpop.gremlin.process.traversal.AnonymousTraversalSource<T>

public class AnonymousTraversalSource<T extends TraversalSource> extends Object
Provides a unified way to construct a TraversalSource from the perspective of the traversal. In this syntax the user is creating the source and binding it to a reference which is either an existing Graph instance or a RemoteConnection.
Author:
Stephen Mallette (http://stephen.genoprime.com)