Click or drag to resize

IContained Interface

Gives access to the graph containing the graph element

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public interface IContained

The IContained type exposes the following members.

Methods
  NameDescription
Public methodGetContainingGraph
Gets the containing graph of the graph element. Only available if graph containment tracking for nodes and edges was declared in the model.
Top
See Also