Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.properties |
Provides classes that handle reading network-specific properties for the training and properties specific to the state of applications.
|
Modifier and Type | Field and Description |
---|---|
private SOMProperties.SelectedClassMode |
SOMProperties.selectedClassMode |
Modifier and Type | Method and Description |
---|---|
SOMProperties.SelectedClassMode |
SOMProperties.getSelectedClassMode() |
static SOMProperties.SelectedClassMode |
SOMProperties.SelectedClassMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SOMProperties.SelectedClassMode[] |
SOMProperties.SelectedClassMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|