Uses of Interface
org.apache.tinkerpop.gremlin.structure.Graph.Features
-
Packages that use Graph.Features Package Description org.apache.tinkerpop.gremlin.structure -
-
Uses of Graph.Features in org.apache.tinkerpop.gremlin.structure
Methods in org.apache.tinkerpop.gremlin.structure that return Graph.Features Modifier and Type Method Description default Graph.Features
Graph. features()
Gets theGraph.Features
exposed by the underlyingGraph
implementation.
-