public class Graph extends Object implements Serializable
NodeType, name, qualified name and description.
A node may be in one or more projects.
Nodes can be connected with Line s to form graphs. As they may be visualised, so a node has an associated
icon.
| Constructor and Description |
|---|
Graph() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Set<Line> |
getLines() |
Set<Node> |
getNodes() |
int |
hashCode() |
void |
setLines(Set<Line> lines) |
void |
setNodes(Set<Node> nodes) |
String |
toString() |
StringBuilder |
toString(StringBuilder sb) |
public StringBuilder toString(StringBuilder sb)
Copyright © 2018–2020 ODPi. All rights reserved.