Click or drag to resize

SequenceGeneratorHelperGetVar Method

Returns string containing a C# expression to get the value of the sequence-local variable / graph-global variable given

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public string GetVar(
	SequenceVariable seqVar
)

Parameters

seqVar
Type: de.unika.ipd.grGen.libGrSequenceVariable

Return Value

Type: String
See Also