Click or drag to resize

SequenceGeneratorHelperSetVar Method

Returns string containing a C# assignment to set the sequence-local variable / graph-global variable given to the value as computed by the C# expression in the string given

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

Parameters

seqVar  SequenceVariable
 
valueToWrite  String
 

Return Value

String
See Also