Class TransformationConfigImpl
- java.lang.Object
-
- de.uni_trier.wi2.procake.data.object.transformation.TransformationConfigImpl
-
- All Implemented Interfaces:
TransformationConfig
public class TransformationConfigImpl extends Object implements TransformationConfig
Stores all parameters from the transformation-configuration file- Author:
- Alexander Stromer
-
-
Constructor Summary
Constructors Constructor Description TransformationConfigImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetParameter(String name)Retrieves the parameter with given name from the internal list.voidsetParameter(String name, String value)Creates a new parameter in the internal list with name, and sets the value accordingly
-
-
-
Method Detail
-
setParameter
public void setParameter(String name, String value)
Description copied from interface:TransformationConfigCreates a new parameter in the internal list with name, and sets the value accordingly- Specified by:
setParameterin interfaceTransformationConfig
-
getParameter
public String getParameter(String name)
Description copied from interface:TransformationConfigRetrieves the parameter with given name from the internal list. For a list of viable parameter-names look atTransformationConfigTags- Specified by:
getParameterin interfaceTransformationConfig- Returns:
-
-