INamed |
| Name | Description | |
|---|---|---|
| AddNode(INode) | Adds an existing INode object to the graph. The node must not be part of any graph, yet! The node may not be connected to any other elements! | |
| AddNode(NodeType) | Adds a new node to the graph. | |
| AddNode(INode, String) | Adds an existing node to the graph and names it. | |
| AddNode(NodeType, String) | Adds a new named node to the graph. |