Class VariableUsageSerialiser


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

      • 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.