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<? extends Line> |
getLines() |
Set<? extends Node> |
getNodes() |
int |
hashCode() |
void |
setLines(Set<? extends Line> lines) |
void |
setNodes(Set<? extends Node> nodes) |
String |
toString() |
String |
toString(StringBuilder sb) |
public String toString(StringBuilder sb)
Copyright © 2018–2020 ODPi. All rights reserved.