| 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 |
|---|---|
protected void |
ARXAnonymizer.parse(ARXAnonymizer anonymizer)
Parses the settings provided by the given instance
|
| Constructor and Description |
|---|
ARXResult(ARXAnonymizer anonymizer,
org.deidentifier.arx.DataRegistry registry,
org.deidentifier.arx.framework.data.DataManager manager,
org.deidentifier.arx.framework.check.TransformationChecker checker,
DataDefinition definition,
ARXConfiguration config,
ARXLattice lattice,
long duration,
org.deidentifier.arx.framework.lattice.SolutionSpace<?> solutionSpace,
boolean optimumFound)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
ARXAnonymizer |
Model.createAnonymizer()
Creates an anonymizer for the current config.
|
ARXAnonymizer |
Model.getAnonymizer()
Returns the current anonymizer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Model.setAnonymizer(ARXAnonymizer anonymizer)
Sets the anonymizer.
|