Uses of Interface
org.apache.tinkerpop.gremlin.structure.Graph.Features.VariableFeatures
- 
Packages that use Graph.Features.VariableFeatures Package Description org.apache.tinkerpop.gremlin.structure org.apache.tinkerpop.gremlin.structure.util.empty 
- 
- 
Uses of Graph.Features.VariableFeatures in org.apache.tinkerpop.gremlin.structureMethods in org.apache.tinkerpop.gremlin.structure that return Graph.Features.VariableFeatures Modifier and Type Method Description default Graph.Features.VariableFeaturesGraph.Features.GraphFeatures. variables()Gets the features related to "graph sideEffects" operation.
- 
Uses of Graph.Features.VariableFeatures in org.apache.tinkerpop.gremlin.structure.util.emptyMethods in org.apache.tinkerpop.gremlin.structure.util.empty that return Graph.Features.VariableFeatures Modifier and Type Method Description Graph.Features.VariableFeaturesEmptyGraph.EmptyGraphFeatures.EmptyGraphGraphFeatures. variables()
 
-