Click or drag to resize

SequenceComputationGeneratorHelper Class

The sequence computation generator helper contains code for (sequence/sequence computation) result variable handling.
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.lgspSequenceComputationGeneratorHelper

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public class SequenceComputationGeneratorHelper

The SequenceComputationGeneratorHelper type exposes the following members.

Constructors
  NameDescription
Public methodSequenceComputationGeneratorHelper
Initializes a new instance of the SequenceComputationGeneratorHelper class
Top
Methods
  NameDescription
Public methodStatic memberDeclareResultVar
Returns a string containing a C# declaration of the result variable of the sequence (or sequence computation) construct
Public methodStatic memberGetResultVar
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)
Public methodStatic memberSetResultVar
Returns a string containing a C# assignment to set the result variable of the sequence or sequence computation construct to the value as computed by the C# expression in the string given (every sequence part writes a success-value which is read by other parts determining execution flow)
Top
See Also