Click or drag to resize

DefinedSequenceInfo Constructor

Constructs an DefinedSequenceInfo object.

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

Parameters

parameters
Type: SystemString
The names of the graph elements needed from the calling action.
parameterTypes
Type: de.unika.ipd.grGen.libGrGrGenType
The types of the graph elements needed from the calling action.
outParameters
Type: SystemString
The names of the graph elements returned to the calling action.
outParameterTypes
Type: de.unika.ipd.grGen.libGrGrGenType
The types of the graph elements returned to the calling action.
name
Type: SystemString
The name the sequence was defined with.
package
Type: SystemString
null if this is a global sequence, otherwise the package the sequence is contained in.
packagePrefixedName
Type: SystemString
The name of the type in case of a global type, the name of the type prefixed by the name of the package otherwise.
xgrs
Type: SystemString
The XGRS string.
lineNr
Type: SystemInt32
The line number the sequence appears on in the source.
See Also