Click or drag to resize

GraphHelperInsertCopy Method

Inserts a copy of the given subgraph to the graph (disjoint union). Returns the copy of the dedicated root node.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public static INode InsertCopy(
	IGraph sourceGraph,
	INode rootNode,
	IGraph targetGraph
)

Parameters

sourceGraph  IGraph
 
rootNode  INode
 
targetGraph  IGraph
 

Return Value

INode
See Also