![]() | INamedGraphAddNode Method |
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!
(Inherited from IGraph.) |
![]() | AddNode(NodeType) |
Adds a new node to the graph.
(Inherited from IGraph.) |
![]() | AddNode(INode, String) |
Adds an existing node to the graph and names it.
|
![]() | AddNode(NodeType, String) |
Adds a new named node to the graph.
|