| 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(java.lang.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,
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.
|
AlgorithmVersionInfo(AlgorithmInfo algorithmInfo,
AlgorithmVersionId id,
java.util.Map<java.lang.String,java.util.List<FileInfo>> supportedPlatforms,
java.util.Map<java.lang.String,java.lang.String> propertyValues,
AlgorithmConfigurator.ConfiguratorType type)
Construtor da representação da versão de um algoritmo.
|
AlgorithmVersionInfo(AlgorithmInfo algorithmInfo,
java.lang.String versionDirName,
java.util.Map<java.lang.String,java.util.List<FileInfo>> supportedPlatforms,
java.util.Map<java.lang.String,java.lang.String> propertyValues,
AlgorithmConfigurator.ConfiguratorType type)
Construtor da representação da versão de um algoritmo.
|
AlgorithmVersionInfo(AlgorithmVersionId id,
java.lang.String description,
java.util.Map<java.lang.String,java.lang.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 © 2016. All Rights Reserved.