Click or drag to resize

IIdentifiable Interface

An unique id bearer

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

The IIdentifiable type exposes the following members.

Methods
  NameDescription
Public methodGetUniqueId
Gets the unique id of the graph element. Only available if unique ids for nodes and edges were declared in the model (or implicitely switched on by parallelization or the declaration of some index).
Top
See Also