 | 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.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic static INode InsertCopy(
IGraph sourceGraph,
INode rootNode,
IGraph targetGraph
)
Parameters
- sourceGraph IGraph
-
- rootNode INode
-
- targetGraph IGraph
-
Return Value
INode
See Also