Class GraphTraversalSource

  • All Implemented Interfaces:
    AutoCloseable, Cloneable, TraversalSource
    Direct Known Subclasses:
    CredentialTraversalSourceDsl

    public class GraphTraversalSource
    extends Object
    implements TraversalSource
    A GraphTraversalSource is the primary DSL of the Gremlin traversal machine. It provides access to all the configurations and steps for Turing complete graph computing. Any DSL can be constructed based on the methods of both GraphTraversalSource and GraphTraversal.
    Author:
    Marko A. Rodriguez (http://markorodriguez.com), Stephen Mallette (http://stephen.genoprime.com)