Click or drag to resize

SequenceComputationGeneratorHelperGetResultVar Method

Returns a string containing a C# expression to get the value of the result variable of the sequence or sequence computation construct (every sequence part writes a success-value which is read by other parts determining execution flow)

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public static string GetResultVar(
	SequenceBase seq
)

Parameters

seq  SequenceBase
 

Return Value

String
See Also