Click or drag to resize

IGraphProcessingEnvironmentGetElementVariables Method

Returns a linked list of variables mapping to the given graph element or null, if no variable points to this element

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
LinkedList<Variable> GetElementVariables(
	IGraphElement elem
)

Parameters

elem
Type: de.unika.ipd.grGen.libGrIGraphElement

Return Value

Type: LinkedListVariable
See Also