| Package | Description |
|---|---|
| org.deidentifier.arx |
This package provides the public API for the ARX anonymization framework.
|
| Modifier and Type | Method and Description |
|---|---|
ARXLattice |
ARXResult.getLattice()
Returns the lattice.
|
ARXLattice |
ARXProcessStatistics.getLattice()
Converts the statistics into a lattice
|
| Constructor and Description |
|---|
Access(ARXLattice lattice)
Constructor
|
ARXNode(ARXLattice lattice)
Internal constructor for deserialization.
|
ARXResult(DataHandle handle,
DataDefinition definition,
ARXLattice lattice,
int historySize,
double snapshotSizeSnapshot,
double snapshotSizeDataset,
Metric<?> metric,
ARXConfiguration config,
ARXLattice.ARXNode optimum,
long time,
org.deidentifier.arx.framework.lattice.SolutionSpace<?> solutionSpace,
ARXProcessStatistics statistics)
Internal constructor for deserialization.
|