Class ArangoDBGraphFeatures

java.lang.Object
com.arangodb.tinkerpop.gremlin.structure.ArangoDBGraphFeatures
All Implemented Interfaces:
org.apache.tinkerpop.gremlin.structure.Graph.Features

public class ArangoDBGraphFeatures extends Object implements org.apache.tinkerpop.gremlin.structure.Graph.Features
  • Constructor Details

    • ArangoDBGraphFeatures

      public ArangoDBGraphFeatures()
  • Method Details

    • graph

      public org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures graph()
      Specified by:
      graph in interface org.apache.tinkerpop.gremlin.structure.Graph.Features
    • vertex

      public org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures vertex()
      Specified by:
      vertex in interface org.apache.tinkerpop.gremlin.structure.Graph.Features
    • edge

      public org.apache.tinkerpop.gremlin.structure.Graph.Features.EdgeFeatures edge()
      Specified by:
      edge in interface org.apache.tinkerpop.gremlin.structure.Graph.Features
    • toString

      public String toString()
      Overrides:
      toString in class Object