Package de.uka.ipd.sdq.pcm.gmf.ui
Class PalladioTemplate
java.lang.Object
de.uka.ipd.sdq.pcm.gmf.ui.PalladioTemplate
A template for a palladio model set.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor to set the template attributes. -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidsetDescription(String description) voidsetModelFiles(Map<String, String> modelFiles) void
-
Constructor Details
-
PalladioTemplate
public PalladioTemplate() -
PalladioTemplate
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 Details
-
getName
- Returns:
- the templateID
-
setName
- Parameters:
name- the name to set
-
getModelFiles
- Returns:
- the modelFiles
-
setModelFiles
- Parameters:
modelFiles- the modelFiles to set
-
getDescription
- Returns:
- the description
-
setDescription
- Parameters:
description- the description to set
-