 | LGSPGraphMerge(LGSPNode, LGSPNode, String) 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.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxpublic void Merge(
LGSPNode target,
LGSPNode source,
string sourceName
)
Parameters
- target LGSPNode
- The node which remains after the merge.
- source LGSPNode
- The node to be merged.
- sourceName String
- The name of the node to be merged (used for debug display of redirected edges).
See Also