Click or drag to resize

ExternalDefinedSequenceInfo Class

Represents a sequence definition implemented externally.
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.libGrEmbeddedSequenceInfo
    de.unika.ipd.grGen.libGrDefinedSequenceInfo
      de.unika.ipd.grGen.libGrExternalDefinedSequenceInfo

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public class ExternalDefinedSequenceInfo : DefinedSequenceInfo

The ExternalDefinedSequenceInfo type exposes the following members.

Constructors
  NameDescription
Public methodExternalDefinedSequenceInfo
Constructs an ExternalDefinedSequenceInfo object.
Top
Properties
  NameDescription
Public propertyName
The name the sequence was defined with
(Inherited from DefinedSequenceInfo.)
Public propertyPackage
null if this is a global sequence, otherwise the package the sequence is contained in.
(Inherited from DefinedSequenceInfo.)
Public propertyPackagePrefixedName
The name of the sequence in case of a global sequence, the name of the sequence prefixed by the name of the package otherwise.
(Inherited from DefinedSequenceInfo.)
Top
Fields
  NameDescription
Public fieldannotations
The annotations of the sequence definition
(Inherited from DefinedSequenceInfo.)
Public fieldLineNr
The line in the source code on which this sequence appears, printed in case of an error.
(Inherited from EmbeddedSequenceInfo.)
Public fieldname (Inherited from DefinedSequenceInfo.)
Public fieldOutParameters
The names of the graph elements of the containing action yielded to. Or the names of the graph elements returned to the calling action in case of a defined sequence.
(Inherited from EmbeddedSequenceInfo.)
Public fieldOutParameterTypes
The types of the graph elements of the containing action yielded to. Or the types of the graph elements returned to the calling action in case of a defined sequence.
(Inherited from EmbeddedSequenceInfo.)
Public fieldpackage (Inherited from EmbeddedSequenceInfo.)
Public fieldpackagePrefixedName (Inherited from DefinedSequenceInfo.)
Public fieldParameters
The names of the needed graph elements of the containing action. Or the names of the graph elements needed from the calling action in case of a defined sequence.
(Inherited from EmbeddedSequenceInfo.)
Public fieldParameterTypes
The types of the needed graph elements of the containing action. Or the types of the graph elements needed from the calling action in case of a definted sequence.
(Inherited from EmbeddedSequenceInfo.)
Public fieldXGRS
The XGRS string.
(Inherited from EmbeddedSequenceInfo.)
Top
See Also