 | 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.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxpublic static string GetResultVar(
SequenceBase seq
)
Parameters
- seq SequenceBase
-
Return Value
String
See Also