| Package | Description |
|---|---|
| org.deidentifier.arx |
This package provides the public API for the ARX anonymization framework.
|
| org.deidentifier.arx.metric |
Package providing access to quality models
|
| org.deidentifier.arx.metric.v2 |
Main package implementing quality models
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<QualityMetadata<?>> |
ARXProcessStatistics.Step.getMetadata()
Returns the metadata associated with the result, if any
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<QualityMetadata<?>> |
InformationLoss.getMetadata()
Adds new metadata
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
InformationLoss.addMetadata(QualityMetadata<?> metadata)
Adds new metadata
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ILSingleDimensional.addMetadata(QualityMetadata<?> metadata) |
protected void |
ILScore.addMetadata(QualityMetadata<?> metadata) |
protected void |
AbstractILMultiDimensional.addMetadata(QualityMetadata<?> metadata) |