public interface ITransformationExecutor
Modifier and Type | Method and Description |
---|---|
java.lang.String |
execute(org.eclipse.core.resources.IFile modelFile,
org.eclipse.core.resources.IFolder transformationDirectory,
org.eclipse.core.runtime.IProgressMonitor monitor,
org.eclipse.uml2.uml.Package psmPackage)
Executes the transformation.
|
java.lang.String execute(org.eclipse.core.resources.IFile modelFile, org.eclipse.core.resources.IFolder transformationDirectory, org.eclipse.core.runtime.IProgressMonitor monitor, org.eclipse.uml2.uml.Package psmPackage) throws java.lang.Exception
modelFile
- the input model for the transformationtransformationDirectory
- the directory where the output of the transformation will be createdmonitor
- the progress monitorpsmPackage
- the PSM package to use as input for the transformationjava.lang.Exception
- when something went wrong during the transformation