Click or drag to resize

INamedGraphMerge Method (INode, INode)

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.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
void Merge(
	INode target,
	INode source
)

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.
See Also