Class VariableUsageSerialiser

java.lang.Object
org.palladiosimulator.editors.commons.tabs.parameters.VariableUsageSerialiser

public final class VariableUsageSerialiser extends Object
Utility class for serialising (parts of) VariableUsage elements.
  • Method Details

    • serialiseVariableName

      public static String serialiseVariableName(org.palladiosimulator.pcm.parameter.VariableUsage variableUsage)
      Serialise the variable name specified by the VariableUsage. This consists of the variable name and the characterisation type.
      Parameters:
      variableUsage - The variable usage holding the name to be serialised.
      Returns:
      The serialised variable name.