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 |
---|---|
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.
|
ARXResult(org.deidentifier.arx.DataRegistry registry,
org.deidentifier.arx.framework.data.DataManager manager,
org.deidentifier.arx.framework.check.NodeChecker checker,
DataDefinition definition,
ARXConfiguration config,
ARXLattice lattice,
long duration,
org.deidentifier.arx.framework.lattice.SolutionSpace solutionSpace)
Creates a new instance.
|
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.
|