|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcsdk.v1_0.helper.command.AlgorithmTemplate
public class AlgorithmTemplate
Essa classe representa os valores dos paramêtros de um nó (algoritmo) do fluxo, que devem ser preenchidos previamente, sem a interferência do usuário.
| Constructor Summary | |
|---|---|
AlgorithmTemplate(String algorithmName,
String algorithmVersionId,
Map<String,String> parameterValues)
Construtor. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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.| Method Detail |
|---|
public String getAlgorithmName()
getAlgorithmName in interface IAlgorithmTemplatepublic String getAlgorithmVersionId()
getAlgorithmVersionId in interface IAlgorithmTemplate
public void addParameterValue(String parameterName,
String parameterValue)
parameterName - nome do parâmetro do algoritmoparameterValue - valor do parâmetropublic Map<String,String> getParametersValues()
getParametersValues in interface IAlgorithmTemplate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||