public class PalladioTemplate extends Object
| Constructor and Description |
|---|
PalladioTemplate() |
PalladioTemplate(String templateID,
Map<String,String> modelFiles,
String description)
Constructor to set the template attributes.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Map<String,String> |
getModelFiles() |
String |
getName() |
void |
setDescription(String description) |
void |
setModelFiles(Map<String,String> modelFiles) |
void |
setName(String name) |
public PalladioTemplate()
public PalladioTemplate(String templateID, Map<String,String> modelFiles, String description)
templateID - The id of the template.modelFiles - The set of model files (source URI => target file name)description - The description of the template.public String getName()
public void setName(String name)
name - the name to setpublic void setModelFiles(Map<String,String> modelFiles)
modelFiles - the modelFiles to setpublic String getDescription()
public void setDescription(String description)
description - the description to set