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.1
Syntax
C#
public string GetVar(
	SequenceVariable seqVar
)

Parameters

seqVar  SequenceVariable
 

Return Value

String
See Also