Class PalladioTemplate


  • public class PalladioTemplate
    extends Object
    A template for a palladio model set.
    • Constructor Detail

      • PalladioTemplate

        public PalladioTemplate()
      • PalladioTemplate

        public PalladioTemplate​(String templateID,
                                Map<String,​String> modelFiles,
                                String description)
        Constructor to set the template attributes.
        Parameters:
        templateID - The id of the template.
        modelFiles - The set of model files (source URI => target file name)
        description - The description of the template.
    • Method Detail

      • getName

        public String getName()
        Returns:
        the templateID
      • setName

        public void setName​(String name)
        Parameters:
        name - the name to set
      • getModelFiles

        public Map<String,​String> getModelFiles()
        Returns:
        the modelFiles
      • setModelFiles

        public void setModelFiles​(Map<String,​String> modelFiles)
        Parameters:
        modelFiles - the modelFiles to set
      • getDescription

        public String getDescription()
        Returns:
        the description
      • setDescription

        public void setDescription​(String description)
        Parameters:
        description - the description to set