Click or drag to resize

ISetableContainedSetContainingGraph Method

Sets the containing graph of the graph element. Only available if graph containment tracking for nodes and edges was declared in the model.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
IGraph SetContainingGraph(
	IGraph graph
)

Parameters

graph
Type: de.unika.ipd.grGen.libGrIGraph
The new containing graph.

Return Value

Type: IGraph
The old containing graph (of the graph element).
See Also