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.2
Syntax
C#
public static string GetResultVar(
	SequenceBase seq
)

Parameters

seq
Type: de.unika.ipd.grGen.libGrSequenceBase

Return Value

Type: String
See Also