Package | Description |
---|---|
org.deidentifier.arx |
This package provides the public API for the ARX anonymization framework.
|
org.deidentifier.arx.gui.model |
Modifier and Type | Method and Description |
---|---|
static java.util.List<AttributeType.MicroAggregationFunctionDescription> |
AttributeType.listMicroAggregationFunctions()
Lists all available microaggregation functions
|
Modifier and Type | Method and Description |
---|---|
AttributeType.MicroAggregationFunctionDescription |
ModelConfiguration.getMicroAggregationFunction(java.lang.String attribute)
Returns the microaggregation function.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelConfiguration.setMicroAggregationFunction(java.lang.String attribute,
AttributeType.MicroAggregationFunctionDescription microaggregation)
Assigns a microaggregation function.
|