Class ODBFeatures.OrientFeatures
java.lang.Object
org.apache.tinkerpop.gremlin.orientdb.ODBFeatures.OrientFeatures
- All Implemented Interfaces:
org.apache.tinkerpop.gremlin.structure.Graph.Features
- Enclosing class:
- ODBFeatures
public static class ODBFeatures.OrientFeatures
extends Object
implements org.apache.tinkerpop.gremlin.structure.Graph.Features
-
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 -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.tinkerpop.gremlin.structure.Graph.Features
supports
-
Method Details
-
graph
public org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures graph()- Specified by:
graphin interfaceorg.apache.tinkerpop.gremlin.structure.Graph.Features
-
edge
public org.apache.tinkerpop.gremlin.structure.Graph.Features.EdgeFeatures edge()- Specified by:
edgein interfaceorg.apache.tinkerpop.gremlin.structure.Graph.Features
-
vertex
public org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures vertex()- Specified by:
vertexin interfaceorg.apache.tinkerpop.gremlin.structure.Graph.Features
-
toString
-