Click or drag to resize

EmbeddedSequenceInfo Constructor

Constructs an EmbeddedSequenceInfo object.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public EmbeddedSequenceInfo(
	string[] parameters,
	GrGenType[] parameterTypes,
	string[] outParameters,
	GrGenType[] outParameterTypes,
	string package,
	string xgrs,
	int lineNr
)

Parameters

parameters
Type: SystemString
The names of the needed graph elements of the containing action.
parameterTypes
Type: de.unika.ipd.grGen.libGrGrGenType
The types of the needed graph elements of the containing action.
outParameters
Type: SystemString
The names of the graph elements of the containing action yielded to.
outParameterTypes
Type: de.unika.ipd.grGen.libGrGrGenType
The types of the graph elements of the containing action yielded to.
package
Type: SystemString
null if this is a global embedded sequence, otherwise the package the embedded sequence is contained in.
xgrs
Type: SystemString
The XGRS string.
lineNr
Type: SystemInt32
The line number the sequence appears on in the source.
See Also