public class Transformation extends Object implements Serializable
Constructor and Description |
---|
Transformation() |
Modifier and Type | Method and Description |
---|---|
String |
getOutputLocation()
Gets the location to which the output of the transformation result will
be written.
|
String |
getUri()
The URL of the model.
|
void |
setOutputLocation(String outputLocation)
Sets the location to which the result of this transformation should be
written.
|
void |
setUri(String uri)
Sets the URL of the transformation.
|
public Transformation()
public void setUri(String uri)
uri
- the URL to the transformation.public void setOutputLocation(String outputLocation)
outputLocation
- the location of the output to be written.public String getOutputLocation()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.