Search Results for

    Show / Hide Table of Contents

    Class AnonymousTraversalSource

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

    Inheritance
    System.Object
    AnonymousTraversalSource
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Gremlin.Net.Process.Traversal
    Assembly: cs.temp.dll.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