| Package | Description |
|---|---|
| csbase.logic |
| Modifier and Type | Method and Description |
|---|---|
ClientAlgorithmFile.AlgorithmFileType |
ClientAlgorithmFile.getTreeFileType()
Obtém o tipo do arquivo na árvore de algoritmos.
|
static ClientAlgorithmFile.AlgorithmFileType |
ClientAlgorithmFile.AlgorithmFileType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientAlgorithmFile.AlgorithmFileType[] |
ClientAlgorithmFile.AlgorithmFileType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ClientAlgorithmFile(AlgorithmInfo algorithmInfo,
AlgorithmVersionId versionId,
String name,
String[] path,
ClientAlgorithmFile.AlgorithmFileType treeFileType,
boolean isDirectory)
Construtor para arquivos de configuração e documentação
|
ClientAlgorithmFile(AlgorithmInfo algorithmInfo,
AlgorithmVersionId versionId,
String platformName,
String name,
String[] path,
long size,
ClientAlgorithmFile parent,
ClientAlgorithmFile.AlgorithmFileType treeFileType,
boolean isDirectory)
Construtor
|
Copyright © 2019. All rights reserved.