Class SqlgGraph.SqlgFeatures

java.lang.Object
org.umlg.sqlg.structure.SqlgGraph.SqlgFeatures
All Implemented Interfaces:
org.apache.tinkerpop.gremlin.structure.Graph.Features, SqlgGraph.ISqlGFeatures
Enclosing class:
SqlgGraph

public class SqlgGraph.SqlgFeatures extends Object implements SqlgGraph.ISqlGFeatures
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.tinkerpop.gremlin.structure.Graph.Features

    org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures, org.apache.tinkerpop.gremlin.structure.Graph.Features.EdgeFeatures, org.apache.tinkerpop.gremlin.structure.Graph.Features.EdgePropertyFeatures, org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures, org.apache.tinkerpop.gremlin.structure.Graph.Features.FeatureSet, org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures, org.apache.tinkerpop.gremlin.structure.Graph.Features.PropertyFeatures, org.apache.tinkerpop.gremlin.structure.Graph.Features.VariableFeatures, org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures, org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.tinkerpop.gremlin.structure.Graph.Features.EdgeFeatures
     
    org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
     
    boolean
     
     
    org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.apache.tinkerpop.gremlin.structure.Graph.Features

    supports
  • Constructor Details

    • SqlgFeatures

      public SqlgFeatures()
  • 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
    • supportsBatchMode

      public boolean supportsBatchMode()
      Specified by:
      supportsBatchMode in interface SqlgGraph.ISqlGFeatures