| Package | Description |
|---|---|
| csbase.logic.algorithms | |
| csbase.logic.algorithms.parameters | |
| csbase.logic.algorithms.parsers |
| Modifier and Type | Method and Description |
|---|---|
ExecutionLocation |
AlgorithmConfigurator.getExecutionLocation()
Obtém o local de execução do algoritmo.
|
static ExecutionLocation |
ExecutionLocation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
ExecutionLocation |
ExecutionLocation.ExecutionLocationConverter.valueOf(java.lang.String string)
Retorna o valor da enumeração que corresponde a uma determinada string.
|
static ExecutionLocation[] |
ExecutionLocation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
ExecutionLocation.ExecutionLocationConverter.getPossibleMatches(ExecutionLocation value)
Retorna as strings que correspondem a cada um dos possíveis valores da
enumeração
ExecutionLocation. |
void |
AlgorithmConfigurator.setExecutionLocation(ExecutionLocation executionLocation)
Atribui o local e execução do algoritmo.
|
| Constructor and Description |
|---|
AlgorithmConfigurator(AlgorithmConfigurator.ConfiguratorType type,
AlgorithmVersionInfo algorithmVersion,
java.lang.String description,
ExecutionType executionType,
ExecutionLocation executionLocation,
java.lang.String abbreviation,
boolean provideId,
java.lang.String commandLinePattern)
Cria um configurador de algoritmos.
|
AlgorithmConfigurator(AlgorithmConfigurator.ConfiguratorType type,
java.lang.String description,
ExecutionType executionType,
ExecutionLocation executionLocation,
java.lang.String abbreviation,
boolean provideId,
java.lang.String commandLinePattern)
Cria um configurador de algoritmos.
|
AlgorithmConfigurator(AlgorithmConfigurator.ConfiguratorType type,
java.lang.String filePath,
java.lang.String description,
ExecutionType executionType,
ExecutionLocation executionLocation,
java.lang.String abbreviation,
boolean provideId,
java.lang.String commandLinePattern)
Cria um configurador de algoritmos.
|
| Constructor and Description |
|---|
SimpleAlgorithmConfigurator(AlgorithmVersionInfo algorithmVersion,
java.lang.String description,
ExecutionType executionType,
ExecutionLocation executionLocation,
java.lang.String abbreviation,
boolean provideId,
java.lang.String command,
java.lang.String shell,
java.lang.String defaultInputFileParameterName,
boolean showOutput,
java.lang.String commandLinePattern)
Cria um configurador de algoritmos simples.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleAlgorithmConfigurator |
SimpleAlgorithmParser.load(java.io.Reader configXmlReader,
java.util.Map<java.lang.String,java.lang.String> paramConfigProperties,
java.util.Map<java.lang.String,java.lang.String> paramProperties,
AlgorithmVersionInfo algorithmVersion,
ExecutionLocation defaultExecutionLocation,
java.lang.String defaultCommandLinePattern)
Cria um
configurador de algoritmos
simples para uma versão de algoritmo. |
Copyright © 2016. All Rights Reserved.