Constructor and Description |
---|
DefaultGraphInfo(GraphInfo copy)
Constructor to change the vertex Type of the given GraphInfo.
|
DefaultGraphInfo(String namespace) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDescription()
A short description of the graph to help user's understand what the context of the graph is, e.g.:
"This provider shows the hierarchy of the defined Business Services and their computed operational states."
|
String |
getLabel()
A user friendly name/label of the graph, e.g.
|
String |
getNamespace()
The namespace of the graph.
|
int |
hashCode() |
void |
setDescription(String description) |
void |
setLabel(String label) |
void |
setNamespace(String namespace) |
String |
toString() |
DefaultGraphInfo |
withDescription(String description) |
DefaultGraphInfo |
withLabel(String label) |
public DefaultGraphInfo(String namespace)
public DefaultGraphInfo(GraphInfo copy)
public String getNamespace()
GraphInfo
getNamespace
in interface GraphInfo
public String getDescription()
GraphInfo
getDescription
in interface GraphInfo
public String getLabel()
GraphInfo
public void setNamespace(String namespace)
public void setDescription(String description)
public void setLabel(String label)
public DefaultGraphInfo withLabel(String label)
public DefaultGraphInfo withDescription(String description)
Copyright © 2021. All rights reserved.