Click or drag to resize

GraphHelperUniqueof Method

Returns the unique if of the given entity (which might be a node, an edge, or a graph). If the entity is null, the unique id of the graph is returned.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public static long Uniqueof(
	Object entity,
	IGraph graph
)

Parameters

entity  Object
 
graph  IGraph
 

Return Value

Int64
See Also