public class QVTOExecutor extends AbstractQVTOExecutor
| Constructor and Description |
|---|
QVTOExecutor(TransformationCache knownTransformations,
QVToModelCache knownModels)
Initializes a new instance of the
QVTOExecutor class. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
executeRules(EObject monitoredElement)
Executes all QVTo rules found in the configured reconfiguration rule folder.
|
executeTransformationpublic QVTOExecutor(TransformationCache knownTransformations, QVToModelCache knownModels)
QVTOExecutor class.knownTransformations - An TransformationCache which contains all transformation that can be
executed by this instance, might be empty.knownModels - A QVToModelCache that contains all models that can serve as a
transformation parameter.public boolean executeRules(EObject monitoredElement)
monitoredElement - the monitored PCM model element.