 | EmbeddedSequenceInfo Constructor |
Constructs an EmbeddedSequenceInfo object.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic EmbeddedSequenceInfo(
string[] parameters,
GrGenType[] parameterTypes,
string[] outParameters,
GrGenType[] outParameterTypes,
string package,
string xgrs,
int lineNr
)
Parameters
- parameters String
- The names of the needed graph elements of the containing action.
- parameterTypes GrGenType
- The types of the needed graph elements of the containing action.
- outParameters String
- The names of the graph elements of the containing action yielded to.
- outParameterTypes GrGenType
- The types of the graph elements of the containing action yielded to.
- package String
- null if this is a global embedded sequence, otherwise the package the embedded sequence is contained in.
- xgrs String
- The XGRS string.
- lineNr Int32
- The line number the sequence appears on in the source.
See Also