Class ParameterRepresentation


  • public class ParameterRepresentation
    extends Object
    Responsibly for representation different Signature property (ReturnType, Parameters, Exceptions), as string.
    • Constructor Detail

      • ParameterRepresentation

        public ParameterRepresentation()
    • Method Detail

      • dataTypeToString

        public static String dataTypeToString​(org.palladiosimulator.pcm.repository.DataType returnType)
        Represents DataType in accordance with Palladio styles.
        Parameters:
        returnType - the return type
        Returns:
        the string
      • parametersToString

        public static String parametersToString​(EList<org.palladiosimulator.pcm.repository.Parameter> parameters)
        The method create the string list of parameter (parameter1, parameter2, ...).
        Parameters:
        parameters - the parameters
        Returns:
        the string