Class | Description |
---|---|
Clone |
An event to clone the model in the model parameter and store the clone back
into it.
|
DesignPatternImporter |
An attribute that specifies the location of a design pattern and
populates the container with that design pattern automatically.
|
Execute |
An event to execute the model in the model parameter.
|
GTEvent |
A common superclass of events created for model transformation.
|
InitModel |
An event to initialize the model parameter to contain an empty model.
|
InitModelWithContainer |
An event to initialize the model parameter with the model that contains the
Ptera model that this event is in.
|
InputModel |
An event to receive an input model from the modelInput port and store the
model in the model parameter.
|
Match |
An event to perform pattern matching.
|
ModelIOPort |
The typed IO port to send and receive model tokens.
|
ModelParameter |
A parameter in the Ptera-based model transformation that temporarily stores the
model to be transformed.
|
OutputModel |
An event to output the model in the model parameter via the modelOutput port.
|
PersistenceAttribute |
A marker attribute indicating that a design pattern should be persistent.
|
ReadModel |
An event to read the model in a file into the model parameter.
|
TestModel |
An event to compare the model in the model parameter with a known good result.
|
Transform |
An event to transform the model in the model parameter with the encapsulated
transformation rule.
|
Transform.EmbeddedConfigurer |
The configurer to be embedded in the transform event.
|
TransformationAttribute |
An attribute encapsulating a model transformation with the Ptera controller.
|
View |
An event to view the model in the model parameter in a separate window.
|
WriteModel |
An event to output the model in the model parameter into a file.
|