 | INamedGraphMerge(INode, INode) Method |
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.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxvoid Merge(
INode target,
INode source
)
Parameters
- target INode
- The node which remains after the merge.
- source INode
- The node to be merged.
See Also