public static interface Graph.Variables
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
Graph.Variables.Exceptions  | 
| Modifier and Type | Method and Description | 
|---|---|
default Map<String,Object> | 
asMap()
Gets the variables of the  
Graph as a Map. | 
<R> Optional<R> | 
get(String key)
Gets a variable. 
 | 
Set<String> | 
keys()
Keys set for the available variables. 
 | 
void | 
remove(String key)
Removes a variable. 
 | 
void | 
set(String key,
   Object value)
Sets a variable. 
 | 
void remove(String key)
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.