public class QVTHelper
extends java.lang.Object
Constructor and Description |
---|
QVTHelper(ResourceSet resourceSet,
java.lang.String templateName) |
QVTHelper(ResourceSet resourceSet,
URI templateUri) |
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Release the resources
|
void |
init()
Initializes the transformation engine and does a warm-up for the executor to reduce execution time
|
EObject |
startTransformation(EObject inObject)
Starts the transformation programmatic
http://wiki.eclipse.org/QVTOML/Examples/InvokeInJava
https://www.eclipse.org/forums/index.php/t/853024/
|
EObject |
startTransformation(java.util.List<? extends EObject> inObjects)
Starts the transformation programmatic
http://wiki.eclipse.org/QVTOML/Examples/InvokeInJava
https://www.eclipse.org/forums/index.php/t/853024/
|
java.util.List<? extends EObject> |
startTransformations(java.util.List<? extends EObject> inObjects)
Starts the batch transformation programmatic
http://wiki.eclipse.org/QVTOML/Examples/InvokeInJava
https://www.eclipse.org/forums/index.php/t/853024/
|
public QVTHelper(ResourceSet resourceSet, java.lang.String templateName)
public QVTHelper(ResourceSet resourceSet, URI templateUri)
public void init()
public EObject startTransformation(EObject inObject)
public EObject startTransformation(java.util.List<? extends EObject> inObjects)
public java.util.List<? extends EObject> startTransformations(java.util.List<? extends EObject> inObjects)
public void dispose()
Data In Motion Consulting