| Package | Description |
|---|---|
| weka.core |
| Modifier and Type | Method and Description |
|---|---|
TechnicalInformation.Type |
TechnicalInformation.getType()
returns the type of this technical information
|
static TechnicalInformation.Type |
TechnicalInformation.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TechnicalInformation.Type[] |
TechnicalInformation.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TechnicalInformation |
TechnicalInformation.add(TechnicalInformation.Type type)
Adds an empty technical information with the given type to the list of
additional informations and returns the instance.
|
| Constructor and Description |
|---|
TechnicalInformation(TechnicalInformation.Type type)
Initializes the information with the given type
|
TechnicalInformation(TechnicalInformation.Type type,
String id)
Initializes the information with the given type
|
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.