| Package | Description |
|---|---|
| csbase.logic | |
| csbase.logic.algorithms | |
| csbase.logic.algorithms.parameters | |
| csbase.logic.diagnosticservice | |
| csbase.remote |
| Modifier and Type | Method and Description |
|---|---|
ExecutionType |
CommandInfo.getExecutionType()
Obtém o tipo da execução do comando
ExecutionType. |
ExecutionType |
CommandSubmission.getExecutionType()
Obtém o tipo da execução do comando
ExecutionType. |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandInfo.setExecutionType(ExecutionType executionType)
|
| Modifier and Type | Method and Description |
|---|---|
static ExecutionType |
ExecutionType.getDefault()
Obtém o tipo de execução default.
|
ExecutionType |
AlgorithmConfigurator.getExecutionType()
Obtém o tipo de execução.
|
static ExecutionType |
ExecutionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionType[] |
ExecutionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AlgorithmConfigurator.setExecutionType(ExecutionType executionType)
Atribui o tipo de execução a este configurador.
|
| 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.
|
AlgorithmConfigurator(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.
|
| 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 | Field and Description |
|---|---|
java.util.Map<ExecutionType,java.lang.Integer> |
CommandExecutionStatisticsInfo.exeStats
Mapa com as estatísticas de submissão de comandos por tipo de comando
|
| Constructor and Description |
|---|
CommandExecutionStatisticsInfo(java.util.Map<ExecutionType,java.lang.Integer> exeStats,
int flowStats,
java.util.Map<java.lang.String,java.lang.Integer> simpleAlgoExecutionStats,
java.util.Map<java.lang.String,java.lang.Integer> flowAlgoExecutionStats,
java.util.Map<java.lang.String,java.lang.Integer> userExecutionStats,
java.util.Map<java.lang.String,java.lang.Integer> sgasExecutionStats,
java.util.Map<CommandFinalizationType,java.lang.Integer> simpleAlgoResultsStats,
java.util.Map<CommandFinalizationType,java.lang.Integer> flowAlgoResultsStats)
Construtor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<ExecutionType,java.lang.Integer> |
SchedulerServiceInterface.getExeTypeStats()
Obtém um mapa com as estatísticas de submissão de comandos por tipo de
comando.
|
Copyright © 2018. All Rights Reserved.