| Package | Description |
|---|---|
| csbase.logic.algorithms |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmConfigurator.ConfiguratorType |
AlgorithmConfigurator.getConfiguratorType()
Retorna
|
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,
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.
|
Copyright © 2016. All Rights Reserved.