Package | Description |
---|---|
org.deidentifier.arx.framework.check |
This package implements the core functionality of the ARX framework, i.e., a highly efficient check for k-anonymity
|
org.deidentifier.arx.framework.lattice |
This package provides the internal generalization lattice
|
Modifier and Type | Method and Description |
---|---|
NodeChecker.Result |
NodeChecker.check(Node node) |
NodeChecker.Result |
NodeChecker.check(Node node,
boolean forceMeasureInfoLoss) |
Modifier and Type | Method and Description |
---|---|
void |
Lattice.setChecked(Node node,
NodeChecker.Result result)
Sets the properties to the given node.
|