Package | Description |
---|---|
org.deidentifier.arx.algorithm |
This package provides algorithms which traverse the generalization lattice.
|
Modifier and Type | Class and Description |
---|---|
class |
FLASHAlgorithmImpl
This class implements the FLASH algorithm.
|
Modifier and Type | Method and Description |
---|---|
static AbstractAlgorithm |
FLASHAlgorithm.create(Lattice lattice,
NodeChecker checker,
FLASHStrategy strategy)
Creates a new instance of the FLASH algorithm.
|