| Package | Description |
|---|---|
| csbase.logic.algorithms |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmConfigurator.ConfiguratorType |
AlgorithmConfigurator.getConfiguratorType()
Retorna
|
AlgorithmConfigurator.ConfiguratorType |
AlgorithmVersionInfo.getType()
Obtém o tipo da versão.
|
static AlgorithmConfigurator.ConfiguratorType |
AlgorithmConfigurator.ConfiguratorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlgorithmConfigurator.ConfiguratorType[] |
AlgorithmConfigurator.ConfiguratorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.
|
AlgorithmVersionInfo(AlgorithmInfo algorithmInfo,
AlgorithmVersionId id,
Map<String,List<FileInfo>> supportedPlatforms,
Map<String,String> propertyValues,
AlgorithmConfigurator.ConfiguratorType type)
Construtor da representação da versão de um algoritmo.
|
AlgorithmVersionInfo(AlgorithmInfo algorithmInfo,
String versionDirName,
Map<String,List<FileInfo>> supportedPlatforms,
Map<String,String> propertyValues,
AlgorithmConfigurator.ConfiguratorType type)
Construtor da representação da versão de um algoritmo.
|
AlgorithmVersionInfo(AlgorithmVersionId id,
String description,
Map<String,String> propertyValues,
AlgorithmConfigurator.ConfiguratorType type)
Constrói as informações da versão de um algoritmo durante o processo de
leitura das versões em um pacote de algoritmos.
|
Copyright © 2019. All rights reserved.