| Package | Description |
|---|---|
| smile.data |
Data and attribute encapsulation classes.
|
| Modifier and Type | Field and Description |
|---|---|
Attribute.Type |
Attribute.type
The type of attribute.
|
| Modifier and Type | Method and Description |
|---|---|
static Attribute.Type |
Attribute.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Attribute.Type[] |
Attribute.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Attribute(Attribute.Type type,
String name)
Constructor.
|
Attribute(Attribute.Type type,
String name,
double weight)
Constructor.
|
Attribute(Attribute.Type type,
String name,
String description)
Constructor.
|
Attribute(Attribute.Type type,
String name,
String description,
double weight)
Constructor.
|
Copyright © 2015. All rights reserved.