Click or drag to resize

INamedGraphMerge Method

Overload List
  NameDescription
Public methodMerge(INode, INode)
Merges the source node into the target node, i.e. all edges incident to the source node are redirected to the target node, then the source node is deleted.
Public methodMerge(INode, INode, String)
Merges the source node into the target node, i.e. all edges incident to the source node are redirected to the target node, then the source node is deleted.
(Inherited from IGraph.)
Top
See Also