Click or drag to resize

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.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static void Insert(
	IGraph sourceGraph,
	IGraph targetGraph
)

Parameters

sourceGraph
Type: de.unika.ipd.grGen.libGrIGraph
targetGraph
Type: de.unika.ipd.grGen.libGrIGraph
See Also