|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.core.model.xtend.transformation.AbstractTransformation
de.cau.cs.kieler.core.model.xtend.transformation.xtend.XtendTransformation
TransformationDescriptor
instead.
public class XtendTransformation
A transformation used by the Xtend framework.
Constructor Summary | |
---|---|
XtendTransformation()
Deprecated. Creates a new Xtend transformation. |
|
XtendTransformation(String transformationName,
List<List<String>> params)
Deprecated. Creates a new Xtend transformation. |
Method Summary | |
---|---|
void |
addParameters(List<String> params)
Deprecated. Adds a parameters. |
boolean |
equals(Object obj)
Deprecated. Two transformations are equal if they have the same name & parameter. |
List<List<String>> |
getParameterList()
Deprecated. Gets the list of parameters. |
String[] |
getParameters()
Deprecated. Gets the list of parameters as an array. |
String |
getTransformation()
Deprecated. Returns the Xtend extension name. |
int |
hashCode()
Deprecated. |
void |
setParameters(List<List<String>> params)
Deprecated. Sets the parameters for this transformation. |
void |
setTransformation(String value)
Deprecated. Sets the name of the transformation to be executed. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XtendTransformation()
public XtendTransformation(String transformationName, List<List<String>> params)
transformationName
- The transformation nameparams
- The transformation parametersMethod Detail |
---|
public final List<List<String>> getParameterList()
getParameterList
in class AbstractTransformation
public final String[] getParameters()
public final void setParameters(List<List<String>> params)
setParameters
in class AbstractTransformation
params
- a List of parameterspublic final String getTransformation()
getTransformation
in class AbstractTransformation
public void setTransformation(String value)
setTransformation
in class AbstractTransformation
value
- The name of the Xtend transformation to executepublic boolean equals(Object obj)
equals
in class Object
obj
- the object to check
public int hashCode()
hashCode
in class Object
public void addParameters(List<String> params)
AbstractTransformation
addParameters
in class AbstractTransformation
params
- a string list of parameters
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |