 | 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
Syntaxpublic interface ISequenceDefinition
The ISequenceDefinition type exposes the following members.
Properties
| Name | Description |
---|
 | Annotations |
The annotations of the sequence
|
 | Name |
The name of the sequence
|
Top
Methods
| Name | Description |
---|
 | Apply |
Applies this sequence.
|
Top
See Also