| 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(String name)
Returns the enum constant of this type with the specified name.
|
ExecutionLocation |
ExecutionLocation.ExecutionLocationConverter.valueOf(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 |
|---|---|
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,
String description,
ExecutionType executionType,
ExecutionLocation executionLocation,
String abbreviation,
boolean provideId,
String commandLinePattern)
Cria um configurador de algoritmos.
|
AlgorithmConfigurator(AlgorithmConfigurator.ConfiguratorType type,
String filePath,
String description,
ExecutionType executionType,
ExecutionLocation executionLocation,
String abbreviation,
boolean provideId,
String commandLinePattern)
Cria um configurador de algoritmos.
|
AlgorithmConfigurator(AlgorithmVersionInfo algorithmVersion,
String description,
ExecutionType executionType,
ExecutionLocation executionLocation,
String abbreviation,
boolean provideId,
String commandLinePattern)
Cria um configurador de algoritmos.
|
| Constructor and Description |
|---|
SimpleAlgorithmConfigurator(AlgorithmVersionInfo algorithmVersion,
String description,
ExecutionType executionType,
ExecutionLocation executionLocation,
String abbreviation,
boolean provideId,
String command,
String shell,
String defaultInputFileParameterName,
boolean showOutput,
String commandLinePattern)
Cria um configurador de algoritmos simples.
|
SimpleAlgorithmConfigurator(AlgorithmVersionInfo algorithmVersion,
String description,
ExecutionType executionType,
ExecutionLocation executionLocation,
String abbreviation,
boolean provideId,
String command,
String shell,
String defaultInputFileParameterName,
boolean showOutput,
String commandLinePattern,
boolean loadParameters)
Cria um configurador de algoritmos simples.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleAlgorithmConfigurator |
SimpleAlgorithmParser.load(Reader configXmlReader,
Map<String,String> paramConfigProperties,
ParameterRegistry parameterRegistry,
AlgorithmVersionInfo algorithmVersion,
ExecutionLocation defaultExecutionLocation,
String defaultCommandLinePattern)
Cria um
configurador de algoritmos
simples para uma versão de algoritmo. |
Copyright © 2018. All rights reserved.