public interface Transformer
| Modifier and Type | Method and Description |
|---|---|
InputStream |
transform(String modelUri,
Transformation[] transformations)
Transforms the given
model with the given
transformations. |
InputStream transform(String modelUri, Transformation[] transformations)
model with the given
transformations. Applies the transformations
in the order that they are found.modelUri - the URI to the model be transform.transformations - the files to perform the transformation, in the order
they should be applied.Copyright © 2003–2014 AndroMDA.org. All rights reserved.