Interface TransformationConfig

All Known Implementing Classes:
TransformationConfigImpl

public interface TransformationConfig
Represents a list of parameters necessary for transforming Workflow-Treemodels → Workflow-NESTGraph
Author:
Alexander Stromer
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the parameter with given name from the internal list.
    void
    setParameter(String name, String value)
    Creates a new parameter in the internal list with name, and sets the value accordingly
  • Method Details

    • 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 at TransformationConfigTags
      Parameters:
      name -
      Returns: