Click or drag to resize

LGSPGraphMerge Method

Overload List
  NameDescription
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.
(Overrides BaseGraphMerge(INode, INode, String).)
Public methodMerge(LGSPNode, LGSPNode, 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.
Top
See Also