|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Transformation | |
|---|---|
| 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. |
| Uses of Transformation in org.andromda.core.configuration |
|---|
| Methods in org.andromda.core.configuration that return Transformation | |
|---|---|
Transformation[] |
Model.getTransformations()
Gets the transformations belonging to this configuration. |
| Methods in org.andromda.core.configuration with parameters of type Transformation | |
|---|---|
void |
Model.addTransformation(Transformation transformation)
Adds a transformation to this configuration instance. |
| Uses of Transformation in org.andromda.core.transformation |
|---|
| Methods in org.andromda.core.transformation with parameters of type Transformation | |
|---|---|
java.io.InputStream |
Transformer.transform(java.lang.String modelUri,
Transformation[] transformations)
Transforms the given model with the given
transformations. |
java.io.InputStream |
XslTransformer.transform(java.lang.String modelUri,
Transformation[] xsltTransformations)
Applies the given XSLT files to the model in the order in which they are found. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||