 | ExternalDefinedSequenceInfo Constructor |
Constructs an ExternalDefinedSequenceInfo object.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic ExternalDefinedSequenceInfo(
string[] parameters,
GrGenType[] parameterTypes,
string[] outParameters,
GrGenType[] outParameterTypes,
string name,
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.
- lineNr Int32
- The line number the sequence appears on in the source.
See Also