| Modifier and Type | Field | Description |
|---|---|---|
Attribute[] |
attributes |
Information describing the attributes of a decision table.
|
FileInfo |
fileInfo |
General information about the file.
|
| Constructor | Description |
|---|---|
Metadata() |
Constructs an empty metadata object.
|
Metadata(Attribute[] attributes,
FileInfo fileInfo) |
Constructs a metadata object and puts information within.
|
| Modifier and Type | Method | Description |
|---|---|---|
static boolean |
hasDiscretization(Attribute[] attributes) |
Checks if there is any discretization information within the given
attributes' array.
|
public FileInfo fileInfo
public Attribute[] attributes
public static boolean hasDiscretization(Attribute[] attributes)
attributes - the array of attributes to be checkedtrue if any attribute in the array contains
discretization information, false otherwise