Package de.uka.ipd.sdq.pcm.gmf.ui
Class PalladioTemplate
- java.lang.Object
-
- de.uka.ipd.sdq.pcm.gmf.ui.PalladioTemplate
-
public class PalladioTemplate extends Object
A template for a palladio model set.
-
-
Constructor Summary
Constructors Constructor Description PalladioTemplate()
PalladioTemplate(String templateID, Map<String,String> modelFiles, String description)
Constructor to set the template attributes.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Map<String,String>
getModelFiles()
String
getName()
void
setDescription(String description)
void
setModelFiles(Map<String,String> modelFiles)
void
setName(String name)
-
-
-
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
-
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
-
-