Click or drag to resize

LGSPEdgeWithReferenceToContainingGraphGetContainingGraph Method

Gets 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.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public IGraph GetContainingGraph()

Return Value

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

Implements

IContainedGetContainingGraph
See Also