Package | Description |
---|---|
org.deidentifier.arx |
This package provides the public API for the ARX anonymization framework.
|
org.deidentifier.arx.framework.lattice |
This package provides the internal generalization lattice
|
org.deidentifier.arx.gui.model |
Modifier and Type | Method and Description |
---|---|
ARXLattice |
ARXProcessStatistics.getLattice()
Converts the statistics into a lattice
|
ARXLattice |
ARXResult.getLattice()
Returns the 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,
SolutionSpace<?> solutionSpace,
ARXProcessStatistics statistics)
Internal constructor for deserialization.
|
Modifier and Type | Method and Description |
---|---|
static SolutionSpace<?> |
SolutionSpace.create(ARXLattice lattice,
ARXConfiguration config)
Creates a new solution space
|
Constructor and Description |
---|
SolutionSpaceIntArray(ARXLattice lattice,
ARXConfiguration config)
Delegate constructor
|
SolutionSpaceLong(ARXLattice lattice,
ARXConfiguration config)
Delegate constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
ModelNodeFilter.isAllowed(ARXLattice lattice,
ARXLattice.ARXNode node)
Returns whether the given node is allowed to pass this filter.
|