public class AlgorithmTemplate extends Object implements IAlgorithmTemplate
| Constructor and Description |
|---|
AlgorithmTemplate(String algorithmName,
String algorithmVersionId,
Map<String,String> parameterValues)
Construtor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addParameterValue(String parameterName,
String parameterValue)
Adiciona um valor a um determinado parâmetro do algoritmo.
|
String |
getAlgorithmName()
Obtém o nome do algoritmo.
|
String |
getAlgorithmVersionId()
Obtém o identificador da versão do algoritmo.
|
Map<String,String> |
getParametersValues()
Obtém todos os valores dos parâmetros do algoritmo que foram preenchidos.
|
public AlgorithmTemplate(String algorithmName, String algorithmVersionId, Map<String,String> parameterValues)
algorithmName - nome do algoritmo.algorithmVersionId - identificador da versão do algoritmo.parameterValues - Mapa com os valores dos parâmetros do algoritmo.public String getAlgorithmName()
getAlgorithmName in interface IAlgorithmTemplatepublic String getAlgorithmVersionId()
getAlgorithmVersionId in interface IAlgorithmTemplatepublic void addParameterValue(String parameterName, String parameterValue)
parameterName - nome do parâmetro do algoritmoparameterValue - valor do parâmetropublic Map<String,String> getParametersValues()
getParametersValues in interface IAlgorithmTemplateCopyright © 2013–2015 Tecgraf/PUC-Rio. All rights reserved.