Click or drag to resize

LGSPNamedGraphMerge Method

Overload List
  NameDescription
Public methodMerge(INode, INode)
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 LGSPGraph.)
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.
(Inherited from LGSPGraph.)
Top
See Also