Interface Graph.Variables
- Enclosing interface:
- Graph
public static interface Graph.Variables
Graph variables are a set of key/value pairs associated with the graph. The keys are String and the values
are Objects.
-
Method Details
-
keys
Keys set for the available variables. -
get
Gets a variable. -
set
Sets a variable. -
remove
Removes a variable. -
asMap
Gets the variables of theGraphas aMap.
-