Package | Description |
---|---|
org.deidentifier.arx |
This package provides the public API for the ARX anonymization framework.
|
org.deidentifier.arx.algorithm |
This package provides algorithms which traverse the generalization lattice.
|
Constructor and Description |
---|
ARXResult(org.deidentifier.arx.DataRegistry registry,
DataManager manager,
NodeChecker checker,
DataDefinition definition,
ARXConfiguration config,
ARXLattice lattice,
long duration)
Creates a new instance.
|
Modifier and Type | Field and Description |
---|---|
protected NodeChecker |
AbstractAlgorithm.checker
A node checker.
|
Modifier and Type | Method and Description |
---|---|
static AbstractAlgorithm |
FLASHAlgorithm.create(Lattice lattice,
NodeChecker checker,
FLASHStrategy strategy)
Creates a new instance of the FLASH algorithm.
|
Constructor and Description |
---|
AbstractAlgorithm(Lattice lattice,
NodeChecker checker)
Walks the lattice.
|
FLASHAlgorithmImpl(Lattice lattice,
NodeChecker checker,
FLASHStrategy strategy,
FLASHConfiguration config)
Creates a new instance.
|