public class TitanGraphVariables extends Object implements org.apache.tinkerpop.gremlin.structure.Graph.Variables
| Constructor and Description |
|---|
TitanGraphVariables(WriteConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
<R> Optional<R> |
get(String s) |
Set<String> |
keys() |
void |
remove(String s) |
void |
set(String s,
Object o) |
String |
toString() |
public TitanGraphVariables(WriteConfiguration config)
public Set<String> keys()
keys in interface org.apache.tinkerpop.gremlin.structure.Graph.Variablespublic <R> Optional<R> get(String s)
get in interface org.apache.tinkerpop.gremlin.structure.Graph.Variablespublic void set(String s, Object o)
set in interface org.apache.tinkerpop.gremlin.structure.Graph.Variablespublic void remove(String s)
remove in interface org.apache.tinkerpop.gremlin.structure.Graph.VariablesCopyright © 2012–2015. All rights reserved.