Click or drag to resize

DumpInfoGetElementName Method

Gets the element name of the given graph element according to the element name getter given to the constructor of DumpInfo.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public string GetElementName(
	IGraphElement elem
)

Parameters

elem  IGraphElement
The element.

Return Value

String
The name of the element.
See Also