public interface ModelTransformationFactory
Modifier and Type | Method and Description |
---|---|
ModelTransformator |
createModelTransformator(ResourceSet resourceSet,
URI templateUri)
Creates a model transformator for the given
ResourceSet and template URI |
ModelTransformator |
createNewModelTransformator(ResourceSet resourceSet,
URI templateUri)
Creates a new model transformator for the given
ResourceSet and template URI |
<any> |
createNewModelTransformatorPool(ResourceSet resourceSet,
URI templateUri,
int poolSize,
long poolTimeout)
Creates a new model transformator pool for the given
ResourceSet and template URI |
ModelTransformator createModelTransformator(ResourceSet resourceSet, URI templateUri)
ResourceSet
and template URIresourceSet
- the ResourceSet
to be usedtemplateUri
- the URI to the qvt-templatesModelTransformator createNewModelTransformator(ResourceSet resourceSet, URI templateUri)
ResourceSet
and template URIresourceSet
- the ResourceSet
to be usedtemplateUri
- the URI to the qvt-templates<any> createNewModelTransformatorPool(ResourceSet resourceSet, URI templateUri, int poolSize, long poolTimeout)
ResourceSet
and template URIresourceSet
- the ResourceSet
to be usedtemplateUri
- the URI to the qvt-templatespoolSize
- the amount of ModelTransformators in the PoolpoolTimeout
- the default Milliseconds to wait until a pool poll times outData In Motion Consulting