Class RemoteGraph.RemoteFeatures
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.structure.RemoteGraph.RemoteFeatures
 
- 
- All Implemented Interfaces:
- Graph.Features
 - Enclosing class:
- RemoteGraph
 
 public static class RemoteGraph.RemoteFeatures extends Object implements Graph.Features 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.apache.tinkerpop.gremlin.structure.Graph.FeaturesGraph.Features.DataTypeFeatures, Graph.Features.EdgeFeatures, Graph.Features.EdgePropertyFeatures, Graph.Features.ElementFeatures, Graph.Features.FeatureSet, Graph.Features.GraphFeatures, Graph.Features.PropertyFeatures, Graph.Features.VariableFeatures, Graph.Features.VertexFeatures, Graph.Features.VertexPropertyFeatures
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Graph.Features.GraphFeaturesgraph()Gets the features related to "graph" operation.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.tinkerpop.gremlin.structure.Graph.Featuresedge, supports, vertex
 
- 
 
- 
- 
- 
Method Detail- 
graphpublic Graph.Features.GraphFeatures graph() Description copied from interface:Graph.FeaturesGets the features related to "graph" operation.- Specified by:
- graphin interface- Graph.Features
 
 
- 
 
-