Class TinkerGraphVariables
java.lang.Object
org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraphVariables
- All Implemented Interfaces:
Graph.Variables
- Author:
- Marko A. Rodriguez (http://markorodriguez.com)
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.tinkerpop.gremlin.structure.Graph.Variables
Graph.Variables.Exceptions -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.tinkerpop.gremlin.structure.Graph.Variables
asMap
-
Constructor Details
-
TinkerGraphVariables
public TinkerGraphVariables()
-
-
Method Details
-
keys
Description copied from interface:Graph.VariablesKeys set for the available variables.- Specified by:
keysin interfaceGraph.Variables
-
get
Description copied from interface:Graph.VariablesGets a variable.- Specified by:
getin interfaceGraph.Variables
-
remove
Description copied from interface:Graph.VariablesRemoves a variable.- Specified by:
removein interfaceGraph.Variables
-
set
Description copied from interface:Graph.VariablesSets a variable.- Specified by:
setin interfaceGraph.Variables
-
toString
-