Click or drag to resize

IGlobalVariablesGetElementVariables 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.1
Syntax
C#
LinkedList<Variable> GetElementVariables(
	IGraphElement elem
)

Parameters

elem  IGraphElement
 

Return Value

LinkedListVariable
See Also