Click or drag to resize

LGSPGraphMerge Method (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.

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public override void Merge(
	INode target,
	INode source,
	string sourceName
)

Parameters

target
Type: de.unika.ipd.grGen.libGrINode
The node which remains after the merge.
source
Type: de.unika.ipd.grGen.libGrINode
The node to be merged.
sourceName
Type: SystemString
The name of the node to be merged (used for debug display of redirected edges).

Implements

IGraphMerge(INode, INode, String)
See Also