| Package | Description |
|---|---|
| org.deidentifier.arx |
This package provides the public API for the ARX anonymization framework.
|
| Modifier and Type | Method and Description |
|---|---|
ARXConfiguration.AnonymizationAlgorithm |
ARXConfiguration.getAlgorithm()
Returns the anonymization algorithm selected
|
static ARXConfiguration.AnonymizationAlgorithm |
ARXConfiguration.AnonymizationAlgorithm.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ARXConfiguration.AnonymizationAlgorithm[] |
ARXConfiguration.AnonymizationAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ARXConfiguration.setAlgorithm(ARXConfiguration.AnonymizationAlgorithm algorithm)
Sets the algorithm to use
|