public class GraphDescriptor extends Object implements GraphDescription, Serializable
Modifier and Type | Field and Description |
---|---|
String |
graphType |
String |
name |
Map<String,String> |
namespaces |
Map<String,String> |
options |
Constructor and Description |
---|
GraphDescriptor() |
Modifier and Type | Method and Description |
---|---|
String |
getGraphType() |
String |
getName() |
Map<String,String> |
getNamespaces() |
Map<String,String> |
getOptions() |
void |
setOptions(Map<String,String> options) |
public Map<String,String> namespaces
public GraphDescriptor()
public String getName()
getName
in interface GraphDescription
public String getGraphType()
getGraphType
in interface GraphDescription
public Map<String,String> getOptions()
getOptions
in interface GraphDescription
public void setOptions(Map<String,String> options)
public Map<String,String> getNamespaces()
getNamespaces
in interface GraphDescription
Copyright © 2018 Nuxeo. All rights reserved.