Package | Description |
---|---|
org.andromda.core.configuration |
Contains the classes and other resources that provide the configuration
of AndroMDA.
|
org.andromda.core.transformation |
Defines all AndroMDA transformation interface and classes.
|
Modifier and Type | Method and Description |
---|---|
Transformation[] |
Model.getTransformations()
Gets the transformations belonging to this configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
Model.addTransformation(Transformation transformation)
Adds a transformation to this configuration instance.
|
Modifier and Type | Method and Description |
---|---|
InputStream |
XslTransformer.transform(String modelUri,
Transformation[] xsltTransformations)
Applies the given XSLT files to the model in the order in which they are found.
|
InputStream |
Transformer.transform(String modelUri,
Transformation[] transformations)
Transforms the given
model with the given
transformations . |
Copyright © 2003–2014 AndroMDA.org. All rights reserved.