Interface TransformationConfig
-
- All Known Implementing Classes:
TransformationConfigImpl
public interface TransformationConfigRepresents a list of parameters necessary for transforming Workflow-Treemodels → Workflow-NESTGraph- Author:
- Alexander Stromer
-
-
Method Summary
All Methods Instance Methods Abstract 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
void setParameter(String name, String value)
Creates a new parameter in the internal list with name, and sets the value accordingly- Parameters:
name-value-
-
getParameter
String getParameter(String name)
Retrieves the parameter with given name from the internal list. For a list of viable parameter-names look atTransformationConfigTags- Parameters:
name-- Returns:
-
-