Click or drag to resize

LGSPGraphProcessingEnvironmentGetElementVariables Method

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

Parameters

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

Return Value

Type: LinkedListVariable

Implements

IGraphProcessingEnvironmentGetElementVariables(IGraphElement)
See Also