 | GraphHelperInsert Method |
Inserts the given subgraph to the graph, destroying the source (destructive disjoint union).
The elements keep their identity (though not their name).
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic static void Insert(
IGraph sourceGraph,
IGraph targetGraph
)
Parameters
- sourceGraph IGraph
-
- targetGraph IGraph
-
See Also