|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.andromda.core.configuration.Transformation
public class Transformation
Stores the information about a transformation. Transformations are applied to model(s) before actual model processing occurs.
| Constructor Summary | |
|---|---|
Transformation()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getOutputLocation()
Gets the location to which the output of the transformation result will be written. |
java.lang.String |
getUri()
The URL of the model. |
void |
setOutputLocation(java.lang.String outputLocation)
Sets the location to which the result of this transformation should be written. |
void |
setUri(java.lang.String uri)
Sets the URL of the transformation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Transformation()
| Method Detail |
|---|
public void setUri(java.lang.String uri)
uri - the URL to the transformation.public java.lang.String getUri()
public void setOutputLocation(java.lang.String outputLocation)
outputLocation - the location of the output to be written.public java.lang.String getOutputLocation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||