Search Results for

    Show / Hide Table of Contents

    Class AnonymousTraversalSource

    Provides a method for creating a GraphTraversalSource that does not spawn from a Graph instance.

    Inheritance
    object
    AnonymousTraversalSource
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Gremlin.Net.Process.Traversal
    Assembly: Gremlin.Net.dll
    Syntax
    public class AnonymousTraversalSource

    Methods

    Traversal()

    Generates a reusable GraphTraversalSource instance.

    Declaration
    public static GraphTraversalSource Traversal()
    Returns
    Type Description
    GraphTraversalSource

    A graph traversal source.

    In this article
    Back to top Copyright © 2018 The Apache Software Foundation