Click or drag to resize

ISetableContained Interface

Allows to write the graph field defining the containing graph - for internal use only (don't complain if you use it and mess up the internal state).

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

The ISetableContained type exposes the following members.

Methods
  NameDescription
Public methodSetContainingGraph
Sets 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