public abstract class AbstractQVTOExecutor extends Object
TransformationCache, as well as the set of model that can serve as
transformation parameters.executeTransformation(TransformationData)
template method to adapt the process of execution.| Modifier and Type | Method and Description |
|---|---|
boolean |
executeTransformation(URI transformationURI)
Attempts to execute the transformation that corresponds to the given URI.
|
public boolean executeTransformation(URI transformationURI)
transformationURI - An URI that points to a QVTo transformation.NullPointerException - In case the given URI is null.IllegalArgumentException - In case the transformation is not known, i.e., not stored in the internal cache.executeTransformation(TransformationData),
AbstractQVTOExecutor(TransformationCache, QVToModelCache)