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.structure
Methods in org.apache.tinkerpop.gremlin.structure that return Graph.Features.VariableFeatures Modifier and Type Method Description default Graph.Features.VariableFeatures
Graph.Features.GraphFeatures. variables()
Gets the features related to "graph sideEffects" operation. -
Uses of Graph.Features.VariableFeatures in org.apache.tinkerpop.gremlin.structure.util.empty
Methods in org.apache.tinkerpop.gremlin.structure.util.empty that return Graph.Features.VariableFeatures Modifier and Type Method Description Graph.Features.VariableFeatures
EmptyGraph.EmptyGraphFeatures.EmptyGraphGraphFeatures. variables()
-