Click or drag to resize

ExternalDefinedSequenceInfo Constructor

Constructs an ExternalDefinedSequenceInfo object.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public ExternalDefinedSequenceInfo(
	string[] parameters,
	GrGenType[] parameterTypes,
	string[] outParameters,
	GrGenType[] outParameterTypes,
	string name,
	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.
lineNr
Type: SystemInt32
The line number the sequence appears on in the source.
See Also