public class DefaultGraphContainerInfo extends Object implements GraphContainerInfo
Constructor and Description |
---|
DefaultGraphContainerInfo(String id) |
Modifier and Type | Method and Description |
---|---|
void |
addGraphInfo(GraphInfo graphInfo) |
boolean |
equals(Object o) |
String |
getDescription() |
GraphInfo |
getGraphInfo(String namespace) |
List<GraphInfo> |
getGraphInfos() |
String |
getId() |
String |
getLabel() |
List<String> |
getNamespaces() |
GraphInfo |
getPrimaryGraphInfo() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setGraphInfos(List<GraphInfo> graphInfos) |
void |
setLabel(String label) |
public DefaultGraphContainerInfo(String id)
public List<String> getNamespaces()
getNamespaces
in interface GraphContainerInfo
public String getDescription()
getDescription
in interface GraphContainerInfo
public String getLabel()
getLabel
in interface GraphContainerInfo
public GraphInfo getGraphInfo(String namespace)
getGraphInfo
in interface GraphContainerInfo
public void addGraphInfo(GraphInfo graphInfo)
public GraphInfo getPrimaryGraphInfo()
getPrimaryGraphInfo
in interface GraphContainerInfo
public String getId()
getId
in interface GraphContainerInfo
public List<GraphInfo> getGraphInfos()
getGraphInfos
in interface GraphContainerInfo
public void setDescription(String description)
public void setLabel(String label)
Copyright © 2021. All rights reserved.