Click or drag to resize

ISequenceDefinition Interface

An object representing an executable sequence. Implemented by SequenceDefinitionInterpreted inheriting from SequenceDefinition, in the Sequences file, for sequences registered at runtime, and by the generated class inheriting from SequenceDefinitionCompiled inheriting from SequenceDefinition, for sequences already available at compile time. Embedded execs are employed directly by their rules, have only an EmbeddedSequenceInfo as representation (without capability of getting called, this occurs only directly in the generated code).

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

The ISequenceDefinition type exposes the following members.

Properties
  NameDescription
Public propertyAnnotations
The annotations of the sequence
Public propertyName
The name of the sequence
Top
Methods
  NameDescription
Public methodApply
Applies this sequence.
Top
See Also