Uses of Interface
org.apache.tinkerpop.gremlin.structure.Graph.Variables
- 
- 
Uses of Graph.Variables in org.apache.tinkerpop.gremlin.process.computer.utilMethods in org.apache.tinkerpop.gremlin.process.computer.util that return Graph.Variables Modifier and Type Method Description Graph.VariablesComputerGraph. variables()
- 
Uses of Graph.Variables in org.apache.tinkerpop.gremlin.structureMethods in org.apache.tinkerpop.gremlin.structure that return Graph.Variables Modifier and Type Method Description Graph.VariablesGraph. variables()A collection of globalGraph.Variablesassociated with the graph.Graph.VariablesRemoteGraph. variables()
- 
Uses of Graph.Variables in org.apache.tinkerpop.gremlin.structure.utilMethods in org.apache.tinkerpop.gremlin.structure.util with parameters of type Graph.Variables Modifier and Type Method Description static StringStringFactory. graphVariablesString(Graph.Variables variables)
- 
Uses of Graph.Variables in org.apache.tinkerpop.gremlin.structure.util.emptyMethods in org.apache.tinkerpop.gremlin.structure.util.empty that return Graph.Variables Modifier and Type Method Description Graph.VariablesEmptyGraph. variables()
- 
Uses of Graph.Variables in org.apache.tinkerpop.gremlin.structure.util.starMethods in org.apache.tinkerpop.gremlin.structure.util.star that return Graph.Variables Modifier and Type Method Description Graph.VariablesStarGraph. variables()
- 
Uses of Graph.Variables in org.apache.tinkerpop.gremlin.tinkergraph.structureClasses in org.apache.tinkerpop.gremlin.tinkergraph.structure that implement Graph.Variables Modifier and Type Class Description classTinkerGraphVariablesMethods in org.apache.tinkerpop.gremlin.tinkergraph.structure that return Graph.Variables Modifier and Type Method Description Graph.VariablesTinkerGraph. variables()
 
-