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.
|
Constructor and Description |
---|
ARXLattice.Access(ARXLattice lattice)
Constructor
|
ARXLattice.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)
Internal constructor for deserialization.
|