Search Results for

    Show / Hide Table of Contents

    Class Graph

    A Graph is a container object for a collection of Vertex, Edge, VertexProperty, and Property objects.

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

    Methods

    Traversal()

    Generates a reusable GraphTraversalSource instance.

    Declaration
    [Obsolete("As of release 3.3.5, replaced by AnonymousTraversalSource.Traversal() called statically.", false)]
    public GraphTraversalSource Traversal()
    Returns
    Type Description
    GraphTraversalSource

    A graph traversal source.

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