Package | Description |
---|---|
org.deidentifier.arx.gui.model | |
org.deidentifier.arx.metric |
Package providing access to quality models
|
Modifier and Type | Method and Description |
---|---|
MetricDescription |
Model.getMetricDescription()
Returns a description of the metric.
|
Modifier and Type | Method and Description |
---|---|
void |
Model.setMetricDescription(MetricDescription description)
Sets the description of the metric.
|
Modifier and Type | Method and Description |
---|---|
MetricDescription |
Metric.getDescription()
Returns a description of this metric.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<MetricDescription> |
Metric.list()
Returns a list of all available metrics for information loss.
|