@Entity public class GraphContainerEntity extends AbstractGraphEntity
| Constructor and Description | 
|---|
GraphContainerEntity()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getDescription()  | 
GraphEntity | 
getGraph(String namespace)  | 
List<GraphEntity> | 
getGraphs()  | 
String | 
getLabel()  | 
void | 
removeGraph(String namespace)  | 
void | 
setGraphs(List<GraphEntity> graphs)  | 
getNamespace, getProperties, getProperty, getPropertyValue, mergeProperties, setNamespace, setProperties, setPropertypublic List<GraphEntity> getGraphs()
public void setGraphs(List<GraphEntity> graphs)
public GraphEntity getGraph(String namespace)
public String getLabel()
public String getDescription()
public void removeGraph(String namespace)
Copyright © 2020. All rights reserved.