Click or drag to resize

LGSPNodeWithUniqueIdGetUniqueId Method

Gets the unique id of the node. 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).

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 8.0beta
Syntax
C#
public int GetUniqueId()

Return Value

Type: Int32
The unique id (of the graph element).

Implements

IIdentifiableGetUniqueId
See Also