public interface ModelTransformator
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Cleanup all resources
|
EObject |
startTransformation(EObject inObject)
Starts the transformation programmatic
http://wiki.eclipse.org/QVTOML/Examples/InvokeInJava
https://www.eclipse.org/forums/index.php/t/853024/
The object is detached after the transformation.
|
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/
The object is detached after the transformation.
|
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/
The objects are detached after the transformation.
|
java.util.List<? extends EObject> startTransformations(java.util.List<? extends EObject> inObjects)
inObjects
- list of objects to transform as batchEObject startTransformation(EObject inObject)
inObject
- the object to be transformedEObject startTransformation(java.util.List<? extends EObject> inObjects)
inObject
- the object to be transformedvoid dispose()
Data In Motion Consulting