| Class | Description |
|---|---|
| QVToModelCache |
This cache implementation is used to store models (e.g., PCM models or runtime measurement
models) that can be parameters of QVTo transformations.
|
| TransformationCache |
This cache implementation is used to store QVTo transformations (in terms of
TransformationData objects) that can be executed by QVTo executors during
reconfigurations. |
| TransformationData |
Convenience class to store required information about a QVTo transformation:
the corresponding
OperationalTransformation model object
the TransformationExecutor that will execute the transformation
information about its parameters in terms of a collection of
TransformationParameterInformation
|
| TransformationParameterInformation |
Convenience class to store required information (type, kind, index and name) about parameters of
a QVTo transformation
|