|
||||||||||
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
TransformationDescriptor
instead.
public abstract class AbstractTransformation
Abstract transformation that may be executed by an ITransformationFramework.
Constructor Summary | |
---|---|
AbstractTransformation()
Deprecated. |
Method Summary | |
---|---|
abstract void |
addParameters(List<String> params)
Deprecated. Adds a parameters. |
abstract List<List<String>> |
getParameterList()
Deprecated. Gets the parameters as a List. |
abstract String |
getTransformation()
Deprecated. Gets the transformation name. |
abstract void |
setParameters(List<List<String>> params)
Deprecated. Sets the parameters from a list. |
abstract void |
setTransformation(String transformationName)
Deprecated. Sets the transformation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractTransformation()
Method Detail |
---|
public abstract void setTransformation(String transformationName)
transformationName
- The transformation namepublic abstract String getTransformation()
public abstract List<List<String>> getParameterList()
public abstract void addParameters(List<String> params)
params
- a string list of parameterspublic abstract void setParameters(List<List<String>> params)
params
- a string list of parameters
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |