| Package | Description |
|---|---|
| csbase.logic.algorithms |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmProperty.PropertyType |
AlgorithmProperty.getType()
Retorna o tipo da propriedade.
|
static AlgorithmProperty.PropertyType |
AlgorithmProperty.PropertyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlgorithmProperty.PropertyType[] |
AlgorithmProperty.PropertyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AlgorithmProperty(String key,
String label,
AlgorithmProperty.PropertyType type)
Construtor.
|
Copyright © 2019. All rights reserved.