![]() | IGraphAddEdge Method |
Name | Description | |
---|---|---|
![]() | AddEdge(IEdge) |
Adds an existing IEdge object to the graph.
The edge must not be part of any graph, yet!
Source and target of the edge must already be part of the graph.
|
![]() | AddEdge(EdgeType, INode, INode) |
Adds a new edge to the graph.
|