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.1
Syntax
C#
public DefinedSequenceInfo(
	string[] parameters,
	GrGenType[] parameterTypes,
	string[] outParameters,
	GrGenType[] outParameterTypes,
	string name,
	string package,
	string packagePrefixedName,
	string xgrs,
	int lineNr
)

Parameters

parameters  String
The names of the graph elements needed from the calling action.
parameterTypes  GrGenType
The types of the graph elements needed from the calling action.
outParameters  String
The names of the graph elements returned to the calling action.
outParameterTypes  GrGenType
The types of the graph elements returned to the calling action.
name  String
The name the sequence was defined with.
package  String
null if this is a global sequence, otherwise the package the sequence is contained in.
packagePrefixedName  String
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  String
The XGRS string.
lineNr  Int32
The line number the sequence appears on in the source.
See Also